riku
2020-06-11 585fb9b67dc81f9e14f2cbf59f1c3a02eb4fe98f
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()