Browse Source

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

zjxpcyc 6 years ago
parent
commit
b87812e196
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
 	BelongCaseId        string
14
 	BelongCaseId        string
15
 	BelongCaseStatus    int
15
 	BelongCaseStatus    int
16
 	RealName            string
16
 	RealName            string
17
+	Phone               string
17
 }
18
 }