安全考试

This commit is contained in:
Teo
2025-04-15 18:02:39 +08:00
parent 4bc12189dc
commit b7ba954b4a
17 changed files with 635 additions and 306 deletions

View File

@ -84,7 +84,7 @@ export interface ProjectTeamForemanResp {
* 班组id
*/
id: string | number;
foremanList: foremanQuery[];
/**
* 班组名称
*/
@ -94,7 +94,9 @@ export interface ProjectTeamForemanResp {
* 项目id
*/
projectId: string | number;
}
export interface foremanQuery {
/**
* 班组长id
*/