xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/vo/WateringVO.java
@@ -18,12 +18,16 @@ @ApiModelProperty(value = "是否升级") private Boolean isNext; @ApiModelProperty(value = "树苗等级类型 1=种子 2=发芽 3=幼苗 4=小树苗 5=中等树苗 6=小树 7=中树 8=大树 9=成熟的大树 10=参天大树") private Integer treeLevelType; @ApiModelProperty(value = "浇水后的成长值") private Integer growthValue; @ApiModelProperty(value = "是否枯萎 1是2否(暂时不用)") private Integer status; @ApiModelProperty(value = "阈值") private Integer nextLevel; @ApiModelProperty(value = "浇水后剩余能量值") private Integer energyValue;