huanghongfa
2020-12-09 4231221cc96b5a7d192422aee8866e4d87bd3d72
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -46,14 +46,14 @@
    private Long handlerId;
    /**
     * 创建开始时间
     * 创建时间
     */
    private Date createBegin;
    private Date createAt;
    /**
     * 创建结束时间
     * 审核时间
     */
    private Date createEnd;
    private Date examineAt;
    /**
     * 详情
@@ -74,4 +74,8 @@
     * 处理结果,图片路径列表,逗号分隔
     */
    private String handlePhotoList;
    /**
     * 社区id
     */
    private Long community_id;
}