内容、布局按钮添加提示

This commit is contained in:
2024-08-29 00:34:02 +08:00
parent 2655874948
commit 6e010cb148
3 changed files with 49 additions and 37 deletions

View File

@@ -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;
}