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; }