feiyu02
2025-03-27 bde043c8fd1a076f44c402dd56c62d401afbfb16
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>()