소스 검색

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

vian 5 년 전
부모
커밋
66b8c17244
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}
+
 // 补充人材机
 /* 补充人材机相关 ↑ */