1.台区台账模板导入(唐山/张家口)
2.获取台区遥测数据接口编写
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.jbsyncdata.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.njcn.jbsyncdata.pojo.po.PmsPowerDistributionarea;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 台区信息 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author wr
|
||||
* @since 2023-11-20
|
||||
*/
|
||||
public interface IPmsPowerDistributionareaService extends IService<PmsPowerDistributionarea> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user