Explorar el Código

fixed method description

Chris hace 6 años
padre
commit
51e94682ec

+ 2 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/ReflectionKit.java

@@ -59,7 +59,8 @@ public class ReflectionKit {
      * </p>
      *
      * @param field Field
-     * @param str   属性的setter方法名称,e.g. setVersion
+     * @param str String JavaBean类的version属性名
+     * @return  str  属性的setter方法名称,e.g. setVersion
      */
     public static String setMethodCapitalize(Field field, final String str) {
         Class<?> fieldType = field.getType();