init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ruoyi.cai.dto.admin;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UnionCountDTO {
|
||||
private Long unionId;
|
||||
private Integer allNum;
|
||||
private Integer anchorNum;
|
||||
}
|
||||
@@ -13,6 +13,9 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
public class UnionAdminVo extends Union {
|
||||
|
||||
private Integer allNum = 0;
|
||||
private Integer anchorNum = 0;
|
||||
|
||||
/**
|
||||
* 用户号/ID号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user