mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
webcad拆单新增接收预留边信息
This commit is contained in:
+16
@@ -98,6 +98,22 @@ public class PlateDO extends BaseDO {
|
|||||||
* 下封边厚度
|
* 下封边厚度
|
||||||
*/
|
*/
|
||||||
private BigDecimal sealDown;
|
private BigDecimal sealDown;
|
||||||
|
/**
|
||||||
|
* 上预留边
|
||||||
|
*/
|
||||||
|
private BigDecimal reservedEdgeUp;
|
||||||
|
/**
|
||||||
|
* 下预留边
|
||||||
|
*/
|
||||||
|
private BigDecimal reservedEdgeDown;
|
||||||
|
/**
|
||||||
|
* 左预留边
|
||||||
|
*/
|
||||||
|
private BigDecimal reservedEdgeLeft;
|
||||||
|
/**
|
||||||
|
* 右预留边
|
||||||
|
*/
|
||||||
|
private BigDecimal reservedEdgeRight;
|
||||||
/**
|
/**
|
||||||
* 面积
|
* 面积
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user