订单管理相关 2、税率相关

This commit is contained in:
潘荣晟
2025-10-24 11:39:44 +08:00
parent e845894fb2
commit 3036b2f20e
4 changed files with 10 additions and 2 deletions

View File

@@ -243,4 +243,9 @@ public class PrchOrdDtlDetailsRespVO {
*/
private String elemCdg;
/**
* 税率
*/
private BigDecimal taxRte;
}

View File

@@ -158,4 +158,6 @@ public class PrchOrdDtlPageReqVO extends PageParam {
@Schema(description = "订单类型")
private String splyBsnTp;
@Schema(description = "订单类型名称")
private BigDecimal taxRte;
}

View File

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

View File

@@ -163,7 +163,7 @@ public class PrchOrdDtlSaveReqVO {
@Schema(description = "金属元素编码")
private String elemCdg;
@Schema(description = "")
@Schema(description = "")
private String taxRte;
}