校园商户
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export default interface IPrinter {
|
||||
id?: number;
|
||||
merchant_id?: number;
|
||||
name?: string;
|
||||
brand?: string;
|
||||
model?: string;
|
||||
device_no?: string;
|
||||
secret_key?: string;
|
||||
status?: number;
|
||||
config?: Record<string, unknown>;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user