白名单 调整

This commit is contained in:
yanghongwei 2025-08-27 21:46:05 +08:00
parent 9653eb6f18
commit 5122193a28
1 changed files with 9 additions and 3 deletions

View File

@ -25,14 +25,16 @@ namespace LY.App.Model
public List<long> positionId { get; set; }
[SugarColumn(IsIgnore = true)]
public List<string> positionIds { get; set; }
/// <summary>
/// 所属单位
/// </summary>
[SugarColumn(IsNullable = true)]
public string company { get; set; }
/// <summary>
/// 备注
/// </summary>
public string mark { get; set; }
/// <summary>
/// 创建人
/// </summary>
public string createBy { get; set; }
}
public class AddWhitelist
@ -69,6 +71,10 @@ namespace LY.App.Model
/// 备注
/// </summary>
public string mark { get; set; }
/// <summary>
/// 创建人
/// </summary>
public string createBy { get; set; }
}
public class UpdateWhitelist : AddWhitelist