Преглед изворни кода

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
 }