com.haoxuer.discover.web.api.domain.page.WebConfigPage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discover-website Show documentation
Show all versions of discover-website Show documentation
discover网站配置模块,主要管理网站主题,网站配置等功能
package com.haoxuer.discover.web.api.domain.page;
import com.haoxuer.discover.web.api.domain.simple.WebConfigSimple;
import com.haoxuer.discover.rest.base.ResponsePage;
import lombok.Data;
/**
*
* Created by imake on 2021年05月16日18:44:21.
*/
@Data
public class WebConfigPage extends ResponsePage {
}