This commit is contained in:
lcj
2025-03-17 15:59:35 +08:00
parent 4537506ae3
commit 80a6484b7c
10 changed files with 163 additions and 60 deletions

View File

@ -1,4 +1,5 @@
import { ContractorVO } from '@/api/project/contractor/types';
import { ProjectTeamVO } from '@/api/project/projectTeam/types';
export interface ConstructionUserVO {
/**
@ -21,6 +22,11 @@ export interface ConstructionUserVO {
*/
facePic: string;
/**
* 人脸照url
*/
facePicUrl: string;
/**
* 人员姓名
*/
@ -46,6 +52,11 @@ export interface ConstructionUserVO {
*/
teamId: string | number;
/**
* 班组
*/
teamVo: ProjectTeamVO;
/**
* 状态0在职 1离职
*/