Selaa lähdekoodia

提交代码 业务模块

WIN-B904R0U0NNS\Administrator 2 vuotta sitten
vanhempi
commit
6dcd26b428

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+.idea/
+jeecg-boot-base-core/target/
+jeecg-module-demo/target/
+jeecg-module-system/jeecg-system-api/jeecg-system-cloud-api/jeecg-system-cloud-api.iml
+jeecg-module-system/jeecg-system-api/jeecg-system-local-api/jeecg-system-local-api.iml
+jeecg-module-system/jeecg-system-api/jeecg-system-local-api/target/
+jeecg-module-system/jeecg-system-biz/jeecg-system-biz.iml
+jeecg-module-system/jeecg-system-biz/target/
+jeecg-module-system/jeecg-system-start/jeecg-system-start.iml
+jeecg-module-system/jeecg-system-start/target/
+jeecg-boot-parent.iml
+*.iml

+ 4 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/controller/BusHotelController.java

@@ -0,0 +1,4 @@
+package org.jeecg.modules.business.controller;
+
+public class BusHotelController {
+}

+ 4 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/service/IBusHotelService.java

@@ -0,0 +1,4 @@
+package org.jeecg.modules.business.service;
+
+public interface IBusHotelService {
+}