101captain
2021-08-31 d4f73636b9e92824c5c5e10ee49dc4dd944c9198
1
2
3
4
5
6
7
8
9
package com.panzhihua.common.model.vos.community.easyPhoto;
 
import lombok.Data;
 
@Data
public class ComActEasyPhotoCountVO {
    private Integer total;
    private Integer today;
}