From 34d1c6d50aa9bde0ec3b69ccbfb3f81037db2ae0 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 04 十一月 2020 16:30:16 +0800
Subject: [PATCH] 加入版权说明

---
 java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeMachineTranslateConstant.java      |    5 
 service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarLogListener.java |    9 
 service-api/src/main/java/com/java110/api/package-info.java                                          |   16 ++
 service-community/src/main/java/com/java110/community/package-info.java                              |   16 ++
 service-goods/src/main/java/com/java110/goods/package-info.java                                      |   16 ++
 service-front/src/main/java/com/java110/front/package-info.java                                      |   16 ++
 service-api/src/main/java/com/java110/api/ApiApplicationStart.java                                   |   16 ++
 service-api/src/main/java/com/java110/api/bmo/advert/IAdvertBMO.java                                 |   15 ++
 service-api/src/main/java/com/java110/api/bmo/advert/impl/AdvertBMOImpl.java                         |   15 ++
 service-common/src/main/java/com/java110/common/package-info.java                                    |   16 ++
 service-api/src/main/java/com/java110/api/bmo/activities/impl/ActivitiesBMOImpl.java                 |   15 ++
 service-eureka/src/main/java/com/java110/eureka/package-info.java                                    |   16 ++
 service-store/src/main/java/com/java110/store/package-info.java                                      |   16 ++
 service-user/src/main/java/com/java110/user/package-info.java                                        |   16 ++
 service-api/src/main/java/com/java110/api/bmo/activities/IActivitiesBMO.java                         |   15 ++
 service-fee/src/main/java/com/java110/fee/package-info.java                                          |   16 ++
 service-sequence/src/main/java/com/java110/code/package-info.java                                    |   16 ++
 service-order/src/main/java/com/java110/order/package-info.java                                      |   16 ++
 service-job/src/main/java/com/java110/job/package-info.java                                          |   16 ++
 service-log/src/main/java/com/java110/log/package-info.java                                          |   16 ++
 service-report/src/main/java/com/java110/report/package-info.java                                    |   15 ++
 21 files changed, 308 insertions(+), 5 deletions(-)

diff --git a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeMachineTranslateConstant.java b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeMachineTranslateConstant.java
index f12ad72..0b67a26 100644
--- a/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeMachineTranslateConstant.java
+++ b/java110-utils/src/main/java/com/java110/utils/constant/ServiceCodeMachineTranslateConstant.java
@@ -48,6 +48,11 @@
     public static final String MACHINE_UPLOAD_FACE_LOG = "machineTranslate.machineUploadFaceLog";
 
     /**
+     * 涓婁紶杩涘嚭鍦轰俊鎭�
+     */
+    public static final String MACHINE_UPLOAD_CAR_LOG = "machineTranslate.machineUploadCarLog";
+
+    /**
      * 缁撴灉涓婃姤
      */
     public static final String MACHINE_CMD_RESULT = "machineTranslate.machineCmdResult";
diff --git a/service-api/src/main/java/com/java110/api/ApiApplicationStart.java b/service-api/src/main/java/com/java110/api/ApiApplicationStart.java
index c93e0c9..621c773 100644
--- a/service-api/src/main/java/com/java110/api/ApiApplicationStart.java
+++ b/service-api/src/main/java/com/java110/api/ApiApplicationStart.java
@@ -1,4 +1,18 @@
-
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.java110.api;
 
 import com.java110.core.annotation.Java110ListenerDiscovery;
diff --git a/service-api/src/main/java/com/java110/api/bmo/activities/IActivitiesBMO.java b/service-api/src/main/java/com/java110/api/bmo/activities/IActivitiesBMO.java
index 566df10..b6004a2 100644
--- a/service-api/src/main/java/com/java110/api/bmo/activities/IActivitiesBMO.java
+++ b/service-api/src/main/java/com/java110/api/bmo/activities/IActivitiesBMO.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.java110.api.bmo.activities;
 
 import com.alibaba.fastjson.JSONObject;
