From 4e43292ef963be988afdb83e3888e91adeac4e17 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期六, 14 九月 2024 15:40:32 +0800 Subject: [PATCH] 优化代码 --- service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/SaveRentingPoolFlowBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/SaveRentingPoolFlowBMOImpl.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/SaveRentingPoolFlowBMOImpl.java old mode 100644 new mode 100755 index 2539943..2d3d39a --- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/SaveRentingPoolFlowBMOImpl.java +++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/SaveRentingPoolFlowBMOImpl.java @@ -3,7 +3,7 @@ import com.java110.core.annotation.Java110Transactional; import com.java110.core.factory.GenerateCodeFactory; import com.java110.intf.user.IRentingPoolFlowInnerServiceSMO; -import com.java110.po.rentingPoolFlow.RentingPoolFlowPo; +import com.java110.po.renting.RentingPoolFlowPo; import com.java110.user.bmo.rentingPoolFlow.ISaveRentingPoolFlowBMO; import com.java110.vo.ResultVo; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.8.0