Compare commits
No commits in common. "c810e9d10b267993524162e44688df0eae7daf66" and "692a773595a262e6ecc76fc9e14dea8224c3e387" have entirely different histories.
c810e9d10b
...
692a773595
|
@ -4,7 +4,6 @@ import java.util.List;
|
|||
|
||||
import com.ruoyi.common.utils.ObjUtils;
|
||||
import com.ruoyi.common.utils.StringUtils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Service;
|
||||
import ${packageName}.mapper.${ClassName}Mapper;
|
||||
import ${packageName}.domain.${ClassName};
|
||||
|
@ -18,7 +17,6 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|||
* @author ${author}
|
||||
* @date ${datetime}
|
||||
*/
|
||||
@Slf4j
|
||||
@Service
|
||||
public class ${ClassName}ServiceImpl extends ServiceImpl<${ClassName}Mapper, ${ClassName}> implements ${ClassName}Service {
|
||||
|
||||
|
|
Loading…
Reference in New Issue