main-business/src/main/java/com/ruoyi/business/entity/Production.java
@@ -38,15 +38,10 @@ @TableField(value = "coal_id") private Long coalId; /** * 煤种 */ @TableField(value = "coal") private String coal; /** * 生产数量 */ @TableField(value = "production_quantity") private Integer productionQuantity; private BigDecimal productionQuantity; /** * 人工成本 */ @@ -81,7 +76,7 @@ * 生产人ID */ @TableField(value = "producer_id") private String producerId; private Long producerId; /** * 生产日期 */