|
@@ -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 {
|
|
|
|
|
|
|