3 changed files with 22 additions and 31 deletions
@ -1,31 +0,0 @@ |
|||||
HELP.md |
|
||||
target/ |
|
||||
!.mvn/wrapper/maven-wrapper.jar |
|
||||
!**/src/main/** |
|
||||
!**/src/test/** |
|
||||
|
|
||||
### STS ### |
|
||||
.apt_generated |
|
||||
.classpath |
|
||||
.factorypath |
|
||||
.project |
|
||||
.settings |
|
||||
.springBeans |
|
||||
.sts4-cache |
|
||||
|
|
||||
### IntelliJ IDEA ### |
|
||||
.idea |
|
||||
*.iws |
|
||||
*.iml |
|
||||
*.ipr |
|
||||
|
|
||||
### NetBeans ### |
|
||||
/nbproject/private/ |
|
||||
/nbbuild/ |
|
||||
/dist/ |
|
||||
/nbdist/ |
|
||||
/.nb-gradle/ |
|
||||
build/ |
|
||||
|
|
||||
### VS Code ### |
|
||||
.vscode/ |
|
@ -0,0 +1,10 @@ |
|||||
|
package com.epmet.service.evaluationindex.extract.toscreen; |
||||
|
|
||||
|
/** |
||||
|
* 先进模范数据抽取到大屏表screen_pioneer_data |
||||
|
* |
||||
|
* @author yinzuomei@elink-cn.com |
||||
|
* @date 2020/9/22 11:25 |
||||
|
*/ |
||||
|
public interface PioneerDataExtractService { |
||||
|
} |
@ -0,0 +1,12 @@ |
|||||
|
package com.epmet.service.evaluationindex.extract.toscreen.impl; |
||||
|
|
||||
|
import com.epmet.service.evaluationindex.extract.toscreen.PioneerDataExtractService; |
||||
|
|
||||
|
/** |
||||
|
* 先进模范数据抽取到大屏表screen_pioneer_data |
||||
|
* |
||||
|
* @author yinzuomei@elink-cn.com |
||||
|
* @date 2020/9/22 11:25 |
||||
|
*/ |
||||
|
public class PioneerDataExtractServiceImpl implements PioneerDataExtractService { |
||||
|
} |
Loading…
Reference in new issue