1.台账业务修改

2.变电站-母线接口获取
3.各部门下,变电站母线数据获取
This commit is contained in:
wr
2023-11-16 14:37:01 +08:00
parent 963fefb173
commit 783a256dae
17 changed files with 645 additions and 17 deletions

View File

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