package ${basePackage}.module.${moduleName}.rsp; import ${basePackage}.frame.base.BaseFindResponse; import ${basePackage}.module.${moduleName}.ent.${table.getCName()}; /** * ${table.getCName()}FindResponse - ${table.tableComment} * * @author ${author?default("")} * @version 0.0.1 * @since ${.now?string["yyyy-MM-dd"]} */ public class ${table.getCName()}SearchResponse extends BaseFindResponse<${table.getCName()}> { }