新增通过采购订单明细id获取明细

This commit is contained in:
潘荣晟
2025-11-07 16:12:05 +08:00
parent 3c121f6c1a
commit 886283cdf8
5 changed files with 526 additions and 5 deletions

View File

@@ -274,6 +274,6 @@ public class PrchOrdDtlDO extends BusinessBaseDO {
* 税率
*/
@TableField("TAX_RTE")
private String taxRte;
private BigDecimal taxRte;
}