huanghongfa
2021-08-26 3adb33652e097365ced4bdb58c31fce476b244fb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActReserveOperationRecordDO.java
@@ -82,6 +82,24 @@
     */
    private Long createBy;
    /**
     * 类型(1.本人操作 2.社区操作)
     */
    public interface type{
        int br = 1;
        int sq = 2;
    }
    /**
     * 状态(1.提交 2.预约成功 3.预约失败 4.取消)
     */
    public interface status{
        int tj = 1;
        int yycg = 2;
        int yysb = 3;
        int qx = 4;
    }
    @Override
    public String toString() {
        return "ComActReserveOperationRecordDO{" +