Mfc Ror属性Name增加DataMember

This commit is contained in:
HCL 2023-07-24 09:01:49 +08:00
parent 46b936986c
commit 3e09d7c4d6
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace Aitex.Core.Common.DeviceData
/// <summary>
/// 操作的MFC对象名称
/// </summary>
[DataMember]
public string Name { get; set; }