ソースを参照

组坯号字段新增

qiangxuan 2 ヶ月 前
コミット
5f1b1bf82b

+ 6 - 0
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/billetAutoTmp/entity/BilletAutoTmp.java

@@ -122,4 +122,10 @@ public class BilletAutoTmp implements Serializable {
 	@Excel(name = "出坯量", width = 15)
     @ApiModelProperty(value = "出坯量")
     private Double blankOutput;
+    /**
+     * 组坯号
+     */
+    @Excel(name = "组坯号", width = 15)
+    @ApiModelProperty(value = "组坯号")
+    private String assemblyNumber;
 }

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/billetHotsend/entity/RollClubCommon.java

@@ -163,6 +163,6 @@ public class RollClubCommon {
      * 组坯号
      */
     @Excel(name = "组坯号", width = 15)
-    @ApiModelProperty(value = "组坯号", required = true)
+    @ApiModelProperty(value = "组坯号")
     private String assemblyNumber;
 }