文件名从 src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_2.kt 修改 |
| | |
| | | |
| | | import cn.flightfeather.supervision.business.ScoreItem |
| | | import cn.flightfeather.supervision.domain.ds1.entity.DustDataResult |
| | | import cn.flightfeather.supervision.domain.ds1.entity.Problemlist |
| | | import cn.flightfeather.supervision.domain.ds1.mapper.DustDataResultMapper |
| | | import cn.flightfeather.supervision.domain.ds1.mapper.ProblemlistMapper |
| | | import org.springframework.beans.factory.annotation.Autowired |
| | | import org.springframework.stereotype.Component |
| | | import tk.mybatis.mapper.entity.Example |
| | |
| | | /** |
| | | * Date 2022/1/20 16:14 |
| | | * Created by feiyu |
| | | * 宸ュ湴 |
| | | */ |
| | | @Component |
| | | class StScoreItem_2:ScoreItem() { |
| | | class CsScoreItem_2:ScoreItem() { |
| | | |
| | | companion object { |
| | | private lateinit var instance: StScoreItem_2 |
| | | private lateinit var instance: CsScoreItem_2 |
| | | } |
| | | |
| | | @PostConstruct |