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>()