package ${domain}.module.${moduleName}.rsp; import ${domain}.frame.base.BaseResponse; /** * ${table.getCName()}${method?default("")}Response - ${table.tableComment}${methodNote?default("")} * * @author ${author?default("")} * @version 0.0.1 * @since ${.now?string["yyyy-MM-dd"]} */ public class ${table.getCName()}${method?default("")}Response extends BaseResponse { }