优化装置状态翻转不更新updateTime

This commit is contained in:
hzj
2026-01-30 10:18:18 +08:00
parent 4f8c34d21b
commit 97e3386d53
3 changed files with 6 additions and 2 deletions

View File

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