@@ -46,4 +46,8 @@ public class InformUserAddBo {
/** 1系统通知 2教务通知 */
@ApiModelProperty("1系统通知 2教务通知")
private Integer systemStatus;
+
+ /** 系统通知内容 */
+ @ApiModelProperty("系统通知内容")
+ private String text;
}
@@ -52,5 +52,9 @@ public class InformUserEditBo {
@@ -65,4 +65,8 @@ public class InformUserQueryBo extends BaseEntity {
/** 绑定系统通知内容 */
@ApiModelProperty("绑定系统通知内容")
private Long remindId;
@@ -47,4 +47,7 @@ private static final long serialVersionUID=1L;
@@ -74,6 +74,10 @@ public class InformUserVo {
@Excel(name = "班级名称")
@ApiModelProperty("班级名称")
private List<String> className;