罗元桥
2021-09-14 438e5b43af59c7050fd0f38e6ebdbef2c69ef304
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;
}