feiyu02
2025-09-30 94fee0b511279679b43e210878d3d36e5a14384b
src/main/kotlin/com/flightfeather/uav/model/epw/WeightType.kt
@@ -4,7 +4,21 @@
object WeightType {
    val prep = listOf(
    // 走航监测
    val prepUnderWay = listOf(
        FactorType.NO2.des,
        FactorType.CO.des,
        FactorType.H2S.des,
        FactorType.SO2.des,
        FactorType.O3.des,
//        FactorType.PM25.des,
//        FactorType.PM10.des,
//        FactorType.VOC.des,
//        FactorType.WIND_SPEED.des
    )
    // 定点监测
    val prepFixed = listOf(
        FactorType.NO2.des,
        FactorType.CO.des,
        FactorType.H2S.des,