You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
749 B

4 years ago
/*=============================================*/
/* 生成(#FUNCCODE-#FUNCNAME)功能设置相关的数据脚本 */
/* PUR */
/* 日期: */
/* 建立者:系统管理员 */
/*=============================================*/
Begin
/* 生成数据对象:tFrmFuncMain-功能字典表 (tFrmFuncMain)的数据脚本 */
#FUNCMAIN
/* 生成数据对象:tFrmFuncObj-功能对象表 (tFrmFuncObj)的数据脚本 */
#FUNCOBJ
/* 生成数据对象:tFrmFuncOperation-功能操作表 (tFrmFuncOperation)的数据脚本 */
#FUNCOPER
/* 生成数据对象:tFrmFuncRes-功能资源表 (tFrmFuncRes)的数据脚本 */
#FUNCRES
/* 生成数据对象:tFrmFuncOrgRightCtrl-功能组织权表 (tFrmFuncOrgRightCtrl)的数据脚本 */
#FUNCORGCTRL
Commit;
End;
/