diff --git a/service-api/src/main/java/com/java110/api/bmo/activities/impl/ActivitiesBMOImpl.java b/service-api/src/main/java/com/java110/api/bmo/activities/impl/ActivitiesBMOImpl.java
index 07c08a3..3297925 100644
--- a/service-api/src/main/java/com/java110/api/bmo/activities/impl/ActivitiesBMOImpl.java
+++ b/service-api/src/main/java/com/java110/api/bmo/activities/impl/ActivitiesBMOImpl.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.java110.api.bmo.activities.impl;
 
 import com.alibaba.fastjson.JSONObject;
diff --git a/service-api/src/main/java/com/java110/api/bmo/advert/IAdvertBMO.java b/service-api/src/main/java/com/java110/api/bmo/advert/IAdvertBMO.java
index dc36b8c..0634409 100644
--- a/service-api/src/main/java/com/java110/api/bmo/advert/IAdvertBMO.java
+++ b/service-api/src/main/java/com/java110/api/bmo/advert/IAdvertBMO.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.java110.api.bmo.advert;
 
 import com.alibaba.fastjson.JSONObject;
diff --git a/service-api/src/main/java/com/java110/api/bmo/advert/impl/AdvertBMOImpl.java b/service-api/src/main/java/com/java110/api/bmo/advert/impl/AdvertBMOImpl.java
index f37066c..7ce3c59 100644
--- a/service-api/src/main/java/com/java110/api/bmo/advert/impl/AdvertBMOImpl.java
+++ b/service-api/src/main/java/com/java110/api/bmo/advert/impl/AdvertBMOImpl.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.java110.api.bmo.advert.impl;
 
 import com.alibaba.fastjson.JSONObject;
diff --git a/service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarPhotoLogListener.java b/service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarLogListener.java
similarity index 96%
rename from service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarPhotoLogListener.java
rename to service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarLogListener.java
index 9493fed..31656b0 100644
--- a/service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarPhotoLogListener.java
+++ b/service-api/src/main/java/com/java110/api/listener/machineTranslate/MachineUploadCarLogListener.java
@@ -29,8 +29,8 @@
  * http://api.demo.winqi.cn/api/machineTranslate.machineUploadFaceLog?app_id=992019111002270001&communityId=7020181217000001&transaction_id=-1&req_time=20181113225612&user_id=-1
  * 纭欢鑾峰彇鐢ㄦ埛淇℃伅
  */
