修改长时间内存会炸

This commit is contained in:
2026-03-25 17:51:43 +08:00
parent 1840794f40
commit d0c626c189
61 changed files with 82737 additions and 271 deletions

View File

@@ -314,9 +314,9 @@ namespace CommonEntity
}
public class ts_faultitem
{
public short dev_type { get; set; }
public short dev_addr { get; set; }
public short dev_loop { get; set; }
public ushort dev_type { get; set; }
public ushort dev_addr { get; set; }
public ushort dev_loop { get; set; }
public short error_type { get; set; }
public int error_data { get; set; }
}