You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
15 lines
378 B
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 {
|
|
|
|
}
|