Browse Source

个人权限设置及岗位权限设置model修改。

wangh 2 years ago
parent
commit
2aa03d0158

+ 1 - 1
OASystem/OASystem.Domain/Entities/System/Sys_JobPostAuthority.cs

@@ -10,7 +10,7 @@ namespace OASystem.Domain.Entities.System
     /// 岗位权限设置
     /// </summary>
     [SugarTable("Sys_JobPostAuthority")]
-    public class Sys_JobPostAuthority
+    public class Sys_JobPostAuthority:EntityBase
     {
         /// <summary>
         /// 岗位表Id

+ 1 - 1
OASystem/OASystem.Domain/Entities/System/Sys_UserAuthority.cs

@@ -10,7 +10,7 @@ namespace OASystem.Domain.Entities.System
     /// 系统用户权限设置(个人级)
     /// </summary>
     [SugarTable("Sys_UserAuthority")]
-    public class Sys_UserAuthority
+    public class Sys_UserAuthority:EntityBase
     {
         /// <summary>
         /// 用户Id