From e52ddfe8caf7d0027950033a5aff2a1fd3482e9d Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期三, 01 六月 2022 17:50:25 +0800 Subject: [PATCH] 优化装修 跟踪记录 回显 --- service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/impl/DeleteRentingPoolAttrBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/impl/DeleteRentingPoolAttrBMOImpl.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/impl/DeleteRentingPoolAttrBMOImpl.java old mode 100644 new mode 100755 index ef9cbeb..c0ea6a9 --- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/impl/DeleteRentingPoolAttrBMOImpl.java +++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/impl/DeleteRentingPoolAttrBMOImpl.java @@ -1,7 +1,7 @@ package com.java110.user.bmo.rentingPoolAttr.impl; import com.java110.core.annotation.Java110Transactional; -import com.java110.intf.IRentingPoolAttrInnerServiceSMO; +import com.java110.intf.user.IRentingPoolAttrInnerServiceSMO; import com.java110.po.rentingPoolAttr.RentingPoolAttrPo; import com.java110.user.bmo.rentingPoolAttr.IDeleteRentingPoolAttrBMO; import com.java110.vo.ResultVo; -- Gitblit v1.8.0