代码提交

This commit is contained in:
wr
2023-06-08 18:31:33 +08:00
parent 6f859a234f
commit 8ebeaa056c
11 changed files with 331 additions and 19 deletions

View File

@@ -36,4 +36,6 @@ public interface IPowerDistributionareaService extends IService<PowerDistributio
* @return
*/
Map staticMethod(String token,String psrType, String fieldName,String fieldValue);
Map insertData();
}