Commit 14011098 authored by 韩桐桐's avatar 韩桐桐

fix(cyl):删除多余字段

parent 58e808c7
...@@ -32,18 +32,12 @@ public class CylinderFillingRecordStatisticsUnitDayDto extends BaseModel { ...@@ -32,18 +32,12 @@ public class CylinderFillingRecordStatisticsUnitDayDto extends BaseModel {
@ApiModelProperty(value = "企业编码") @ApiModelProperty(value = "企业编码")
private String appId; private String appId;
@ApiModelProperty(value = "充装月份")
private String fillingMonth;
@ApiModelProperty(value = "充装日期") @ApiModelProperty(value = "充装日期")
private String fillingDate; private String fillingDate;
@ApiModelProperty(value = "充装检查不合格数") @ApiModelProperty(value = "充装检查不合格数")
private Double fillingNotPassedCount; private Double fillingNotPassedCount;
@ApiModelProperty(value = "充装年份")
private String fillingYear;
@ApiModelProperty(value = "累计充装量") @ApiModelProperty(value = "累计充装量")
private Long fillingQuantity; private Long fillingQuantity;
......
...@@ -46,12 +46,6 @@ public class CylinderFillingRecordStatisticsUnitDay extends BaseEntity { ...@@ -46,12 +46,6 @@ public class CylinderFillingRecordStatisticsUnitDay extends BaseEntity {
private String appId; private String appId;
/** /**
* 充装月份
*/
@TableField("filling_month")
private String fillingMonth;
/**
* 充装日期 * 充装日期
*/ */
@TableField("filling_date") @TableField("filling_date")
...@@ -64,12 +58,6 @@ public class CylinderFillingRecordStatisticsUnitDay extends BaseEntity { ...@@ -64,12 +58,6 @@ public class CylinderFillingRecordStatisticsUnitDay extends BaseEntity {
private Double fillingNotPassedCount; private Double fillingNotPassedCount;
/** /**
* 充装年份
*/
@TableField("filling_year")
private String fillingYear;
/**
* 累计充装量 * 累计充装量
*/ */
@TableField("filling_quantity") @TableField("filling_quantity")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment