1.台账业务修改
2.变电站-母线接口获取 3.各部门下,变电站母线数据获取
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.syncdata.mapper;
|
||||
|
||||
import com.njcn.db.mapper.BatchBaseMapper;
|
||||
import com.njcn.syncdata.pojo.po.PmsCountLedger;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 每日变电站-母线数据总条目表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author wr
|
||||
* @since 2023-11-13
|
||||
*/
|
||||
public interface PmsCountLedgerMapper extends BatchBaseMapper<PmsCountLedger> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user