终端相关代码修改

This commit is contained in:
2022-07-01 15:13:47 +08:00
parent 19966fd1c7
commit 4eac5c3028
4 changed files with 79 additions and 75 deletions

View File

@@ -42,9 +42,9 @@ public class DeviceParam {
/**
* 通讯类型MMS、CLD字典表
*/
@ApiModelProperty(name = "comType",value = "通讯类型",required = true)
@ApiModelProperty(name = "frontType",value = "通讯类型",required = true)
@NotBlank(message = "通讯类型不能为空")
private String comType;
private String frontType;
@ApiModelProperty(name = "ip",value = "装置ip",required = true)
@NotBlank(message = "设备ip不能为空")