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