添加版本信息
This commit is contained in:
@@ -24,5 +24,8 @@ public class AppVersionParam implements Serializable {
|
||||
@ApiModelProperty("整改内容")
|
||||
private String content;
|
||||
|
||||
@ApiModelProperty("版本类型 APP WEB")
|
||||
@NotNull(message = "版本类型不能为空")
|
||||
private String versionType;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.njcn.cssystem.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -44,6 +43,11 @@ public class AppVersion extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private Integer sev;
|
||||
|
||||
/**
|
||||
* 版本类型 APP Web
|
||||
*/
|
||||
private String versionType;
|
||||
|
||||
/**
|
||||
* 修改内容
|
||||
*/
|
||||
|
||||
@@ -22,5 +22,4 @@ public class AppVersionVo implements Serializable {
|
||||
|
||||
@ApiModelProperty("严重度(0:优化 1:bug调整)")
|
||||
private Integer sev;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user