提交 5e9450da authored 作者: xc's avatar xc

xc

上级 0451e7aa
......@@ -94,7 +94,7 @@ public class Notice {
/**
* 是否推送短信 是 0,否 1
*/
@ApiModelProperty(value = "note", example = "false", dataType = "int", name = "是否推送短信")
@ApiModelProperty(value = "note", example = "1", dataType = "int", name = "是否推送短信")
@Column(name = "note")
private int note;
......@@ -106,7 +106,7 @@ public class Notice {
private String fileList;
/**
* 附件列表
* 单位名称
*/
@ApiModelProperty(value = "unit", example = "", dataType = "String", name = "单位名称")
@Column(name = "unit")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论