订单管理相关 2、税率相关
This commit is contained in:
@@ -243,4 +243,9 @@ public class PrchOrdDtlDetailsRespVO {
|
||||
*/
|
||||
|
||||
private String elemCdg;
|
||||
/**
|
||||
* 税率
|
||||
*/
|
||||
private BigDecimal taxRte;
|
||||
}
|
||||
|
||||
|
||||
@@ -158,4 +158,6 @@ public class PrchOrdDtlPageReqVO extends PageParam {
|
||||
|
||||
@Schema(description = "订单类型")
|
||||
private String splyBsnTp;
|
||||
@Schema(description = "订单类型名称")
|
||||
private BigDecimal taxRte;
|
||||
}
|
||||
|
||||
@@ -204,5 +204,6 @@ public class PrchOrdDtlRespVO {
|
||||
@Schema(description = "金属元素编码")
|
||||
@ExcelProperty("金属元素编码")
|
||||
private String elemCdg;
|
||||
|
||||
@Schema(description = "税率")
|
||||
private BigDecimal taxRte;
|
||||
}
|
||||
|
||||
@@ -163,7 +163,7 @@ public class PrchOrdDtlSaveReqVO {
|
||||
|
||||
@Schema(description = "金属元素编码")
|
||||
private String elemCdg;
|
||||
@Schema(description = "税点")
|
||||
@Schema(description = "税率")
|
||||
private String taxRte;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user