|
@@ -73,6 +73,16 @@ public interface SheetServerFeign {
|
|
|
ResponseResultVO<?> insertMould(@RequestBody Map<String, Object> sheetReportVO);
|
|
ResponseResultVO<?> insertMould(@RequestBody Map<String, Object> sheetReportVO);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
|
+ * @desc : 新建模具工单报工
|
|
|
|
|
+ * 多个
|
|
|
|
|
+ * @author : 洪旭东
|
|
|
|
|
+ * @date : 2024-04-12 15:20
|
|
|
|
|
+ */
|
|
|
|
|
+ @ApiOperation( value = "泥釉浆工单报工完成", notes = "泥釉浆工单报工完成" )
|
|
|
|
|
+ @PostMapping({Constant.SHEET_REPORT + "/insert_moulds"})
|
|
|
|
|
+ ResponseResultVO<?> insertMoulds(@RequestBody List<Map<String, Object>> sheetReportVOList);
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
* @desc : 模型改制报工
|
|
* @desc : 模型改制报工
|
|
|
* @author : 洪旭东
|
|
* @author : 洪旭东
|
|
|
* @date : 2024-01-27 09:26
|
|
* @date : 2024-01-27 09:26
|