Commit ad579ed6 by 段启岩

修改版本号字段为long类型

parent cbbad3a2
......@@ -33,7 +33,7 @@ public class AppVersion implements Serializable {
private Integer versionId;
@ApiModelProperty(value = "版本号")
private String version;
private Long versionCode;
@ApiModelProperty(value = "版本名称")
private String versionName;
......
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