新增角色管理功能,初步新增多语言版本功能,更新readme,v1.6.0
This commit is contained in:
@@ -44,7 +44,7 @@ namespace CommonLibrary
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.5.6");
|
||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.0");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -68,6 +68,9 @@ namespace CommonLibrary
|
||||
public static NetHandle 上传信任客户端 { get; } = new NetHandle(1, 1, 00020);
|
||||
public static NetHandle 请求一般配置 { get; } = new NetHandle(1, 1, 00021);
|
||||
public static NetHandle 上传一般配置 { get; } = new NetHandle(1, 1, 00022);
|
||||
public static NetHandle 请求角色配置 { get; } = new NetHandle(1, 1, 00023);
|
||||
public static NetHandle 上传角色配置 { get; } = new NetHandle(1, 1, 00024);
|
||||
public static NetHandle 检查角色权限 { get; } = new NetHandle(1, 1, 00025);
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user