feat: 报单优化
This commit is contained in:
@ -49,6 +49,7 @@ export type JobDetails = JobInfo &
|
||||
declarationType: DeclarationType; // 报单类型
|
||||
userId: string; // 发布人的 userId
|
||||
verifyFailReason?: string; // 审核不通过的原因
|
||||
sourcePlat?: string;
|
||||
};
|
||||
|
||||
export interface JobManageInfo {
|
||||
|
Reference in New Issue
Block a user