From ad4aa3dea3554b168824e426e66bd9849e3193d4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 20 六月 2019 17:08:43 +0800
Subject: [PATCH] 文档重新整理加入 开发环境搭建和生产环境搭建步骤
---
java110-common/src/main/java/com/java110/common/constant/BusinessTypeConstant.java | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/java110-common/src/main/java/com/java110/common/constant/BusinessTypeConstant.java b/java110-common/src/main/java/com/java110/common/constant/BusinessTypeConstant.java
index dadd2da..99f224c 100644
--- a/java110-common/src/main/java/com/java110/common/constant/BusinessTypeConstant.java
+++ b/java110-common/src/main/java/com/java110/common/constant/BusinessTypeConstant.java
@@ -91,6 +91,23 @@
public static final String BUSINESS_TYPE_DELETE_OWNER_ROOM_REL = "111100050001";
+ /**
+ * 淇濆瓨涓氫富杞﹁締
+ */
+ public static final String BUSINESS_TYPE_SAVE_OWNER_CAR = "111200030001";
+
+ /**
+ * 淇敼涓氫富杞﹁締
+ */
+ public static final String BUSINESS_TYPE_UPDATE_OWNER_CAR = "111200040001";
+
+
+ /**
+ * 鍒犻櫎涓氫富杞﹁締
+ */
+ public static final String BUSINESS_TYPE_DELETE_OWNER_CAR = "111200050001";
+
+
@@ -257,6 +274,22 @@
*/
public static final String BUSINESS_TYPE_DELETE_ROOM_INFO = "530100050001";
+ /**
+ * 澧炲姞杞︿綅
+ */
+ public static final String BUSINESS_TYPE_SAVE_PARKING_SPACE = "540100030001";
+
+ /**
+ * 淇敼杞︿綅
+ */
+ public static final String BUSINESS_TYPE_UPDATE_PARKING_SPACE = "540100040001";
+
+
+ /**
+ * 鍒犻櫎杞︿綅
+ */
+ public static final String BUSINESS_TYPE_DELETE_PARKING_SPACE = "540100050001";
+
@@ -298,6 +331,7 @@
* 鍒犻櫎璐圭敤閰嶇疆淇℃伅
*/
public static final String BUSINESS_TYPE_DELETE_FEE_CONFIG = "620100050001";
+
/**
* 鍒犻櫎浣忔埛
@@ -354,5 +388,18 @@
*/
public static final String BUSINESS_TYPE_DELETE_AGENT_USER = "700100050004";
+ /**
+ * 鍒犻櫎鏂规硶缂栫爜
+ */
+ public static final String BUSINESS_TYPE_DELETE_DEMO_INFO = "900100050001";
+ /**
+ * 淇濆瓨鏂规硶缂栫爜
+ */
+ public static final String BUSINESS_TYPE_SAVE_DEMO_INFO = "900100030001";
+ /**
+ * 淇敼鏂规硶缂栫爜
+ */
+ public static final String BUSINESS_TYPE_UPDATE_DEMO_INFO = "900100040001";
+
}
--
Gitblit v1.8.0