浏览代码

Merge branch 'master' of http://git.fwt.com/Hotline/hotline

xf 2 年之前
父节点
当前提交
01aea06ae2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline.Share/Dtos/Roles/RoleAuthorityDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/Roles/RoleAuthorityDto.cs

@@ -22,7 +22,7 @@ namespace Hotline.Share.Dtos.Roles
 
         public EAuthorityType AuthorityType { get; set; }
 
-        public string PermissionCode { get; set; }
+        public string TableId { get; set; }
     }
 
     public record UpdateDataAuthorityDto