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