feiyu02
2025-03-27 bde043c8fd1a076f44c402dd56c62d401afbfb16
src/main/kotlin/com/flightfeather/uav/model/epw/NoSection.kt
@@ -6,14 +6,4 @@
/**
 * 不做分类统计
 */
class NoSection : BaseSection<DataVo, BaseSOP>() {
    override val sectionValues: List<Double> = listOf(1.0)
    override val sectionType: List<String> = listOf("综合")
    override val tagClz: Class<out BaseTag> = NoTag::class.java
    override fun onSectionValue(mData: DataVo, sop: BaseSOP, effect: BaseEffect): Double {
        return .0
    }
}
class NoSection : BaseNoSection<DataVo, BaseSOP>()