新增 用户行为记录 新增岗位信息管理
This commit is contained in:
17
src/types/mobileusers/list.d.ts
vendored
17
src/types/mobileusers/list.d.ts
vendored
@@ -35,4 +35,21 @@ declare namespace API.MobileUser {
|
||||
education?: string;
|
||||
politicalAffiliation?: string;
|
||||
}
|
||||
export interface LogParams {
|
||||
userId?: string;
|
||||
current?: string;
|
||||
pageSize?: string;
|
||||
}
|
||||
export interface LogRow {
|
||||
opTime?: string;
|
||||
content?: string;
|
||||
}
|
||||
|
||||
export interface LogResult {
|
||||
total: number;
|
||||
rows: LogRow[];
|
||||
code: number;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user