@@ -19,3 +19,4 @@ export * from './configMaterial';
export * from './socket';
export * from './error';
export * from './enterprise';
+export * from './infoPrice';
@@ -0,0 +1,14 @@
+export interface IArea {
+ serialNo: number;
+ ID: string;
+ compilationID: string;
+ name: string;
+}
+
+export interface IInfoLib {
+ period: string; // 期数 eg: 2020年-05月
+ createDate: number;