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
320 B
14 lines
320 B
package xyz.wbsite.module.admin.rsp;
|
|
|
|
import xyz.wbsite.frame.base.BaseFindResponse;
|
|
import xyz.wbsite.module.admin.ent.ConfigData;
|
|
|
|
/**
|
|
* ConfigDataFindResponse - 配置数据
|
|
*
|
|
* @author wangbing
|
|
* @version 0.0.1
|
|
* @since 2021-02-08
|
|
*/
|
|
public class ConfigDataFindResponse extends BaseFindResponse<ConfigData> {
|
|
} |