ソースを参照

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/services into dev

zjxpcyc 6 年 前
コミット
b87812e196
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      models/customer/types.go

+ 1
- 0
models/customer/types.go ファイルの表示

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