|
@@ -224,7 +224,7 @@ export interface ICptRation extends IBaseRation {
|
|
|
export interface IRationGlj {
|
|
export interface IRationGlj {
|
|
|
ID: string;
|
|
ID: string;
|
|
|
gljID?: string;
|
|
gljID?: string;
|
|
|
- repositoryID?: number;
|
|
|
|
|
|
|
+ repositoryID: number | string;
|
|
|
name: string;
|
|
name: string;
|
|
|
code: string;
|
|
code: string;
|
|
|
originalCode: string; // 原始的编码 不带 “-”的
|
|
originalCode: string; // 原始的编码 不带 “-”的
|