|
@@ -72,10 +72,10 @@ public class FpgLeanModel implements Serializable {
|
|
|
@ApiModelProperty(value = "统计单位")
|
|
|
private String totalUnit;
|
|
|
/**班次 1*/
|
|
|
- @Excel(name = "班次 1", width = 15)
|
|
|
+ @Excel(name = "班次", width = 15)
|
|
|
@Dict(dicCode = "lean_model_class")
|
|
|
- @ApiModelProperty(value = "班次 1")
|
|
|
- private String classUnit;
|
|
|
+ @ApiModelProperty(value = "班次")
|
|
|
+ private Integer classUnit;
|
|
|
/**尖计费单价(元)*/
|
|
|
@Excel(name = "尖计费单价(元)", width = 15)
|
|
|
@ApiModelProperty(value = "尖计费单价(元)")
|