hcong
2024-11-19 0674dea7dd0e75199c0c200e6a41070c25677082
src/main/kotlin/cn/flightfeather/supervision/business/report/cols/ColStrategy.kt
@@ -9,7 +9,7 @@
import java.time.ZoneId
import java.time.temporal.ChronoUnit
class ColStrategy : BaseCols() {
class ColStrategy(chooseIndexList: List<Int> = emptyList()) : BaseCols(chooseIndexList) {
    override fun onHeads(dataSource: DataSource): MutableList<MutableList<ExcelUtil.MyCell>> {
        return mutableListOf(mutableListOf(
            ExcelUtil.MyCell("整改跟踪提醒")