feiyu02
2025-07-23 517296b16b1faf07bc389809387b1937f9415746
src/main/kotlin/cn/flightfeather/supervision/business/report/cols/ColItemGrade.kt
@@ -6,7 +6,8 @@
import cn.flightfeather.supervision.domain.ds1.entity.Itemevaluation
import org.apache.poi.hssf.util.HSSFColor
class ColItemGrade(private val hasHead3: Boolean = true) : BaseCols() {
//评估得分
class ColItemGrade(private val hasHead3: Boolean = true, chooseIndexList: List<Int> = emptyList()) : BaseCols(chooseIndexList) {
    override fun onHeads(dataSource: DataSource): MutableList<MutableList<ExcelUtil.MyCell>> {
        val h1 = mutableListOf<ExcelUtil.MyCell>()