提交 b4264b0b authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 17e238a7
......@@ -16,6 +16,6 @@ public class SaveOMemberForm {
private String password;
@ApiModelProperty("用户状态 0 禁用 1启用")
private Integer status;
@ApiModelProperty("会员类型:0试用,1正式")
@ApiModelProperty("会员类型:1正式,2试用")
private Integer type;
}
\ No newline at end of file
......@@ -15,7 +15,7 @@ public class SaveOrUpdateOrganForm {
private String creater;
@ApiModelProperty(value = "机构修改人")
private String updater;
@ApiModelProperty(value = "类型:0试用,1正式", required = true)
@ApiModelProperty(value = "类型:1正式,2试用", required = true)
private Integer type;
@ApiModelProperty(value = "版本:1网络版,2镜像版", required = true)
private Integer version;
......
......@@ -28,7 +28,7 @@ public class Organ {
private String creater;
@ApiModelProperty(value = "机构修改人")
private String updater;
@ApiModelProperty(value = "类型:0试用,1正式", required = true)
@ApiModelProperty(value = "类型:1正式,2试用", required = true)
private Integer type;
@ApiModelProperty(value = "版本:1网络版,2镜像版", required = true)
private Integer version;
......
......@@ -15,7 +15,7 @@ public class OrganMemberListVO {
private String name;
@ApiModelProperty("用户状态 0 禁用 1启用")
private Integer status;
@ApiModelProperty(value = "类型:0试用,1正式")
@ApiModelProperty(value = "类型:1正式,2试用")
private Integer type;
@ApiModelProperty("创建时间")
private String createTime;
......
......@@ -17,7 +17,7 @@ public class OrganMemberVO {
private String name;
@ApiModelProperty("用户状态 0 禁用 1启用")
private Integer status;
@ApiModelProperty(value = "类型:0试用,1正式")
@ApiModelProperty(value = "类型:1正式,2试用")
private Integer type;
@ApiModelProperty("创建时间")
private String createTime;
......
......@@ -15,7 +15,7 @@ public class OrganVO {
private String creater;
@ApiModelProperty(value = "机构修改人")
private String updater;
@ApiModelProperty(value = "类型:0试用,1正式")
@ApiModelProperty(value = "类型:1正式,2试用")
private Integer type;
@ApiModelProperty(value = "版本:1网络版,2镜像版")
private Integer version;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论