|
|
@@ -2,6 +2,8 @@ package com.yunfeiyun.agmp.iot.common.domain;
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
/**
|
|
|
* 水肥机要素
|
|
|
*/
|
|
|
@@ -50,4 +52,11 @@ public class IotSfElementfactor extends IotBaseEntity {
|
|
|
/** 修改人 */
|
|
|
private String sfModifier;
|
|
|
|
|
|
+ /** 纬度 */
|
|
|
+ private BigDecimal sfLat;
|
|
|
+ /** 经度 */
|
|
|
+ private BigDecimal sfLng;
|
|
|
+
|
|
|
+ /** 地址 */
|
|
|
+ private String sfAddress;
|
|
|
}
|