import type { Model } from "./base/model" export type ArticleGroup = Model & { code: string name: string sort: number status: number }