101captain
2022-06-14 11eea118e4c599df4f16eef841ce09bebd676e3a
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;
}