|
|
@@ -14,6 +14,7 @@ import lombok.NoArgsConstructor;
|
|
|
@NoArgsConstructor
|
|
|
public class GateWayUserInfoParam {
|
|
|
|
|
|
+ @Schema(description = "模版数据ID")
|
|
|
private String tempId;
|
|
|
|
|
|
@Schema(description = "最大的可绑定的设备数")
|
|
|
@@ -22,5 +23,6 @@ public class GateWayUserInfoParam {
|
|
|
@Schema(description = "分组code")
|
|
|
private String projectCode;
|
|
|
|
|
|
+ @Schema(description = "备注")
|
|
|
private String remark;
|
|
|
}
|