添加文章管理和文章分组页面
This commit is contained in:
8
src/models/article-group.ts
Normal file
8
src/models/article-group.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Model } from "./base/model"
|
||||
|
||||
export type ArticleGroup = Model & {
|
||||
code: string
|
||||
name: string
|
||||
sort: number
|
||||
status: number
|
||||
}
|
||||
Reference in New Issue
Block a user