接单员与财务管理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default interface IRunnerComplaint {
|
||||
id?: number;
|
||||
complaint_no?: string;
|
||||
user_id?: number;
|
||||
worker_id?: number;
|
||||
order_id?: number;
|
||||
type?: string;
|
||||
content?: string;
|
||||
images?: string;
|
||||
status?: number;
|
||||
result?: string;
|
||||
result_remark?: string;
|
||||
handled_at?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user