mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
1、新增组件订单数据拉取接口;2、新增上传url产生文件数据/根据文件id获取文件地址接口;
This commit is contained in:
+7
-1
@@ -71,6 +71,12 @@ public class OrderModelDO {
|
||||
@Schema(description = "偏移量Y")
|
||||
private BigDecimal offsetY;
|
||||
|
||||
@Schema(description = "封边数据 X 偏移")
|
||||
private BigDecimal sealOffsetX;
|
||||
|
||||
@Schema(description = "封边数据 Y 偏移")
|
||||
private BigDecimal sealOffsetY;
|
||||
|
||||
@Schema(description = "是否有二维刀路")
|
||||
private Boolean has2DModel;
|
||||
@Schema(description = "是否有三维刀路")
|
||||
@@ -117,4 +123,4 @@ public class OrderModelDO {
|
||||
private String remarkJson; // 普通备注(板材数据中)
|
||||
@Schema(description = "特殊备注(板材数据中)")
|
||||
private String specialRemark; // 特殊备注(板材数据中)
|
||||
}
|
||||
}
|
||||
|
||||
+6
-1
@@ -216,4 +216,9 @@ public class PlateDO extends BaseDO {
|
||||
* cad自定义板编号
|
||||
*/
|
||||
private String cadPlateNo;
|
||||
}
|
||||
|
||||
/**
|
||||
* 组件生产系统的物理板件 ID,对应来源报文中的 {@code blockItems[].id}。
|
||||
*/
|
||||
private String sourceBlockItemId;
|
||||
}
|
||||
|
||||
+6
@@ -36,6 +36,12 @@ public class PointDetail {
|
||||
@Schema(description = "点的封边尺寸,封边尺寸,封边的厚度,长同边长")
|
||||
private BigDecimal sealSize;
|
||||
|
||||
@Schema(description = "封边颜色")
|
||||
private String sealColor;
|
||||
|
||||
@Schema(description = "开料预留边")
|
||||
private BigDecimal reservedEdge;
|
||||
|
||||
@Schema(description = "加工工艺")
|
||||
private String process;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user