优化:把网站设置、参数配置、域名管理放到概览页面
This commit is contained in:
@@ -10,6 +10,7 @@ export interface Link {
|
||||
url?: string;
|
||||
linkType?: string;
|
||||
appId?: number;
|
||||
categoryId?: number;
|
||||
userId?: number;
|
||||
comments?: string;
|
||||
recommend?: number;
|
||||
@@ -25,5 +26,6 @@ export interface Link {
|
||||
export interface LinkParam extends PageParam {
|
||||
id?: number;
|
||||
linkType?: string;
|
||||
categoryId?: number;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user