角色管理
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default interface HitokotoModel {
|
||||
_id: string
|
||||
hitokoto: string
|
||||
type: string
|
||||
from: string
|
||||
creator: string
|
||||
created_at: Date
|
||||
number: number
|
||||
}
|
||||
Reference in New Issue
Block a user