-@Java110Listener("machineUploadCarPhotoLogListener")
-public class MachineUploadCarPhotoLogListener extends BaseMachineListener {
+@Java110Listener("machineUploadCarLogListener")
+public class MachineUploadCarLogListener extends BaseMachineListener {
 
     @Autowired
     private IMachineTranslateInnerServiceSMO machineTranslateInnerServiceSMOImpl;
@@ -91,7 +91,8 @@
             //鍒ゆ柇鏄惁鏈� 杩涘満璁板綍
             CarInoutDto carInoutDto = new CarInoutDto();
             carInoutDto.setCommunityId(reqJson.getString("communityId"));
-            carInoutDto.setInoutId(reqJson.getString("inoutId"));
+            carInoutDto.setCarNum(reqJson.getString("carNum"));
+            carInoutDto.setStates(new String[]{"100300", "100400", "100600"});
             List<CarInoutDto> carInoutDtos = carInoutInnerServiceSMOImpl.queryCarInouts(carInoutDto);
             MachineDto machineDto = new MachineDto();
             machineDto.setMachineId(reqJson.getString("communityId"));
@@ -137,7 +138,7 @@
 
     @Override
     public String getServiceCode() {
-        return ServiceCodeMachineTranslateConstant.MACHINE_UPLOAD_FACE_LOG;
+        return ServiceCodeMachineTranslateConstant.MACHINE_UPLOAD_CAR_LOG;
     }
 
     @Override
diff --git a/service-api/src/main/java/com/java110/api/package-info.java b/service-api/src/main/java/com/java110/api/package-info.java
new file mode 100644
index 0000000..bfe97b8
--- /dev/null
+++ b/service-api/src/main/java/com/java110/api/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.api;
\ No newline at end of file
diff --git a/service-common/src/main/java/com/java110/common/package-info.java b/service-common/src/main/java/com/java110/common/package-info.java
new file mode 100644
index 0000000..3292c0e
--- /dev/null
+++ b/service-common/src/main/java/com/java110/common/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.common;
\ No newline at end of file
diff --git a/service-community/src/main/java/com/java110/community/package-info.java b/service-community/src/main/java/com/java110/community/package-info.java
new file mode 100644
index 0000000..d63389e
--- /dev/null
+++ b/service-community/src/main/java/com/java110/community/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.community;
\ No newline at end of file
diff --git a/service-eureka/src/main/java/com/java110/eureka/package-info.java b/service-eureka/src/main/java/com/java110/eureka/package-info.java
new file mode 100644
index 0000000..30380b1
--- /dev/null
+++ b/service-eureka/src/main/java/com/java110/eureka/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.eureka;
\ No newline at end of file
diff --git a/service-fee/src/main/java/com/java110/fee/package-info.java b/service-fee/src/main/java/com/java110/fee/package-info.java
new file mode 100644
index 0000000..9ce7987
--- /dev/null
+++ b/service-fee/src/main/java/com/java110/fee/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.fee;
\ No newline at end of file
diff --git a/service-front/src/main/java/com/java110/front/package-info.java b/service-front/src/main/java/com/java110/front/package-info.java
new file mode 100644
index 0000000..402f2bf
--- /dev/null
+++ b/service-front/src/main/java/com/java110/front/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.front;
\ No newline at end of file
diff --git a/service-goods/src/main/java/com/java110/goods/package-info.java b/service-goods/src/main/java/com/java110/goods/package-info.java
new file mode 100644
index 0000000..a21357d
--- /dev/null
+++ b/service-goods/src/main/java/com/java110/goods/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.goods;
\ No newline at end of file
diff --git a/service-job/src/main/java/com/java110/job/package-info.java b/service-job/src/main/java/com/java110/job/package-info.java
new file mode 100644
index 0000000..07983f9
--- /dev/null
+++ b/service-job/src/main/java/com/java110/job/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.job;
\ No newline at end of file
diff --git a/service-log/src/main/java/com/java110/log/package-info.java b/service-log/src/main/java/com/java110/log/package-info.java
new file mode 100644
index 0000000..a91fd6c
--- /dev/null
+++ b/service-log/src/main/java/com/java110/log/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.log;
\ No newline at end of file
diff --git a/service-order/src/main/java/com/java110/order/package-info.java b/service-order/src/main/java/com/java110/order/package-info.java
new file mode 100644
index 0000000..96b2771
--- /dev/null
+++ b/service-order/src/main/java/com/java110/order/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.order;
\ No newline at end of file
diff --git a/service-report/src/main/java/com/java110/report/package-info.java b/service-report/src/main/java/com/java110/report/package-info.java
index 523d930..d1485ac 100644
--- a/service-report/src/main/java/com/java110/report/package-info.java
+++ b/service-report/src/main/java/com/java110/report/package-info.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /**
  * <b>report涓昏瀹炵幇鎶ヨ〃缁熻:</b><br>
  *     寰湇鍔� 鏁版嵁 鍒嗗竷鍦ㄤ笉閫氱殑鏁版嵁搴撶殑涓嶉�氱墖涓婏紝瀵艰嚧鎶ヨ〃澶嶆潅SQL鏃犳硶瀹炵幇锛�
diff --git a/service-sequence/src/main/java/com/java110/code/package-info.java b/service-sequence/src/main/java/com/java110/code/package-info.java
new file mode 100644
index 0000000..2fb2342
--- /dev/null
+++ b/service-sequence/src/main/java/com/java110/code/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.code;
\ No newline at end of file
diff --git a/service-store/src/main/java/com/java110/store/package-info.java b/service-store/src/main/java/com/java110/store/package-info.java
new file mode 100644
index 0000000..2aa7e57
--- /dev/null
+++ b/service-store/src/main/java/com/java110/store/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.store;
\ No newline at end of file
diff --git a/service-user/src/main/java/com/java110/user/package-info.java b/service-user/src/main/java/com/java110/user/package-info.java
new file mode 100644
index 0000000..39e0f5c
--- /dev/null
+++ b/service-user/src/main/java/com/java110/user/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.java110.user;
\ No newline at end of file

--
Gitblit v1.8.0