Browse Source

用户没有手机号

wangfei 6 years ago
parent
commit
be3d673322
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      models/customer/types.go

+ 1
- 0
models/customer/types.go View 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
 }