riku
2022-06-09 9867f6d5c5bccfe52b878c344c536905dd6b309e
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.
    }
}