This commit is contained in:
qianshijiang
2025-10-30 17:42:02 +08:00
parent 28fdeee248
commit ff987c3397

View File

@@ -204,6 +204,7 @@ public class PrchOrdDtlRespVO {
@Schema(description = "金属元素编码")
@ExcelProperty("金属元素编码")
private String elemCdg;
@Schema(description = "税率")
private BigDecimal taxRte;
}