新增 用户备注 管理员再用户编辑时可填

This commit is contained in:
2024-10-30 15:34:18 +08:00
parent 3927fd21b5
commit 26d190afa1
7 changed files with 44 additions and 10 deletions
+10
View File
@@ -56,6 +56,16 @@ namespace LMS.Repository.Models.DB
/// </summary>
public string AffiliateCode { get; set; } = string.Empty;
/// <summary>
/// 用户微信号
/// </summary>
public string? WXNumber { get; set; }
/// <summary>
/// 备注
/// </summary>
public string? Remark { get; set; }
/// <summary>
/// 实际使用的Options
/// </summary>