统一解析字段名称

This commit is contained in:
zenghongyao 2025-05-08 09:25:17 +08:00
parent 0328aa08d9
commit 0de5177472

View File

@ -65,7 +65,7 @@ namespace JiShe.CollectBus.Protocol.Contracts.Protocol.Dto
/// <summary>
/// 表地址
/// </summary>
public string MeterAddress { get; set; } = null!;
public string DeviceAddress { get; set; } = null!;
}