添加项目、材料、机械删除校验;添加联表查询

This commit is contained in:
lcj
2025-03-13 10:39:17 +08:00
parent 81b29bcacc
commit 25259064ba
6 changed files with 28 additions and 27 deletions

View File

@ -78,6 +78,11 @@ export interface ProjectTeamMemberQuery extends PageRequest {
*/
memberId?: string | number;
/**
* 施工人员姓名
*/
memberName?: string;
/**
* 岗位默认为0普通员工1组长
*/