生日有礼发放修改

This commit is contained in:
张松
2025-10-20 09:59:57 +08:00
parent a685819158
commit e71ae0e163
6 changed files with 30 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ import com.mybatisflex.core.util.MapUtil;
import com.mybatisflex.core.util.StringUtil;
import lombok.extern.slf4j.Slf4j;
import java.io.Serializable;
import java.lang.invoke.SerializedLambda;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
@@ -23,7 +24,7 @@ import java.util.function.Consumer;
import java.util.function.Predicate;
@Slf4j
public class MyQueryWrapper extends QueryWrapper {
public class MyQueryWrapper extends QueryWrapper implements Serializable {
public MyQueryWrapper selectAll(Class<?> clazz) {
TableInfo tableInfo = TableInfoFactory.ofEntityClass(clazz);