|
@@ -351,3 +351,9 @@ export interface IStdRationsAndGljs {
|
|
|
rations: (IStdRation | ICptRation)[];
|
|
rations: (IStdRation | ICptRation)[];
|
|
|
rationGljs: (IStdRationGlj | ICptRationGlj)[];
|
|
rationGljs: (IStdRationGlj | ICptRationGlj)[];
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+export enum RationListType {
|
|
|
|
|
+ ASS = 'rationAssList',
|
|
|
|
|
+ COE = 'rationCoeList',
|
|
|
|
|
+ GLJ = 'rationGLJList',
|
|
|
|
|
+}
|