|
@@ -167,6 +167,12 @@ public class BilletHotsend implements Serializable {
|
|
|
@Excel(name = "是否已编辑", width = 15)
|
|
|
@ApiModelProperty(value = "是否已编辑")
|
|
|
private Boolean isUpd;
|
|
|
+ /**
|
|
|
+ * 牌号
|
|
|
+ */
|
|
|
+ @Excel(name = "牌号", width = 15)
|
|
|
+ @ApiModelProperty(value = "牌号")
|
|
|
+ private String brandNum;
|
|
|
|
|
|
}
|
|
|
|