ops供应链系统迁移
This commit is contained in:
25
src/api/interface/global.ts
Normal file
25
src/api/interface/global.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
// 全局模块
|
||||
export namespace Global {
|
||||
//供应链
|
||||
export interface ResSupplier {
|
||||
id: number;
|
||||
code: string;
|
||||
name: string;
|
||||
disable: boolean;
|
||||
}
|
||||
|
||||
//用户
|
||||
export interface ResUserList {
|
||||
id: number;
|
||||
code: null;
|
||||
name: string;
|
||||
number: number;
|
||||
disable: boolean;
|
||||
}
|
||||
interface ResDropDownAllItem {
|
||||
id: 15756737;
|
||||
level: 2;
|
||||
name: "jx_cs_15_01";
|
||||
number: "123456";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user