main-business/src/main/java/com/ruoyi/business/entity/SalesRecord.java
@@ -46,7 +46,7 @@ * 煤种id */ @TableField(value = "coal_id") private String coalId; private Long coalId; /** * 煤种 */ @@ -61,7 +61,7 @@ * 库存数量 */ @TableField(value = "inventory_quantity") private Long inventoryQuantity; private BigDecimal inventoryQuantity; /** * 单位 */ @@ -103,6 +103,11 @@ @TableField(value = "net_profit") private BigDecimal netProfit; /** * 运费 */ @TableField(value = "freight") private BigDecimal freight; /** * 登记人id */ @TableField(value = "registrant_id")