riku
2021-12-10 98d774555f6207ac07dbfb9c542b1b489839b827
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.
    }
}