内容、布局按钮添加提示
This commit is contained in:
@@ -14,10 +14,13 @@ export interface Design {
|
||||
content?: string;
|
||||
// 类型
|
||||
type?: string;
|
||||
categoryId?: number;
|
||||
// 宽
|
||||
width?: string;
|
||||
// 高
|
||||
height?: string;
|
||||
// 页面样式
|
||||
styles?: string;
|
||||
// 附件
|
||||
images?: string;
|
||||
// 用户ID
|
||||
@@ -50,5 +53,5 @@ export interface DesignParam extends PageParam {
|
||||
name?: number;
|
||||
type?: number;
|
||||
userId?: number;
|
||||
navigationId?: number;
|
||||
categoryId?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user