@@ -153,6 +153,14 @@ export enum GljModel {
SMALL,
}
+// 机型名称映射
+export const GljModelName = {
+ 1: '特大',
+ 2: '大',
+ 3: '中',
+ 4: '小',
+};
+
export interface IProjectGlj {
ID: string;
gljID: string; // 工料机ID