src/main/kotlin/com/flightfeather/uav/socket/bean/AirData.kt
@@ -1,9 +1,12 @@
package com.flightfeather.uav.socket.bean
import com.fasterxml.jackson.annotation.JsonInclude
/**
 * @author riku
 * Date: 2020/6/10
 */
@JsonInclude(JsonInclude.Include.NON_NULL)
class AirData : DataUnit() {
    var factorId: String? = null
    var factorName: String? = null