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("整改跟踪提醒")