|
|
@ -211,7 +211,7 @@ public class BasicdataGoodsAllocationController extends BladeController { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 货位获取模板信息 |
|
|
|
* 货位获取模板信息 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@PostMapping("/getPrintTemplate") |
|
|
|
@GetMapping("/getPrintTemplate") |
|
|
|
@ApiOperationSupport(order = 2) |
|
|
|
@ApiOperationSupport(order = 2) |
|
|
|
@ApiOperation(value = "生成模板图片返回前端渲染", notes = "传入模板参数") |
|
|
|
@ApiOperation(value = "生成模板图片返回前端渲染", notes = "传入模板参数") |
|
|
|
public R<?> getPrintTemplate(@ApiIgnore @RequestParam("ids") String ids) { |
|
|
|
public R<?> getPrintTemplate(@ApiIgnore @RequestParam("ids") String ids) { |
|
|
|