微调
This commit is contained in:
@@ -7,6 +7,9 @@ import com.njcn.gather.system.dictionary.pojo.po.DictPq;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author caizehui
|
||||
*/
|
||||
public interface IDictPqService extends IService<DictPq> {
|
||||
/**
|
||||
* 分页查询电能质量指标字典列表
|
||||
|
||||
@@ -21,6 +21,9 @@ import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author caozehui
|
||||
*/
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
public class DictPqServiceImpl extends ServiceImpl<DictPqMapper, DictPq> implements IDictPqService {
|
||||
|
||||
Reference in New Issue
Block a user