mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
ES文档新增开料长-宽
This commit is contained in:
+7
@@ -38,6 +38,13 @@ public class OrderModelDO extends ESDocument {
|
||||
@Schema(description = "小板类型")
|
||||
private String boardType;
|
||||
|
||||
|
||||
@Schema(description = "开料长")
|
||||
private BigDecimal splitLength;
|
||||
@Schema(description = "开料宽")
|
||||
private BigDecimal splitWidth;
|
||||
|
||||
|
||||
@Schema(description = "偏移量X")
|
||||
private BigDecimal offsetX;
|
||||
@Schema(description = "偏移量Y")
|
||||
|
||||
Reference in New Issue
Block a user