From 8954429263a75e3c7d19db20a60370fca005f2bd Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期二, 08 八月 2023 15:44:49 +0800 Subject: [PATCH] 优化代码 --- service-fee/src/main/java/com/java110/fee/dao/IFeeDiscountRuleSpecServiceDao.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/service-fee/src/main/java/com/java110/fee/dao/IFeeDiscountRuleSpecServiceDao.java b/service-fee/src/main/java/com/java110/fee/dao/IFeeDiscountRuleSpecServiceDao.java index 7c98025..622df00 100755 --- a/service-fee/src/main/java/com/java110/fee/dao/IFeeDiscountRuleSpecServiceDao.java +++ b/service-fee/src/main/java/com/java110/fee/dao/IFeeDiscountRuleSpecServiceDao.java @@ -2,10 +2,6 @@ import com.java110.utils.exception.DAOException; -import com.java110.entity.merchant.BoMerchant; -import com.java110.entity.merchant.BoMerchantAttr; -import com.java110.entity.merchant.Merchant; -import com.java110.entity.merchant.MerchantAttr; import java.util.List; -- Gitblit v1.8.0