1.excel台账导入

2.pom文件添加
3.添加knife4j
4.添加日志
This commit is contained in:
wr
2023-09-26 19:35:33 +08:00
parent 547e83d786
commit 8316ac73f2
10 changed files with 498 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
package com.njcn.jbsyncdata.service;
/**
* @author wr
* @description
* @date 2023/9/26 16:09
*/
public class DisPhotovoltaicService {
}

View File

@@ -0,0 +1,11 @@
package com.njcn.jbsyncdata.service.impl;
import com.njcn.jbsyncdata.service.DisPhotovoltaicService;
/**
* @author wr
* @description
* @date 2023/9/26 16:10
*/
public class DisPhotovoltaicServiceImpl extends DisPhotovoltaicService {
}