huanghongfa
2021-06-07 8788a78ad30c1bb9d50d91b10e76d3ae47ed8da2
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -35,7 +35,7 @@
    private String happenAddr;
    /**
     * 状态 1待审核   2进行中 3已驳回 4已完成
     * 状态 1待处理 2已处理
     */
    private Integer status;
@@ -88,4 +88,31 @@
     * 0 不需要 1 需要
     */
    private Integer isNeedFeedBack;
    /**
     * 反馈时间
     */
    private Date feedbackAt;
    /**
     * 拒绝原因
     */
    private String rejectReason;
    /**
     * 地址备注
     */
    private String addrRemark;
    /**
     * 是否删除 0 否 1 是
     */
    private Integer delTag;
    /**
     * 是否上报社区处理(0.否 1.是)
     */
    private Integer isReport;
    /**
     * 是否公示(0.否 1.是)
     */
    private Integer isPublicity;
}