Browse Source

phone字段重复

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

+ 0
- 1
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
18
 }
17
 }