ソースを参照

phone字段重复

wangfei 6 年 前
コミット
b335df3c09
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      models/customer/types.go

+ 0
- 1
models/customer/types.go ファイルの表示

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