huanghongfa
2021-08-26 7731909887d754eafec31e003ddc4fca71e9eb24
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActReserveRecordDO.java
@@ -139,4 +139,21 @@
                ", updateBy=" + updateBy +
                "}";
    }
    /**
     * 状态(1.待处理 2.预约成功 3.预约失败 4.已取消)
     */
    public interface status{
        int dcl = 1;
        int cg = 2;
        int sb = 3;
        int yqx = 4;
    }
    /**
     * 类型(1.预约 2.登记)
     */
    public interface type{
        int yy=1;
        int dj=2;
    }
}