管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-01-12 d25d064d942f760806e6a79d246877f5ee57ee92
JavaCode/FrmMyBatisPlus.cs
@@ -320,6 +320,10 @@
                str += strs[i].Length == 1 ? strs[i] : ToUpperFirst(strs[i]);
            }
            if (str.Length == 1 && firstUpper)
            {
                return str.ToUpper();
            }
            return str;
        }