合同明细新增字段

This commit is contained in:
guojunyun
2025-11-14 09:38:25 +08:00
parent cc112ecec0
commit d4998009a1
4 changed files with 100 additions and 19 deletions

View File

@@ -78,4 +78,24 @@ public class ContractDetailDO extends BusinessBaseDO {
*/
@TableField("ALL_IN_TAX_UPRC")
private BigDecimal allInTaxUnitPrice;
/**
* 牌号
*/
@TableField("BRAD_NO")
private String brandNo;
/**
* 规格
*/
@TableField("SPEC")
private String specification;
/**
* 厚度
*/
@TableField("DPTH")
private String depth;
/**
* 长度
*/
@TableField("LEN")
private String length;
}