luodangjia
2025-01-07 d0542b6f8b7ead9cea467f12d989eaabb8ec6e60
medicalWaste-system/src/main/java/com/sinata/system/domain/MwCheckoutRecord.java
@@ -10,6 +10,7 @@
import lombok.Getter;
import lombok.Setter;
import java.math.BigDecimal;
import java.util.Date;
/**
@@ -60,5 +61,17 @@
    @TableField("CAR_ID")
    private Long carId;
    @ApiModelProperty("箱数")
    @TableField("BOX_NUM")
    private Integer boxNum;
    @ApiModelProperty("袋数")
    @TableField("BAG_NUM")
    private Integer bagNum;
    @ApiModelProperty("总重量")
    @TableField("TOTAL_WEIGHT")
    private BigDecimal totalWeight;
}