1.台账编号添加160前缀

This commit is contained in:
wr
2023-10-11 16:07:50 +08:00
parent 93d7a46e72
commit 119637bc88
5 changed files with 67 additions and 2 deletions

View File

@@ -31,4 +31,12 @@ public interface DisPhotovoltaicService {
*/
void SavaPmsPowerGenerationUser380KV(List<DisPhotovoltaic380Excel> list, HttpServletResponse response);
/**
* @Description: 配网表数据新增
* @param
* @return: java.lang.Boolean
* @Author: wr
* @Date: 2023/10/11 14:31
*/
Boolean savePmsDistributionMonitor();
}