修改一版

This commit is contained in:
he
2022-06-24 10:53:42 +08:00
parent 3d78d99f93
commit 440790a01a
11 changed files with 67 additions and 8 deletions
@@ -50,6 +50,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 上传角色
/// </summary>
public UploadRole UploadRole { get; set; }
}