@@ -58,4 +58,7 @@ public class IsLotoStation extends BaseEntity
@ApiModelProperty(value = "排序")
private Integer orderNum;
+ @ApiModelProperty(value = "序列号")
+ private String lotoSerialNumber;
+
}
@@ -59,5 +59,8 @@ public class IsLotoStationVO extends BaseBean