云前置改造-补召功能调整

This commit is contained in:
xy
2025-10-23 09:41:05 +08:00
parent b86c81d70a
commit 629ba0746a
13 changed files with 211 additions and 42 deletions

View File

@@ -67,5 +67,15 @@ public class CsTerminalReply extends BaseEntity implements Serializable {
*/
private Integer isReceived;
/**
* 接收消息状态码
*/
private Integer receivedCode;
/**
* 接收消息描述
*/
private String receivedMsg;
}

View File

@@ -26,7 +26,7 @@ public class CldLogsVo implements Serializable {
@ApiModelProperty("监测点名称")
private String lineName;
@ApiModelProperty("日志")
@ApiModelProperty("补召类型")
private String log;
@ApiModelProperty("补召时间")
@@ -36,4 +36,7 @@ public class CldLogsVo implements Serializable {
@ApiModelProperty("状态")
private String status;
@ApiModelProperty("结果")
private String result;
}