This commit is contained in:
wr
2026-05-27 10:56:01 +08:00
parent 2d07a60001
commit 37959a4a7e
3 changed files with 10 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ public class PqsCommunicateDto {
private String description;
//1是在线 0是离线
private Integer type;
//是否更新updateTime标志数据上送更新1状态翻转不更新0
private Integer flag=0;