From c020f31a67fc5aa5644511bddff075f7ecc85234 Mon Sep 17 00:00:00 2001 From: qinchulong <qinchulong@hnkhzn.com> Date: 星期二, 27 五月 2025 15:35:27 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/ZhongHeLiTiKu --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ConfigEnum.cs | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ConfigEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ConfigEnum.cs" index 9797f56..6bb9560 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ConfigEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ConfigEnum.cs" @@ -37,7 +37,7 @@ OutterCode } - public enum AnalysisFormaType + public enum AnalysisFormatType { /// <summary> /// 鐗╂枡缂栧彿 @@ -85,4 +85,43 @@ [Description("鍑哄簱鍗曞彿缂栫爜瑙勫垯缂栧彿")] OutboundOrderRule } + + public enum CodeFormat + { + /// <summary> + /// 璧峰瀛楃涓� + /// </summary> + [Description("璧峰瀛楃涓�")] + ST, + + /// <summary> + /// 4浣嶆暟骞� + /// </summary> + [Description("4浣嶆暟骞�")] + YYYY, + + /// <summary> + /// 2浣嶆暟鏈� + /// </summary> + [Description("2浣嶆暟鏈�")] + MM, + + /// <summary> + /// 2浣嶆暟鏃� + /// </summary> + [Description("2浣嶆暟鏃�")] + DD, + + /// <summary> + /// 娴佹按鍙� + /// </summary> + [Description("娴佹按鍙�")] + NUM, + + /// <summary> + /// 缁撴潫瀛楃涓� + /// </summary> + [Description("缁撴潫瀛楃涓�")] + ED + } } -- Gitblit v1.9.3