feiyu02
2025-07-04 9c797fa0d704ef8ffb65cd1716b8eb694b4c46c3
1
2
3
4
5
6
7
8
9
package com.flightfeather.uav.model.epw
 
import com.flightfeather.uav.lightshare.bean.DataVo
import com.flightfeather.uav.model.*
 
/**
 * 不做分类统计
 */
class NoSection : BaseNoSection<DataVo, BaseSOP>()