refactor(smartfactory): 优化工厂信息控制器和服 务类代码
- 移除了 SfFactoryInfoController 中的冗余空行 - 优化了 SfFactoryInfoService 接口的导入信息 - 移除了 SfFactoryInfoServiceImpl 中的冗余空行
This commit is contained in:
parent
201c0e3c02
commit
ab7111cae3
@ -90,4 +90,4 @@ public class SfFactoryInfoController {
|
||||
BeanUtils.toBean(list, SfFactoryInfoRespVO.class));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,12 @@
|
||||
package cn.iocoder.yudao.module.smartfactory.service.factory;
|
||||
|
||||
import java.util.*;
|
||||
import javax.validation.*;
|
||||
import cn.iocoder.yudao.framework.common.pojo.PageResult;
|
||||
import cn.iocoder.yudao.framework.common.pojo.PageParam;
|
||||
import cn.iocoder.yudao.module.smartfactory.controller.admin.factory.vo.SfFactoryInfoPageReqVO;
|
||||
import cn.iocoder.yudao.module.smartfactory.controller.admin.factory.vo.SfFactoryInfoSaveReqVO;
|
||||
import cn.iocoder.yudao.module.smartfactory.dal.dataobject.factory.SfFactoryInfoDO;
|
||||
|
||||
import javax.validation.Valid;
|
||||
|
||||
/**
|
||||
* 工厂信息 Service 接口
|
||||
*
|
||||
@ -53,4 +52,4 @@ public interface SfFactoryInfoService {
|
||||
*/
|
||||
PageResult<SfFactoryInfoDO> getSfFactoryInfoPage(SfFactoryInfoPageReqVO pageReqVO);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -56,4 +56,4 @@ public class SfFactoryInfoServiceImpl implements SfFactoryInfoService {
|
||||
return sfFactoryInfoMapper.selectPage(pageReqVO);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user