百色农校完成
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user