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.

14 lines
353 B

package ${basePackage}.module.${moduleName}.req;
import ${basePackage}.frame.base.BaseGetAllRequest;
/**
* ${table.getCName()}GetAllRequest - ${table.tableComment}获取全部
*
* @author ${author?default("")}
* @version 0.0.1
* @since ${date?string("yyyy-MM-dd")}
*/
public class ${table.getCName()}GetAllRequest extends BaseGetAllRequest {
}

Powered by TurnKey Linux.