角色管理

This commit is contained in:
zjl
2021-10-03 21:14:13 +08:00
parent 94d899dfc4
commit 58892dea40
28 changed files with 514 additions and 210 deletions
+9
View File
@@ -0,0 +1,9 @@
export default interface HitokotoModel {
_id: string
hitokoto: string
type: string
from: string
creator: string
created_at: Date
number: number
}