Sfoglia il codice sorgente

用户没有手机号

wangfei 6 anni fa
parent
commit
be3d673322
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      models/customer/types.go

+ 1
- 0
models/customer/types.go Vedi File

@@ -14,4 +14,5 @@ type CustWithWX struct {
14 14
 	BelongCaseId        string
15 15
 	BelongCaseStatus    int
16 16
 	RealName            string
17
+	Phone               string
17 18
 }