| | |
| | | import java.util.List; |
| | | |
| | | @ApiModel(value = "NotifySystemUnreadVO对象", description = "系统通知未读信息") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/vo/NotifySystemUnreadVO.class */ |
| | | |
| | | public class NotifySystemUnreadVO implements Serializable { |
| | | @ApiModelProperty("未读站内信列表") |
| | | private List<NotifySystemVO> internalList; |
| | |
| | | @ApiModelProperty("全部未读列表") |
| | | private List<NotifySystemVO> totalList; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/vo/NotifySystemUnreadVO$NotifySystemUnreadVOBuilder.class */ |
| | | |
| | | public static class NotifySystemUnreadVOBuilder { |
| | | private List<NotifySystemVO> internalList; |
| | | private List<NotifySystemVO> noticeList; |