Explorar el Código

用户没有手机号

wangfei hace 6 años
padre
commit
be3d673322
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      models/customer/types.go

+ 1
- 0
models/customer/types.go Ver fichero

@@ -14,4 +14,5 @@ type CustWithWX struct {
14 14
 	BelongCaseId        string
15 15
 	BelongCaseStatus    int
16 16
 	RealName            string
17
+	Phone               string
17 18
 }