Merge branch 'dev' into 'test'

Dev

See merge request jygk/dsc-base!19
This commit is contained in:
wencai he
2025-11-14 01:49:37 +00:00
14 changed files with 609 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;
}