maven
2025-10-11 7cd9dbf45e8e29f3bb0c00ac4f14d5588029c3ba
main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java
@@ -93,9 +93,21 @@
     */
    @TableField(value = "freight")
    private BigDecimal freight;
    /**
     * 类型(1-成品,2-原料)
     */
    @TableField(value = "type")
    private Integer type;
    /**
     * 采购类型
     */
    @TableField(value = "purchase_type")
    private Integer purchaseType;
    /**
     * 车牌号
     */
    @TableField(value = "license_plate")
    private String licensePlate;
}