1.台区台账模板导入(唐山/张家口)

2.获取台区遥测数据接口编写
This commit is contained in:
wr
2023-11-21 19:00:07 +08:00
parent fc5a1cc78b
commit e73aeabf46
16 changed files with 1162 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
package com.njcn.jbsyncdata.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.njcn.jbsyncdata.pojo.po.PmsPowerDistributionarea;
/**
* <p>
* 台区信息 Mapper 接口
* </p>
*
* @author wr
* @since 2023-11-20
*/
public interface PmsPowerDistributionareaMapper extends BaseMapper<PmsPowerDistributionarea> {
}