修改长时间内存会炸
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user