From c35becb8e98e0a1996a338a3e5547ee412dfe299 Mon Sep 17 00:00:00 2001 From: shiyj1101 <1098226878@qq.com> Date: 星期三, 16 六月 2021 18:21:56 +0800 Subject: [PATCH] 完善查询账户提现 --- service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java old mode 100644 new mode 100755 index 76c1bdf..bc92234 --- a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java +++ b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRule/impl/GetFeeDiscountRuleBMOImpl.java @@ -1,7 +1,7 @@ package com.java110.fee.bmo.feeDiscountRule.impl; -import com.java110.dto.feeDiscountRule.FeeDiscountRuleDto; -import com.java110.dto.feeDiscountRuleSpec.FeeDiscountRuleSpecDto; +import com.java110.dto.feeDiscount.FeeDiscountRuleDto; +import com.java110.dto.feeDiscount.FeeDiscountRuleSpecDto; import com.java110.fee.bmo.feeDiscountRule.IGetFeeDiscountRuleBMO; import com.java110.intf.fee.IFeeDiscountRuleInnerServiceSMO; import com.java110.intf.fee.IFeeDiscountRuleSpecInnerServiceSMO; -- Gitblit v1.8.0