yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/vo/NotifySystemUnreadVO.java
@@ -6,7 +6,7 @@
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;
@@ -15,7 +15,7 @@
    @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;