init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.dto.admin.vo.unread;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UnreadData {
|
||||
private Long accountCashCount;
|
||||
private Long userAlbumCount;
|
||||
private Long userCameraAuditCount;
|
||||
private Long anchorApplyCount;
|
||||
private Long dynamicCount;
|
||||
private Long reportCount;
|
||||
private Long userGreetCount;
|
||||
}
|
||||
Reference in New Issue
Block a user