tb_MyActions初始化数据
tb_MyActions初始化数据
扫一扫加作者微信
tb_MyActions初始化数据
SQL Code:
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('None', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('关闭', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('其他', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('保存', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('取消', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('帮助', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('添加', 1);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('删除', 2);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('修改', 4);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('查看', 8);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('批准', 16);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('打印', 32);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('打印预览', 64);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('作废', 128);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('生成单据', 256);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('复制单据', 512);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('导出资料', 1024);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('锁定', 2048);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('修改历史', 4096);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('预留权限1', 8192);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('预留权限2', 16384);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('None', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('关闭', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('其他', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('保存', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('取消', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('帮助', 0);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('添加', 1);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('删除', 2);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('修改', 4);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('查看', 8);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('批准', 16);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('打印', 32);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('打印预览', 64);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('作废', 128);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('生成单据', 256);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('复制单据', 512);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('导出资料', 1024);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('锁定', 2048);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('修改历史', 4096);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('预留权限1', 8192);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('预留权限2', 16384);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('预留权限3', 32768);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限01', 65536);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限02', 131072);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限03', 262144);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限04', 524288);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限05', 1048576);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限06', 2097152);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限07', 4194304);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限08', 8388608);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限09', 16777216);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限10', 33554432);
//来源:C/S框架网 | www.csframework.com | QQ:23404761
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限02', 131072);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限03', 262144);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限04', 524288);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限05', 1048576);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限06', 2097152);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限07', 4194304);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限08', 8388608);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限09', 16777216);
INSERT tb_MyActions (ActionName, ActionValue) VALUES ('扩展权限10', 33554432);
//来源:C/S框架网 | www.csframework.com | QQ:23404761
扫一扫加作者微信
版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
NewDoc C/S框架网