Browse Source

添加iconId

wuyi 2 years ago
parent
commit
f1886f0b6f
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

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