From ab6a423cf604b83f06b5768dbc162ece744a32d9 Mon Sep 17 00:00:00 2001 From: shane <88386378@qq.com> Date: 星期五, 20 八月 2021 00:34:11 +0800 Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity --- java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java old mode 100644 new mode 100755 index c664e70..330e0fb --- a/java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java +++ b/java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java @@ -1,8 +1,8 @@ package com.java110.intf.goods; import com.java110.config.feign.FeignConfiguration; -import com.java110.dto.productCategory.ProductCategoryDto; -import com.java110.po.productCategory.ProductCategoryPo; +import com.java110.dto.product.ProductCategoryDto; +import com.java110.po.product.ProductCategoryPo; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; -- Gitblit v1.8.0