|
@@ -167,4 +167,11 @@ public class BilletBasicInfo implements Serializable {
|
|
|
@Excel(name = "组坯号", width = 15)
|
|
|
@ApiModelProperty(value = "组坯号", required = true)
|
|
|
private String assemblyNumber;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 牌号
|
|
|
+ */
|
|
|
+ @Excel(name = "牌号", width = 15)
|
|
|
+ @ApiModelProperty(value = "牌号")
|
|
|
+ private String brandNum;
|
|
|
}
|