payne
2024-05-03 09542900534645e28c23f16caa94aa8a2c20cc5b
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Util/ChineseSpell/MnemonicCodeUtil.cs
@@ -155,6 +155,10 @@
        /// <returns></returns>
        public static string funChineseSpell(string strChinese, bool IsName)
        {
            if (string.IsNullOrWhiteSpace(strChinese))
            {
                return string.Empty;
            }
            string strSpell, strThis;
            int i, numCount, numIndex;
            char[] chrWord;