From 4ed693f48d1435de7a6333df17c2b34154731429 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: 星期三, 05 七月 2023 22:26:27 +0800 Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity --- service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/impl/ComputeFeeDiscountBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/impl/ComputeFeeDiscountBMOImpl.java b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/impl/ComputeFeeDiscountBMOImpl.java index d1545b5..a7ab76e 100755 --- a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/impl/ComputeFeeDiscountBMOImpl.java +++ b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/impl/ComputeFeeDiscountBMOImpl.java @@ -1,7 +1,7 @@ package com.java110.fee.bmo.feeDiscountRuleSpec.impl; import com.java110.dto.fee.FeeDetailDto; -import com.java110.dto.feeDiscount.ComputeDiscountDto; +import com.java110.dto.fee.ComputeDiscountDto; import com.java110.fee.bmo.feeDiscountRuleSpec.IComputeFeeDiscountBMO; import com.java110.fee.smo.impl.FeeDiscountInnerServiceSMOImpl; import com.java110.vo.ResultVo; -- Gitblit v1.8.0