Browse Source

feat(types): 增加新增补充人材机传输接口

vian 4 năm trước cách đây
mục cha
commit
66b8c17244
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      types/src/interface/glj.ts

+ 13 - 0
types/src/interface/glj.ts

@@ -325,6 +325,19 @@ export interface ICptGlj extends IBaseRationGlj {
   from: FromType;
 }
 
+// 新增补充人材机接口传输的数据接口
+export interface IInsertCptGlj {
+  ID: string;
+  gljClass: string;
+  code: string;
+  name: string;
+  unit: string;
+  specs?: string;
+  type: number;
+  basePrice?: number;
+  model?: number;
+}
+
 // 补充人材机
 /* 补充人材机相关 ↑ */