Bladeren bron

no message

wangyuanbo 2 jaren geleden
bovenliggende
commit
78299ba451
1 gewijzigde bestanden met toevoegingen van 0 en 14 verwijderingen
  1. 0 14
      imcs-bt-be/imcs-authority-server/src/main/java/com/github/zuihou/api/GoodsApi.java

+ 0 - 14
imcs-bt-be/imcs-authority-server/src/main/java/com/github/zuihou/api/GoodsApi.java

@@ -1,19 +1,5 @@
 package com.github.zuihou.api;
 
-import com.github.zuihou.base.R;
-import com.github.zuihou.business.goods.service.GoodsService;
-import com.github.zuihou.business.productionresource.dto.EquAndGoods;
-import com.github.zuihou.context.BaseContextHandler;
-import io.swagger.annotations.ApiOperation;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.PostMapping;
-import org.springframework.web.bind.annotation.RequestBody;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
-
-import java.util.List;
-import java.util.Map;
-
 public class GoodsApi {