百色农校完成

This commit is contained in:
2025-05-12 20:44:07 +08:00
parent 1062d2d9f4
commit e97d08f410
7 changed files with 17 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ export interface CmsArticle {
categoryName?: string;
// 封面图
image?: string;
// 版本号
version?: number;
// 缩列图
thumbnail?: string;
// 来源
@@ -119,6 +121,7 @@ export interface CmsArticleParam extends PageParam {
articleIds?: string;
parentId?: number;
status?: number;
hasImage?: boolean;
// 是否推荐
recommend?: number;
keywords?: string;