统计bug
This commit is contained in:
parent
692e34d4db
commit
89c0bb6a0d
|
|
@ -202,8 +202,14 @@ public class VOSurvIntegrateSoilDetail {
|
||||||
@ApiModelProperty(value = "叶面湿度")
|
@ApiModelProperty(value = "叶面湿度")
|
||||||
private String dataLeafWet;
|
private String dataLeafWet;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "水ph")
|
||||||
|
private String dataWaterPh;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "水电导率")
|
||||||
|
private String dataWaterDdl;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "水温")
|
||||||
|
private String dataWaterTemp;
|
||||||
/**
|
/**
|
||||||
* 浊度
|
* 浊度
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue