鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
2025-06-11 15234416214389224cf5ca45a481108b5e345c97
1
2
3
4
5
6
7
8
9
10
package com.iailab.module.ansteel.power.dao;
 
import com.iailab.framework.common.dao.BaseDao;
import com.iailab.module.ansteel.power.entity.PowerFactorControlEntity;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface PowerFactorControlDao extends BaseDao<PowerFactorControlEntity> {
 
}