This commit is contained in:
2024-11-07 20:52:56 +08:00
parent 05cdb20594
commit f0e82c458c
4 changed files with 9 additions and 3 deletions

View File

@@ -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> {
/**
* 分页查询电能质量指标字典列表

View File

@@ -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 {