huminmin
3 天以前 802796c22d7d21a6d572cd4c11844e6865521666
src/main/java/com/ruoyi/purchase/pojo/SalesLedgerProductTemplate.java
@@ -59,6 +59,12 @@
    @Schema(description = "含税总价")
    private BigDecimal taxInclusiveTotalPrice;
    @Schema(description = "运费单价")
    private BigDecimal freightUnitPrice;
    @Schema(description = "总运费")
    private BigDecimal totalFreight;
    @Schema(description = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;