webcad拆单新增接收预留边信息

This commit is contained in:
gaoqr
2026-06-12 19:52:03 +08:00
parent 500d061289
commit 08517a7892
@@ -98,6 +98,22 @@ public class PlateDO extends BaseDO {
* 下封边厚度
*/
private BigDecimal sealDown;
/**
* 上预留边
*/
private BigDecimal reservedEdgeUp;
/**
* 下预留边
*/
private BigDecimal reservedEdgeDown;
/**
* 左预留边
*/
private BigDecimal reservedEdgeLeft;
/**
* 右预留边
*/
private BigDecimal reservedEdgeRight;
/**
* 面积
*/