From 0b3ff378a9faaf9d7a4831b7f0de67378fe0dfea Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期二, 30 五月 2023 12:20:15 +0800 Subject: [PATCH] optimize 统计 --- service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingReductionImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingReductionImpl.java b/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingReductionImpl.java index 0824462..1741a45 100755 --- a/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingReductionImpl.java +++ b/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingReductionImpl.java @@ -1,8 +1,8 @@ package com.java110.fee.discount.impl; -import com.java110.dto.feeDiscount.ComputeDiscountDto; -import com.java110.dto.feeDiscount.FeeDiscountDto; -import com.java110.dto.feeDiscount.FeeDiscountSpecDto; +import com.java110.dto.fee.ComputeDiscountDto; +import com.java110.dto.fee.FeeDiscountDto; +import com.java110.dto.fee.FeeDiscountSpecDto; import com.java110.fee.discount.IComputeDiscount; import org.springframework.stereotype.Component; -- Gitblit v1.8.0