maven
2 天以前 4275b293cfc7779a20ccea30b2f773aff0fe06db
main-business/src/main/java/com/ruoyi/business/entity/PurchaseRegistration.java
@@ -88,4 +88,15 @@
     */
    @TableField(value = "registration_date")
    private LocalDate registrationDate;
    /**
     * 运费
     */
    @TableField(value = "freight")
    private BigDecimal freight;
    /**
     * 类型(1-成品,2-原料)
     */
    @TableField(value = "type")
    private Integer type;
}