feat: 模卡更新
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
import { EmployType } from '@/constants/job';
|
||||
import { AnchorReadType, AnchorSortType, GenderType, ProfileCreateSource, WorkedYears } from '@/constants/material';
|
||||
import {
|
||||
AnchorReadType,
|
||||
AnchorSortType,
|
||||
EducationType,
|
||||
GenderType,
|
||||
ProfileCreateSource,
|
||||
WorkedYears,
|
||||
} from '@/constants/material';
|
||||
import { IPaginationRequest, IPaginationResponse } from '@/types/common';
|
||||
|
||||
export interface MaterialVideoInfo {
|
||||
@ -51,6 +58,7 @@ export interface MaterialProfile {
|
||||
filledItems: number; // 已填资料项数
|
||||
created: number; // 时间戳
|
||||
updated: number; // 时间戳
|
||||
educationType: EducationType;
|
||||
}
|
||||
|
||||
export interface AnchorInfo {
|
||||
|
||||
Reference in New Issue
Block a user