springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActReserveOperationRecordDO.java
@@ -99,4 +99,22 @@ ", createBy=" + createBy + "}"; } /** * 1本人 2社区 */ public interface type{ int br=1; int sq=2; } /** * 状态(1.提交 2.预约成功 3.预约失败 4.取消) */ public interface status{ int ytj=1; int cg=2; int sb=3; int qx=4; } }