Commit 6f85e658 authored by Liu lu's avatar Liu lu

动态同步外部系统数据列表到某个权限数据详情表

parent 0b4365cc
...@@ -79,4 +79,14 @@ interface AuthenticationInterface ...@@ -79,4 +79,14 @@ interface AuthenticationInterface
* @return bool * @return bool
*/ */
public function isAdmin($userId): bool; public function isAdmin($userId): bool;
/**
* 动态同步外部系统数据列表到某个权限数据详情表
* @param string $code new_data_auth 表 code
* @author Liu lu
* @return true | string (error_msg)
* date 2022-11-08
*/
public function syncExternalDataAuth($code);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment