main-business/src/main/java/com/ruoyi/business/entity/ProductionMaster.java
@@ -28,15 +28,15 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; /** * 煤种 * 煤种id */ @TableField(value = "coal") private String coal; @TableField(value = "coal_id") private String coalId; /** * 生产数量 */ @TableField(value = "production_quantity") private Integer productionQuantity; private BigDecimal productionQuantity; /** * 人工成本 */ @@ -61,7 +61,7 @@ * */ @TableField(value = "producer_id") private String producerId; private Long producerId; /** * 生产人 */