service-community/src/main/java/com/java110/community/package-info.javaold mode 100644 new mode 100755
@@ -13,4 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ /** * 资产相关 包 * <p> * 资产包括: * 小区 楼栋 单元 房屋 车辆 停车场 停车位 等信息 * * api 请写 对外提供接口信息 * bmo 业务相关内容 * dao 数据库操作相关内容 * kafka 为订单调度异步处理 * listener 为方式一开发中的 业务处理 * smo 内部服务调用接口能力开放 * * add by 吴学文 2020-12-23 * * 文档参考 : http://www.homecommunity.cn/ */ package com.java110.community;