新增:批量导入商品功能
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { PageParam } from '@/api';
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
export interface ThinkDeposit {
|
||||
//
|
||||
//
|
||||
id?: number;
|
||||
// 1收押金、2退押金
|
||||
type?: string;
|
||||
@@ -20,13 +20,13 @@ export interface ThinkDeposit {
|
||||
money?: string;
|
||||
// 1已付,2已退
|
||||
status?: string;
|
||||
//
|
||||
//
|
||||
info?: string;
|
||||
// 管理员id
|
||||
aid?: number;
|
||||
//
|
||||
//
|
||||
createTime?: number;
|
||||
//
|
||||
//
|
||||
updateTime?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user