java110
2021-08-19 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb
java110-interface/src/main/java/com/java110/intf/goods/IProductCategoryInnerServiceSMO.java
old mode 100644 new mode 100755
@@ -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;