소스 검색

注释去掉

wangxingcheng 3 년 전
부모
커밋
714c4d3516
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      opms_parent/app/model/cust/cust_customer.go

+ 5 - 5
opms_parent/app/model/cust/cust_customer.go

@@ -53,11 +53,11 @@ type CustomerAddSeq struct {
 	FollowUpDate *gtime.Time `p:"followUpDate"    json:"followUpDate"   `                     //跟进时间
 	CustIndustry string      `p:"custIndustry"    json:"custIndustry"  v:"required#客户行业不能为空"` //客户行业
 	CustLevel    string      `p:"custLevel"       json:"custLevel"     v:"required#客户级别不能为空"` //客户级别
-	CustSource   string      `p:"custSource"      json:"source"        v:"required#客户来源不能为空"` //客户级别
-	CustDistCode int         `p:"custDistCode"    json:"custDistCode"  v:"required#省份不能为空" `  // 省份Id
-	Remark       string      `p:"remark"          json:"remark""`                             //备注
-	SalesName    string      `p:"salesName"       json:"salesName"   `                        //
-	SalesId      int         `p:"salesId"         json:"salesId"   `                          //
+	CustSource   string      `p:"custSource"      json:"source"        v:"required#客户来源不能为空"`
+	CustDistCode int         `p:"custDistCode"    json:"custDistCode"  v:"required#省份不能为空" ` // 省份Id
+	Remark       string      `p:"remark"          json:"remark""`                            //备注
+	SalesName    string      `p:"salesName"       json:"salesName"   `                       //
+	SalesId      int         `p:"salesId"         json:"salesId"   `                         //
 }
 
 // 客户联系人信息