|
|
@@ -203,7 +203,7 @@ export interface IRawStdGlj extends IBaseRationGlj {
|
|
|
// 标准人材机
|
|
|
export interface IStdGlj extends IBaseRationGlj {
|
|
|
ID: number;
|
|
|
- gljLibID: number;
|
|
|
+ repositoryID: number;
|
|
|
type: number;
|
|
|
components: IStdComponent[];
|
|
|
from: fromType;
|
|
|
@@ -220,7 +220,7 @@ export interface IRawStdGljTree {
|
|
|
|
|
|
// 标准人材机分类树
|
|
|
export interface IStdGljTree extends ITreeScm {
|
|
|
- gljLibID: number;
|
|
|
+ repositoryID: number;
|
|
|
name: string;
|
|
|
}
|
|
|
/* 标准人材机相关 ↑ */
|
|
|
@@ -247,7 +247,7 @@ export interface ICptGlj extends IBaseRationGlj {
|
|
|
// 库下拉项
|
|
|
export interface ISelectGljLibItem {
|
|
|
name: string;
|
|
|
- gljLibID: number | string;
|
|
|
+ repositoryID: number | string;
|
|
|
key: string; // 与gljLibID拼接的形成的唯一值
|
|
|
isPrior: boolean; // 优先的
|
|
|
from: fromType;
|