摘要:-- 授权码 CREATE TABLE `oauth_code` ( `create_time` time DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `authentication` blob) ; -- 客户端 CREATE TABLE `oa
阅读全文
摘要:create or replace type Arr as table of varchar2(500);create or replace function getApproverByRole2(busi_dept_id IN NUMBER, role_code IN VARCHAR2) RETU
阅读全文