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 | 4 ++-- 1 files changed, 2 insertions(+), 2 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 d4ec8d2..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 @@ -1,8 +1,8 @@ package com.java110.user.bmo.rentingPoolFlow.impl; import com.java110.core.annotation.Java110Transactional; -import com.java110.intf.IRentingPoolFlowInnerServiceSMO; -import com.java110.po.rentingPoolFlow.RentingPoolFlowPo; +import com.java110.intf.user.IRentingPoolFlowInnerServiceSMO; +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