fix id类型错误

This commit is contained in:
2021-04-26 21:43:39 +08:00
parent 748e890b55
commit 6b7b0ba98f

View File

@@ -8,7 +8,7 @@
/// <summary> /// <summary>
/// Id /// Id
/// </summary> /// </summary>
public long Id { get; set; } public string Id { get; set; }
/// <summary> /// <summary>
/// 编码 /// 编码