Ver Fonte

发送列表国家

wuyi há 1 ano atrás
pai
commit
f2ed93c2e0
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/phone-list/entities/phone-list.entity.ts

+ 3 - 0
src/phone-list/entities/phone-list.entity.ts

@@ -32,4 +32,7 @@ export class PhoneList {
 
     @Column({ default: false })
     del: boolean
+
+    @Column({ nullable: true })
+    country: string
 }