接单员与财务管理
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export default interface IRunnerComplaintAppeal {
|
||||
id?: number;
|
||||
complaint_id?: number;
|
||||
worker_id?: number;
|
||||
content?: string;
|
||||
images?: string;
|
||||
status?: number;
|
||||
reply?: string;
|
||||
reviewed_at?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user