MQTT通讯功能联调
This commit is contained in:
@@ -48,15 +48,12 @@ public class DevAccessParam implements Serializable {
|
||||
private String position;
|
||||
|
||||
@ApiModelProperty("电压等级")
|
||||
@NotNull(message = "电压等级不能为空")
|
||||
private String volGrade;
|
||||
|
||||
@ApiModelProperty("PT变比")
|
||||
@NotNull(message = "PT变比不能为空")
|
||||
private String ptRatio;
|
||||
|
||||
@ApiModelProperty("CT变比")
|
||||
@NotNull(message = "CT变比不能为空")
|
||||
private String ctRatio;
|
||||
|
||||
@ApiModelProperty("中心点经度")
|
||||
|
||||
Reference in New Issue
Block a user