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
304 B

package xyz.wbsite.module.admin.rsp;
import xyz.wbsite.frame.base.BaseFindResponse;
import xyz.wbsite.module.admin.ent.Config;
/**
* ConfigFindResponse - 配置预设
*
* @author wangbing
* @version 0.0.1
* @since 2021-02-07
*/
public class ConfigFindResponse extends BaseFindResponse<Config> {
}

Powered by TurnKey Linux.