CopyOptions中增加setAutoTransCamelCase方法

This commit is contained in:
Looly 2023-12-30 01:13:36 +08:00
parent 752a8ece52
commit 10076a7bc9

View File

@ -324,7 +324,7 @@ public class CopyOptions implements Serializable {
*
* @param autoTransCamelCase 是否自动转换为驼峰方式
* @return this
* @since 6.0.0
* @since 5.8.25
*/
public CopyOptions setAutoTransCamelCase(final boolean autoTransCamelCase) {
this.autoTransCamelCase = autoTransCamelCase;