|
|
@ -21,10 +21,10 @@ public class RelateTerminalListRuleIdVo {
|
|
|
|
|
|
|
|
|
|
|
|
@NotNull(message = "装置列表不能缺少")
|
|
|
|
@NotNull(message = "装置列表不能缺少")
|
|
|
|
@ApiModelProperty(value = "装置通道编号列表", example = "123455")
|
|
|
|
@ApiModelProperty(value = "装置通道编号列表", example = "123455")
|
|
|
|
private List<Item> list;
|
|
|
|
private List<Items> list;
|
|
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
@Data
|
|
|
|
public static class Item {
|
|
|
|
public static class Items {
|
|
|
|
@NotNull(message = "装置编号")
|
|
|
|
@NotNull(message = "装置编号")
|
|
|
|
@ApiModelProperty(value = "装置编号", example = "123455")
|
|
|
|
@ApiModelProperty(value = "装置编号", example = "123455")
|
|
|
|
private Integer termid;
|
|
|
|
private Integer termid;
|
|
|
|