huminmin
8 小时以前 c8c576e429be5c61a5c7f5e8d29d3341b3305059
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;