tb_MyActions初始化数据
作者:C/S框架网|www.csframewo  发布日期:2021/07/03 16:25:44
  tb_MyActions初始化数据

tb_MyActions初始化数据-C/S框架网|csframework.com|权限系统设计


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 ('预留权限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





C/S框架网|原创精神.创造价值.打造精品


扫一扫加作者微信
C/S框架网作者微信 C/S框架网|原创作品.质量保障.竭诚为您服务
上一篇 下一篇