mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
fix issue #I80UEX 完善人员可以选择直接上级和部门负责人
This commit is contained in:
13
OpenAuth.App/OrgManager/Response/OrgView.cs
Normal file
13
OpenAuth.App/OrgManager/Response/OrgView.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.ComponentModel;
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
namespace OpenAuth.App.Response;
|
||||
|
||||
public class OrgView: SysOrg
|
||||
{
|
||||
/// <summary>
|
||||
/// 负责人
|
||||
/// </summary>
|
||||
[Description("负责人")]
|
||||
public string ChairmanName { get; set; }
|
||||
}
|
Reference in New Issue
Block a user