吴泽林
2024-08-13 e44575fadafff70d050dbc99d7cff7bf9b467079
Merge branch 'master' of ssh://115.28.86.8:29418/~admin/ef-p_pro_24_07_23
1个文件已修改
3 文件已复制
9个文件已添加
1 文件已重命名
23 ■■■■ 已修改文件
Client/何小豪/code/quanxian.sql 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Client/何小豪/log/日志_何小豪_0807.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/孟喆/document/项目总结.docx 补丁 | 查看 | 原始文档 | blame | 历史
Client/李颖怡/document/项目总结.docx 补丁 | 查看 | 原始文档 | blame | 历史
Client/李颖怡/log/日志模板_李颖怡_20240806.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/李颖怡/log/日志模板_李颖怡_20240807.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/王一博/document/项目总结.docx 补丁 | 查看 | 原始文档 | blame | 历史
Client/范蓉/document/项目总结_范蓉.docx 补丁 | 查看 | 原始文档 | blame | 历史
Server/宗玛帝/document/项目总结.docx 补丁 | 查看 | 原始文档 | blame | 历史
Server/宗玛帝/log/EF-P日志_宗玛帝_202040805.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/宗玛帝/log/EF-P日志_宗玛帝_202040806.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/宗玛帝/log/EF-P日志_宗玛帝_202040807.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/袁晨琳/document/项目总结.docx 补丁 | 查看 | 原始文档 | blame | 历史
Server/袁晨琳/log/日志_袁晨琳_0807.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/ºÎСºÀ/code/quanxian.sql
@@ -30,12 +30,16 @@
  CONSTRAINT `FK_permissions_roles` FOREIGN KEY (`role`) REFERENCES `roles` (`role`) ON DELETE SET NULL ON UPDATE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
-- æ•°æ®å¯¼å‡ºè¢«å–消选择。
-- æ­£åœ¨å¯¼å‡ºè¡¨  uesr.permissions çš„æ•°æ®ï¼š~1 rows (大约)
DELETE FROM `permissions`;
INSERT INTO `permissions` (`user_id`, `user_name`, `role`) VALUES
    (1, 'admin', 'role_admin');
-- å¯¼å‡º  è¡¨ uesr.roles ç»“æž„
DROP TABLE IF EXISTS `roles`;
CREATE TABLE IF NOT EXISTS `roles` (
  `role` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色',
  `role_id` int NOT NULL AUTO_INCREMENT,
  `role` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '角色',
  `Permissions_admin` tinyint unsigned DEFAULT '0' COMMENT '权限管理权限',
  `Permissions_query` tinyint unsigned DEFAULT '0' COMMENT '历史查询分析权限',
  `Permissions_alert` tinyint unsigned DEFAULT '0' COMMENT '警报管理权限',
@@ -44,10 +48,21 @@
  `Permissions_produce` tinyint unsigned DEFAULT '0' COMMENT '生产计划权限',
  `Permissions_equipment` tinyint unsigned DEFAULT '0' COMMENT '设备管理权限',
  `Permissions_version` tinyint unsigned DEFAULT '0' COMMENT '版本管理权限',
  PRIMARY KEY (`role_id`),
  KEY `role` (`role`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
-- æ•°æ®å¯¼å‡ºè¢«å–消选择。
-- æ­£åœ¨å¯¼å‡ºè¡¨  uesr.roles çš„æ•°æ®ï¼š~8 rows (大约)
DELETE FROM `roles`;
INSERT INTO `roles` (`role_id`, `role`, `Permissions_admin`, `Permissions_query`, `Permissions_alert`, `Permissions_Log`, `Permissions_map`, `Permissions_produce`, `Permissions_equipment`, `Permissions_version`) VALUES
    (1, 'role_admin', 1, 1, 1, 1, 1, 1, 1, 1),
    (2, 'role_query', 0, 1, 0, 0, 0, 0, 0, 0),
    (3, 'role_alert', 0, 0, 1, 0, 0, 0, 0, 0),
    (4, 'role_Log', 0, 0, 0, 1, 0, 0, 0, 0),
    (5, 'role_map', 0, 0, 0, 0, 1, 0, 0, 0),
    (6, 'role_produce', 0, 0, 0, 0, 0, 1, 0, 0),
    (7, 'role_equipment', 0, 0, 0, 0, 0, 0, 1, 0),
    (8, 'role_version', 0, 0, 0, 0, 0, 0, 0, 1);
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
Client/ºÎСºÀ/log/ÈÕÖ¾_ºÎСºÀ_0807.doc
Binary files differ
Client/Ãφ´/document/ÏîÄ¿×ܽá.docx
Binary files differ
Client/ÀîÓ±âù/document/ÏîÄ¿×ܽá.docx
Binary files differ
Client/ÀîÓ±âù/log/ÈÕ־ģ°å_ÀîÓ±âù_20240806.doc
Binary files differ
Client/ÀîÓ±âù/log/ÈÕ־ģ°å_ÀîÓ±âù_20240807.doc
Binary files differ
Client/ÍõÒ»²©/document/ÏîÄ¿×ܽá.docx
Binary files differ
Client/·¶ÈØ/document/ÏîÄ¿×ܽá_·¶ÈØ.docx
Binary files differ
Server/×ÚÂêµÛ/document/ÏîÄ¿×ܽá.docx
Binary files differ
Server/×ÚÂêµÛ/log/EF-PÈÕÖ¾_×ÚÂêµÛ_202040805.doc
Binary files differ
Server/×ÚÂêµÛ/log/EF-PÈÕÖ¾_×ÚÂêµÛ_202040806.doc
copy from "Server/\345\256\227\347\216\233\345\270\235/log/~WRL0003.tmp" copy to "Server/\345\256\227\347\216\233\345\270\235/log/EF-P\346\227\245\345\277\227_\345\256\227\347\216\233\345\270\235_202040806.doc" Binary files differ
Server/×ÚÂêµÛ/log/EF-PÈÕÖ¾_×ÚÂêµÛ_202040807.doc
copy from "Server/\345\256\227\347\216\233\345\270\235/log/~WRL0003.tmp" copy to "Server/\345\256\227\347\216\233\345\270\235/log/EF-P\346\227\245\345\277\227_\345\256\227\347\216\233\345\270\235_202040807.doc" Binary files differ
Server/Ô¬³¿ÁÕ/document/ÏîÄ¿×ܽá.docx
Binary files differ
Server/Ô¬³¿ÁÕ/log/ÈÕÖ¾_Ô¬³¿ÁÕ_0807.doc
copy from "Server/\345\256\227\347\216\233\345\270\235/log/~WRL0003.tmp" copy to "Server/\350\242\201\346\231\250\347\220\263/log/\346\227\245\345\277\227_\350\242\201\346\231\250\347\220\263_0807.doc" Binary files differ