Browse Source

班次类型修改

(cherry picked from commit 1318448627bf4c2199c2497e01de27a76a5eb93b)
qiangxuan 7 months ago
parent
commit
90dd3d12e1

+ 3 - 3
zgztBus/jeecg-module-lesm/src/main/java/org/jeecg/modules/fpgLeanModel/entity/FpgLeanModel.java

@@ -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 = "尖计费单价(元)")