mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
新增webcad生产单导入:exec微服务补充es字段
This commit is contained in:
+3
@@ -20,6 +20,9 @@ public class OrderPartsRemark extends ESDocument {
|
||||
@Schema(description = "生产单号")
|
||||
private Long orderId;
|
||||
|
||||
@Schema(description = "生产单号")
|
||||
private Long batchId;
|
||||
|
||||
@Schema(description = "备注")
|
||||
private String remark;
|
||||
|
||||
|
||||
+3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user