Commit 5922d8f0 authored by 周健威's avatar 周健威

添加绿美阳西信息产品接口

parent 5d177116
...@@ -118,5 +118,11 @@ public class Lmyxmonitorimage implements Serializable { ...@@ -118,5 +118,11 @@ public class Lmyxmonitorimage implements Serializable {
@ApiModelProperty(value = "是否删除 1--已删除;0--未删除") @ApiModelProperty(value = "是否删除 1--已删除;0--未删除")
private Integer isDel; private Integer isDel;
/**
* 类型:2212--温度反演;2213--植被覆盖度;2214--植被识别;2215--水体识别;2216--风险等级;2217--病虫害监测
*/
@Column(name = "type")
@ApiModelProperty(value = "类型:2212--温度反演;2213--植被覆盖度;2214--植被识别;2215--水体识别;2216--风险等级;2217--病虫害监测")
private Integer type;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment