bug
huanghongfa
2021-02-01 c30b0597c3ea882dca80df67bae9e30b21b35158
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -88,4 +88,12 @@
     * 0 不需要 1 需要
     */
    private Integer isNeedFeedBack;
    /**
     * 反馈时间
     */
    private Date feedbackAt;
    /**
     * 拒绝原因
     */
    private String rejectReason;
}