Skip to content

Commit

Permalink
Moved
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed May 15, 2024
1 parent 008509c commit d6bdec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tang.extension.mybatisflex.utils
package com.tang.commons.utils

import java.util.Objects

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import org.springframework.stereotype.Service;

import com.mybatisflex.core.query.QueryWrapper;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import com.tang.commons.utils.If;
import com.tang.commons.utils.page.PageResult;
import com.tang.extension.mybatisflex.utils.If;
import com.tang.extension.mybatisflex.utils.PageUtils;
import ${packageName}.entity.$ClassName;
import ${packageName}.mapper.${ClassName}Mapper;
Expand Down

0 comments on commit d6bdec9

Please sign in to comment.