@ -22,7 +22,7 @@ public class VegetableCellarRest {
@Autowired
VegetableCellarService VegetableCellarService;
@ApiOperation("创建记录列表")
@PostMapping("/addGoods")
@GetMapping("/addGoods")
public ResultBean addGoods(@RequestParam("mainSid") String mainSid) {
return VegetableCellarService.addGoods(mainSid);
}