riku
2020-12-11 4cb662daa3d2760cc4c892e58f73cbf10b265f6f
1
2
3
4
5
6
7
8
9
package com.flightfeather.uav.socket.bean
 
import com.flightfeather.uav.socket.eunm.FactorType
 
/**
 * @author riku
 * Date: 2020/6/10
 */
class AirTypeData(var factorType: FactorType): DataUnit()