From 4223b05a6252413e0ce663733df32293dd19e21e Mon Sep 17 00:00:00 2001 From: tangxu <76880903@qq.com> Date: 星期一, 24 十月 2022 16:30:35 +0800 Subject: [PATCH] 南通指令辅助类 --- Application/IStation.Application.OpenApi/shys/plan/dto/PlanAnaConstant.cs | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/Application/IStation.Application.OpenApi/shys/plan/dto/PlanAnaConstant.cs b/Application/IStation.Application.OpenApi/shys/plan/dto/PlanAnaConstant.cs new file mode 100644 index 0000000..bf16f97 --- /dev/null +++ b/Application/IStation.Application.OpenApi/shys/plan/dto/PlanAnaConstant.cs @@ -0,0 +1,45 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IStation.Application +{ + /// <summary> + /// 璁″垝鍒嗘瀽甯搁噺 + /// </summary> + public class PlanAnaConstant + { + /// <summary> + /// 绔欑偣瀛楀吀 + /// </summary> + public static Dictionary<int, long> FactoryDict = new Dictionary<int, long>() + { + {1,2},//闀垮叴娉电珯 + {2,12},//浜斿彿娌熷噷妗ユ柟鍚� + {3,9},//浜斿彿娌熼噾娴锋柟鍚� + {4,3},//浜斿彿娌熶弗妗ユ柟鍚�1 + {5,5},//浜斿彿娌熶弗妗ユ柟鍚�2 + {6,4},//涓ユˉ娉电珯 + {7,6},//涓存睙1#娉电珯 + {8,7},//涓存睙2#娉电珯 + {9,8},//寰愭尘娉电珯 + {10,10},//閲戞捣娉电珯 + {11,11},//鍗楁眹鍖楁车绔� + {12,15},//闄堣涓�杈� + {13,16},//闄堣浜岃緭 + {14,17},//娉板拰娉电珯 + {15,19},//閲戞辰娉电珯 + {16,20},//鏉炬睙娉电珯 + {17,21},//澶фˉ娉电珯 + {18,1},//闈掕崏娌欏彇姘� + {19,14},//闄堣浜屽彇 + {20,18},//閲戞辰鍙栨按 + }; + + + + + } +} -- Gitblit v1.9.3