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

@@ -103,4 +103,14 @@ public class DisPhotovoltaicController {
System.out.println();
}
// @ApiOperation(value = "将用户数据导入到配网表中")
// @PostMapping("/insertDistributionMonitor")
// public String import380KV() throws Exception {
// Boolean aBoolean = disPhotovoltaicService.savePmsDistributionMonitor();
// if(aBoolean){
// return "数据导入成功";
// }
// return "数据导入失败";
// }
}