Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 1014TaoTao/FastapiAdmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 1014TaoTao/FastapiAdmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V2.1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 107 files changed
  • 1 contributor

Commits on Nov 23, 2025

  1. feat(backend): 实现多租户数据隔离与权限管理架构

    refactor(backend): 重构模型基类支持租户与客户隔离
    feat(backend): 添加客户模块相关模型、CRUD和参数校验
    docs(backend): 新增SaaS数据隔离设计方案文档
    refactor(backend): 优化日志模块并添加类型注解
    fix(backend): 修正字典模块查询参数移除creator字段
    
    style(frontend): 统一按钮组件代码格式
    fix(frontend): 修复表格序号计算逻辑
    chore(frontend): 更新lint脚本使用pnpm替代npm
    zhangtao committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    9a39a64 View commit details
    Browse the repository at this point in the history
  2. refactor: 统一将creator_id重命名为created_id并优化模型关系

    feat: 新增系统租户和用户初始化数据
    
    style: 优化代码注释和格式
    
    fix: 修复数据权限检查逻辑中的created_id字段判断
    
    perf: 移除不必要的模型关系以提升性能
    
    docs: 更新初始化数据的描述信息
    
    chore: 清理废弃文件和冗余代码
    zhangtao committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    c0d32a7 View commit details
    Browse the repository at this point in the history
  3. refactor(字段命名): 统一将created_at和updated_at重命名为created_time和updated_time

    重构字段命名以保持一致性,将时间相关字段从created_at/updated_at统一改为created_time/updated_time
    同时调整相关查询参数、服务层映射和模板文件中的字段命名
    优化权限过滤逻辑,提取为独立的Permission类
    zhangtao committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    e32bc06 View commit details
    Browse the repository at this point in the history
Loading