liding
22 小时以前 4fedbed9949c6160dcfa216d6660bd3c625f7bce
main-business/src/main/java/com/ruoyi/business/entity/SalesRecord.java
@@ -46,12 +46,7 @@
     * 煤种id
     */
    @TableField(value = "coal_id")
    private String coalId;
    /**
     * 煤种
     */
    @TableField(value = "coal")
    private String coal;
    private Long coalId;
    /**
     * 单价(含税)
     */
@@ -61,7 +56,7 @@
     * 库存数量
     */
    @TableField(value = "inventory_quantity")
    private Long inventoryQuantity;
    private BigDecimal inventoryQuantity;
    /**
     * 单位
     */
@@ -103,6 +98,11 @@
    @TableField(value = "net_profit")
    private BigDecimal netProfit;
    /**
     * 运费
     */
    @TableField(value = "freight")
    private BigDecimal freight;
    /**
     * 登记人id
     */
    @TableField(value = "registrant_id")