Browse Source

添加iconId

wuyi 3 years ago
parent
commit
69d8186691
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/mask/entities/mask.entity.ts

+ 3 - 0
src/mask/entities/mask.entity.ts

@@ -14,6 +14,9 @@ export class Mask {
     @Column()
     welcomeMessage: string
 
+    @Column()
+    iconId: number
+
     @CreateDateColumn()
     createdAt: Date
 }