package cn.flightfeather.supervision.common.score.item
|
|
import cn.flightfeather.supervision.common.score.Info
|
import cn.flightfeather.supervision.common.score.ScoreItem
|
|
class ScoreItem_14: ScoreItem() {
|
override var id: String = ""
|
|
override var name: String="未参加环保部门(或工业园区或街镇)组织的线下培训"
|
|
override var maxScore: Int = 2
|
|
override fun calScore(): Pair<Int, Int> {
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
}
|
}
|