|
@@ -1,4 +1,4 @@
|
|
|
-import { IComponent } from './glj';
|
|
|
|
|
|
|
+import { GljType, IComponent } from './glj';
|
|
|
import { FileType, ProjectType } from './project';
|
|
import { FileType, ProjectType } from './project';
|
|
|
import { IElfItem } from './billGuide';
|
|
import { IElfItem } from './billGuide';
|
|
|
import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
|
|
import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
|
|
@@ -274,6 +274,8 @@ export interface IIndexComponent extends IComponent {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IBillIndexGlj {
|
|
export interface IBillIndexGlj {
|
|
|
|
|
+ ID: string;
|
|
|
|
|
+ type: GljType;
|
|
|
code: string;
|
|
code: string;
|
|
|
name: string;
|
|
name: string;
|
|
|
specs: string;
|
|
specs: string;
|