浏览代码

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
 }