fix: 代码生成问题修复和优化
This commit is contained in:
@@ -24,6 +24,7 @@ import java.math.BigDecimal;
|
||||
public class ${entityName}Query extends BasePageQuery {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
#if($fieldConfigs)
|
||||
#foreach($fieldConfig in ${fieldConfigs})
|
||||
#if($fieldConfig.isShowInQuery)
|
||||
|
||||
Reference in New Issue
Block a user