新增webcad生产单导入:exec微服务补充es字段

This commit is contained in:
gaoqr
2025-03-14 19:14:14 +08:00
parent 4542483828
commit 31ae2a3240
2 changed files with 6 additions and 0 deletions
@@ -20,6 +20,9 @@ public class OrderPartsRemark extends ESDocument {
@Schema(description = "生产单号")
private Long orderId;
@Schema(description = "生产单号")
private Long batchId;
@Schema(description = "备注")
private String remark;
@@ -29,6 +29,9 @@ public class OrderModelDO extends ESDocument {
@Schema(description = "小板id")
private Long plateId;
@Schema(description = "批次id")
private Long batchId;
@Schema(description = "大板的实际ID")
private String goodsId;