From 4e992596dd378bb68021875a90801b4c7ecaf288 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期五, 06 十二月 2024 00:52:07 +0800 Subject: [PATCH] 扣款只扣物业费和水电费扣款 --- service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java old mode 100644 new mode 100755 index 5cd9e3c..b33f337 --- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java +++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java @@ -2,7 +2,7 @@ import com.java110.core.annotation.Java110Transactional; import com.java110.intf.user.IRentingPoolFlowInnerServiceSMO; -import com.java110.po.rentingPoolFlow.RentingPoolFlowPo; +import com.java110.po.renting.RentingPoolFlowPo; import com.java110.user.bmo.rentingPoolFlow.IDeleteRentingPoolFlowBMO; import com.java110.vo.ResultVo; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.8.0