|
@@ -118,4 +118,8 @@ public class FpgLeanModel implements Serializable {
|
|
|
@Excel(name = "设备ID集合", width = 15)
|
|
|
@ApiModelProperty(value = "设备ID集合")
|
|
|
private String deviceInformationIds;
|
|
|
+ /**大屏编码*/
|
|
|
+ @Excel(name = "大屏编码", width = 15)
|
|
|
+ @ApiModelProperty(value = "大屏编码")
|
|
|
+ private String largeScreenCode;
|
|
|
}
|