|
@@ -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;
|
|
|
}
|