feat(oa): 新增项目进度和进度步骤跟踪的API接口

添加项目进度管理和进度步骤跟踪的相关API接口,包括列表查询、详情获取、新增、修改、删除等功能
This commit is contained in:
砂糖
2025-11-07 17:18:33 +08:00
parent b569e4fef8
commit 08029c6406
9 changed files with 1115 additions and 63 deletions

View File

@@ -70,7 +70,8 @@
title: '',
projectId: '',
startTime: '',
endTime: ''
endTime: '',
type: 'feedback'
},
total: 0, // 总条数
loading: false, // 加载状态