@@ -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;
+}
+
// 补充人材机
/* 补充人材机相关 ↑ */