@@ -50,4 +50,8 @@ public class InformUserAddBo {
/** 系统通知内容 */
@ApiModelProperty("系统通知内容")
private String text;
+
+ /** 提醒项 */
+ @ApiModelProperty("提醒项")
+ private String remind;
}
@@ -56,5 +56,9 @@ public class InformUserEditBo {
@@ -69,4 +69,8 @@ public class InformUserQueryBo extends BaseEntity {
@@ -48,6 +48,9 @@ private static final long serialVersionUID=1L;
/** 1系统通知 2教务通知 */
private Integer systemStatus;
@@ -78,6 +78,10 @@ public class InformUserVo {
@Excel(name = "班级名称")
@ApiModelProperty("班级名称")
private List<String> className;