数据大屏
    数据大屏
    • 默认模块
      • DigitalDashboard
        • ZtTaskController
          • 获取各个状态的禅道任务的数量
          • 根据传入的状态查询数据
        • ProgressController
          • 根据 Id 获取研发进度
          • 修改保存研发进度
        • TestTaskController
          • 新增主任务
          • 根据Id获取测试任务
          • 更新测试任务, 并且生成子任务
          • 结束所有异常停止的任务
          • 获取当天的运行情况
          • getDataByMileage
        • TestReportController
          • 获取近一周每天的运行情况 以及 近六个月每月的运行情况
        • TestDeviceController
          • 根据条件查询设备列表
        • 文件操作控制器
          • 上传文件
          • 下载文件(浏览器直接下载)
          • 删除文件
          • 根据桶名和文件获取直链
        • TestAttendanceRecordsController
          • getAllType
        • DingTalkController
          • getAttendanceRecords
        • XhLinksController
          • updateByPrimaryKeySelective
          • insertSelective
          • deleteByIds
          • selectByPrimaryKey
          • findAll
        • XhLinksCategoriesController
          • findAll
          • deleteByPrimaryKey
          • insertSelective
          • updateByPrimaryKeySelective
          • selectByPrimaryKey
        • LoginController
          • 用户登录接口
          • isLogin
          • tokenInfo
          • logout
          • 用户登录接口
        • RoleController
          • 新增角色 POST /api/role
          • 更新角色 PUT /api/role
          • 根据ID获取角色详情 GET /api/role/1
          • 获取角色列表 (支持分页和筛选)
          • 删除角色 DELETE /api/role/1
      • ZNSystem
        • MgJob
          • 通过主键查询单条作业数据
          • 新增作业数据
          • 新增作业数据(选择性)
          • 修改作业数据
          • 修改作业数据(选择性)
          • 删除作业数据
        • MgAlgorithm
          • 通过主键查询单条算法数据
          • 新增算法数据
          • 新增算法数据(选择性)
          • 修改算法数据
          • 修改算法数据(选择性)
          • 删除算法数据
        • MgRequirements
          • 通过主键查询单条需求数据
          • 新增需求数据
          • 新增需求数据(选择性)
          • 修改需求数据
          • 修改需求数据(选择性)
          • 删除需求数据
        • MgTask
          • 通过主键查询单条任务数据
          • 新增任务数据
          • 新增任务数据(选择性)
          • 修改任务数据
          • 修改任务数据(选择性)
          • 删除任务数据
      • xhzn-navigation
        • LinksCategoriesController
          • insertSelective
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • findAll
          • deleteByPrimaryKey
        • LinksController
          • insert
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • insertSelective
          • findAll
          • deleteByPrimaryKey
          • deleteByIds
      • xhzn-versions
        • SoftwareController
          • list
          • getById
          • create
          • update
          • check
        • VersionListController
          • list
          • getBySoftwareId
          • update
          • create
          • deleteVersion
      • Default Group
      • 数据模型
        • Schemas
          • MgJob
          • MgAlgorithm
          • MgRequirements
          • MgTask
        • 示例数据模型
          • Pet
          • Category
          • Tag
        • 禅道任务实体
    • 默认模块
      • xhzn-navigation
        • LinksCategoriesController
          • insertSelective
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • findAll
          • deleteByPrimaryKey
        • LinksController
          • insert
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • insertSelective
          • findAll
          • deleteByPrimaryKey
          • deleteByIds
      • xhzn-versions
        • SoftwareController
          • list
          • getById
          • create
          • update
          • check
        • VersionListController
          • list
          • getBySoftwareId
          • update
          • create
          • deleteVersion
      • Default Group
      • 数据模型
        • 示例数据模型
          • Pet
          • Category
          • Tag
    • 默认模块
      • xhzn-navigation
        • LinksCategoriesController
          • insertSelective
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • findAll
          • deleteByPrimaryKey
        • LinksController
          • insert
          • selectByPrimaryKey
          • updateByPrimaryKeySelective
          • insertSelective
          • findAll
          • deleteByPrimaryKey
          • deleteByIds
      • xhzn-versions
        • SoftwareController
          • list
          • getById
          • create
          • update
          • check
        • VersionListController
          • list
          • getBySoftwareId
          • update
          • create
          • deleteVersion
      • Default Group
      • 数据模型
        • 示例数据模型
          • Pet
          • Category
          • Tag

    禅道任务实体

    {
        "id": 0,
        "project": 0,
        "parent": 0,
        "execution": 0,
        "module": 0,
        "design": 0,
        "story": 0,
        "storyVersion": 0,
        "designVersion": 0,
        "fromBug": 0,
        "feedback": 0,
        "fromIssue": 0,
        "name": "string",
        "type": "string",
        "mode": "string",
        "pri": 0,
        "estimate": 0,
        "consumed": 0,
        "left": 0,
        "deadline": null,
        "status": "string",
        "subStatus": "string",
        "color": "string",
        "mailto": "string",
        "desc": "string",
        "version": 0,
        "openedBy": "string",
        "openedDate": "string",
        "assignedTo": "string",
        "assignedDate": "string",
        "estStarted": "string",
        "realStarted": null,
        "finishedBy": "string",
        "finishedDate": null,
        "finishedList": "string",
        "canceledBy": "string",
        "canceledDate": "string",
        "closedBy": "string",
        "closedDate": null,
        "planDuration": 0,
        "realDuration": 0,
        "closedReason": "string",
        "lastEditedBy": "string",
        "lastEditedDate": "string",
        "activatedDate": null,
        "order": 0,
        "repo": 0,
        "mr": 0,
        "entry": "string",
        "lines": "string",
        "v1": "string",
        "v2": "string",
        "deleted": "string",
        "vision": "string"
    }
    Built with