45 lines
1.7 KiB
SQL
45 lines
1.7 KiB
SQL
create view role_info as SELECT APZL.AWE_ROLE_INFO.ROLEID AS ROLEID,
|
|
APZL.AWE_ROLE_INFO.SORTNO AS SORTNO,
|
|
APZL.AWE_ROLE_INFO.ROLENAME AS ROLENAME,
|
|
APZL.AWE_ROLE_INFO.BELONGORG AS BELONGORG,
|
|
APZL.AWE_ROLE_INFO.ROLEATTRIBUTE AS ROLEATTRIBUTE,
|
|
APZL.AWE_ROLE_INFO.ROLEDESCRIBE AS ROLEDESCRIBE,
|
|
APZL.AWE_ROLE_INFO.ROLESTATUS AS ROLESTATUS,
|
|
APZL.AWE_ROLE_INFO.INPUTUSER AS INPUTUSER,
|
|
APZL.AWE_ROLE_INFO.INPUTORG AS INPUTORG,
|
|
APZL.AWE_ROLE_INFO.INPUTTIME AS INPUTTIME,
|
|
APZL.AWE_ROLE_INFO.UPDATEUSER AS UPDATEUSER,
|
|
APZL.AWE_ROLE_INFO.UPDATETIME AS UPDATETIME,
|
|
APZL.AWE_ROLE_INFO.REMARK AS REMARK,
|
|
APZL.AWE_ROLE_INFO.TASK_POOL AS TASK_POOL
|
|
FROM APZL.AWE_ROLE_INFO;
|
|
|
|
-- comment on column role_info.roleid not supported: 角色编号
|
|
|
|
-- comment on column role_info.sortno not supported: 排序
|
|
|
|
-- comment on column role_info.rolename not supported: 角色名
|
|
|
|
-- comment on column role_info.belongorg not supported: 所属机构
|
|
|
|
-- comment on column role_info.roleattribute not supported: 角色属性
|
|
|
|
-- comment on column role_info.roledescribe not supported: 角色描述
|
|
|
|
-- comment on column role_info.rolestatus not supported: 角色状态
|
|
|
|
-- comment on column role_info.inputuser not supported: 登记人
|
|
|
|
-- comment on column role_info.inputorg not supported: 登记部门
|
|
|
|
-- comment on column role_info.inputtime not supported: 登记时间
|
|
|
|
-- comment on column role_info.updateuser not supported: 更新人
|
|
|
|
-- comment on column role_info.updatetime not supported: 更新时间
|
|
|
|
-- comment on column role_info.remark not supported: 备注
|
|
|
|
-- comment on column role_info.task_pool not supported: 任务池
|
|
|