riku
2022-06-17 d2ec5bfc26119a08985059ab3dabacea8275e45b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package cn.flightfeather.supervision.common.score.item
 
import cn.flightfeather.supervision.common.score.Info
import cn.flightfeather.supervision.common.score.ScoreItem
 
class ScoreItem_16: ScoreItem() {
    override var id: String = ""
 
    override var name: String="企业信用自评(在线、一月一次)"
 
    override var maxScore: Int = 10
 
    override fun calScore(): Pair<Int, Int> {
        TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
    }
}