Przeglądaj źródła

用户没有手机号

wangfei 6 lat temu
rodzic
commit
be3d673322
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      models/customer/types.go

+ 1
- 0
models/customer/types.go Wyświetl plik

14
 	BelongCaseId        string
14
 	BelongCaseId        string
15
 	BelongCaseStatus    int
15
 	BelongCaseStatus    int
16
 	RealName            string
16
 	RealName            string
17
+	Phone               string
17
 }
18
 }