dev #4

Merged
admin merged 158 commits from dev into master 2025-05-20 05:39:26 +00:00
Showing only changes of commit 0de5177472 - Show all commits

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!;
}