Commit c9d18904 authored by 郝聪敏's avatar 郝聪敏

fix: 删除多余字段

parent c69b9dac
...@@ -62,12 +62,6 @@ export class PageInfo extends Model<PageInfo> { ...@@ -62,12 +62,6 @@ export class PageInfo extends Model<PageInfo> {
field: 'is_publish' field: 'is_publish'
}) })
isPublish: number; isPublish: number;
@Column({
type: DataType.INTEGER(1),
field: 'show_download'
})
showDownload: number;
} }
export default () => PageInfo; export default () => PageInfo;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment