mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
新增webcad生产单导入:exec微服务补充es字段
This commit is contained in:
+3
@@ -20,6 +20,9 @@ public class OrderPartsRemark extends ESDocument {
|
|||||||
@Schema(description = "生产单号")
|
@Schema(description = "生产单号")
|
||||||
private Long orderId;
|
private Long orderId;
|
||||||
|
|
||||||
|
@Schema(description = "生产单号")
|
||||||
|
private Long batchId;
|
||||||
|
|
||||||
@Schema(description = "备注")
|
@Schema(description = "备注")
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
|
|||||||
+3
@@ -29,6 +29,9 @@ public class OrderModelDO extends ESDocument {
|
|||||||
@Schema(description = "小板id")
|
@Schema(description = "小板id")
|
||||||
private Long plateId;
|
private Long plateId;
|
||||||
|
|
||||||
|
@Schema(description = "批次id")
|
||||||
|
private Long batchId;
|
||||||
|
|
||||||
@Schema(description = "大板的实际ID")
|
@Schema(description = "大板的实际ID")
|
||||||
private String goodsId;
|
private String goodsId;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user