|
@@ -206,6 +206,7 @@ export interface IStdGlj extends IBaseRationGlj {
|
|
|
gljLibID: number;
|
|
gljLibID: number;
|
|
|
type: number;
|
|
type: number;
|
|
|
components: IStdComponent[];
|
|
components: IStdComponent[];
|
|
|
|
|
+ from: fromType;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 标准人材机分类树(原始数据)
|
|
// 标准人材机分类树(原始数据)
|
|
@@ -238,6 +239,7 @@ export interface ICptGlj extends IBaseRationGlj {
|
|
|
type: number;
|
|
type: number;
|
|
|
compilationID: string;
|
|
compilationID: string;
|
|
|
components: ICptComponent[];
|
|
components: ICptComponent[];
|
|
|
|
|
+ from: fromType;
|
|
|
}
|
|
}
|
|
|
/* 补充人材机相关 ↑ */
|
|
/* 补充人材机相关 ↑ */
|
|
|
|
|
|