消除平台模块warning

This commit is contained in:
2023-06-01 10:36:47 +08:00
parent ad0972c8f6
commit 51530a81cc
19 changed files with 108 additions and 90 deletions

View File

@@ -39,9 +39,10 @@ public class UserOldPasswordEntity : EntityBase<string>
[SugarColumn(ColumnName = "F_CreatorTime")]
public DateTime CreatorTime { get; set; }
/// <summary>
/// 租户ID.
/// </summary>
[SugarColumn(ColumnName = "F_TenantId")]
public string TenantId { get; set; }
// modified by PhilPan 基类包含此属性
///// <summary>
///// 租户ID.
///// </summary>
//[SugarColumn(ColumnName = "F_TenantId")]
//public string TenantId { get; set; }
}