package cn.flightfeather.supervision.common.score.item
|
|
import cn.flightfeather.supervision.common.score.Info
|
import cn.flightfeather.supervision.common.score.ScoreItem
|
|
class ScoreItem_15: ScoreItem() {
|
override var id: String = ""
|
|
override var name: String="企业信用承诺(在线、一年一次)"
|
|
override var maxScore: Int = 5
|
|
override fun calScore(): Pair<Int, Int> {
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
}
|
}
|