校园商户
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export default interface IPrintTask {
|
||||
id?: number;
|
||||
printer_id?: number;
|
||||
order_id?: number;
|
||||
content?: string;
|
||||
copies?: number;
|
||||
status?: number;
|
||||
error_msg?: string;
|
||||
printed_at?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user