huminmin
2 天以前 f814b25800feaac018114a9f7906eae00c4d5f44
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;
@@ -69,10 +75,10 @@
    private Integer type;
    @Schema(description = "产品id")
    private Integer productId;
    private Long productId;
    @Schema(description = "型号id")
    private Integer productModelId;
    private Long productModelId;
    private String register;