完善项目模块页面和对应接口
This commit is contained in:
@ -289,7 +289,7 @@ export interface ConstructionUserForm extends BaseEntity {
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
export interface ConstructionUserQuery extends PageQuery {
|
||||
export interface ConstructionUserQuery extends PageRequest {
|
||||
/**
|
||||
* 微信id
|
||||
*/
|
||||
@ -325,6 +325,11 @@ export interface ConstructionUserQuery extends PageQuery {
|
||||
*/
|
||||
teamId?: string | number;
|
||||
|
||||
/**
|
||||
* 不在班组id
|
||||
*/
|
||||
notTeamId?: string | number;
|
||||
|
||||
/**
|
||||
* 状态(0在职 1离职)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user