Commit a36e4713 authored by 周健威's avatar 周健威

修改代码

parent 89cc134a
......@@ -23,7 +23,7 @@ public class RscpImagePrice implements java.io.Serializable {
@KeySql(useGeneratedKeys = true)
@Column(name = "id",insertable = false)
@ApiModelProperty(value = "标识")
private String id;
private Integer id;
/** 卫星 */
@ApiModelProperty(value = "卫星")
......
......@@ -21,7 +21,7 @@ public class RscpResolution implements java.io.Serializable {
@KeySql(useGeneratedKeys = true)
@Column(name = "id",insertable = false)
@ApiModelProperty(value = "")
private String id;
private Integer id;
/** resolutionName */
@ApiModelProperty(value = "分辨率标识")
......
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