feiyu02
2025-09-02 8c6e742562d0c8647e0ee8deff01a3eb176d677b
src/main/kotlin/com/flightfeather/uav/lightshare/eunm/SatelliteDataType.kt
@@ -9,5 +9,9 @@
    // 原始数据
    Original(0),
    // 融合数据
    Mix(1)
    Mix(1),
    // 细分网格数据
    Sub(2),
    // 走航映射数据
    Monitor(3)
}