新增 用户备注 管理员再用户编辑时可填
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user