feat: 同步小型刀具库数据 接口
This commit is contained in:
parent
a6af0835ab
commit
2ddddd64ae
@ -46,10 +46,17 @@ public class WmsInPlanController extends BaseController {
|
||||
public TableDataInfo list(WmsInPlan wmsInPlan) {
|
||||
startPage();
|
||||
List<WmsInPlan> list = wmsInPlanService.selectWmsInPlanList(wmsInPlan);
|
||||
iAP0AEService.selectInNewData();
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 同步小型刀具库数据
|
||||
*/
|
||||
@GetMapping(value = "/sync")
|
||||
public AjaxResult sync() {
|
||||
return AjaxResult.success(iAP0AEService.selectInNewData());
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出入库计划列表
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user