- 将员工表org_no字段迁移至dept_id,关联系统部门表 - 更新员工信息相关DTO、VO和Controller,使用deptId替代orgNo - 添加员工信息管理OpenSpec规范文档(proposal/design/spec/tasks) - 更新API文档,反映部门关联变更 - 添加数据库迁移脚本employee_org_no_to_dept_id.sql - 新增员工信息分页接口测试脚本(PowerShell/Python) - 更新CLAUDE.md,添加MCP数据库工具使用说明 Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
29 lines
729 B
JSON
29 lines
729 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(findstr:*)",
|
|
"mcp__zai-mcp-server__extract_text_from_screenshot",
|
|
"Bash(pandoc:*)",
|
|
"mcp__zread__read_file",
|
|
"mcp__zread__search_doc",
|
|
"Bash(cmd:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(mvn clean install:*)",
|
|
"Bash(powershell:*)",
|
|
"Skill(document-skills:mcp-builder)",
|
|
"Bash(ping:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(cd:*)",
|
|
"mcp__database-server__read_query",
|
|
"mcp__database-server__list_tables",
|
|
"mcp__database-server__describe_table",
|
|
"mcp__database-server__list_insights",
|
|
"mcp__database-server__alter_table"
|
|
]
|
|
},
|
|
"enabledMcpjsonServers": [
|
|
"mysql"
|
|
]
|
|
}
|