优化小程序页面管理

This commit is contained in:
2024-07-23 11:07:13 +08:00
parent 7485ff1a87
commit 747d9e6139
5 changed files with 45 additions and 14 deletions

View File

@@ -14,6 +14,10 @@ export interface MpField {
comments?: string;
// 名称
value?: string;
// 页面ID
pageId?: number;
// 页面名称
pageName?: string;
// 排序(数字越小越靠前)
sortNumber?: number;
// 是否删除, 0否, 1是