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; }