maven
2025-08-26 d346846239a8a39246c464dc634f5fd72add99ab
main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java
@@ -93,4 +93,10 @@
     */
    @TableField(value = "freight")
    private BigDecimal freight;
    /**
     * 类型(1-成品,2-原料)
     */
    @TableField(value = "type")
    private Integer type;
}