|
@@ -1,42 +1,52 @@
|
|
// Code generated by goctl. DO NOT EDIT.
|
|
// Code generated by goctl. DO NOT EDIT.
|
|
package types
|
|
package types
|
|
|
|
|
|
-type BiResp struct {
|
|
|
|
- Error_code int64 `json:"error_code"` //响应代码
|
|
|
|
- Error_msg string `json:"error_msg"` //响应消息
|
|
|
|
- Data interface{} `json:"data"`
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-type MyDataAssetReq struct {
|
|
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- NewUserId int64 `header:"newUserId,optional"`
|
|
|
|
- EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
|
|
+type AcceptanceReq struct {
|
|
|
|
+ ProposeType int64 `json:"proposeType,optional"`
|
|
|
|
+ Propose_time string `json:"proposeTime,optional"`
|
|
|
|
+ Channel string `json:"channel,optional"`
|
|
|
|
+ Acceptance_type int64 `json:"acceptanceType,optional"`
|
|
|
|
+ Status int64 `json:"status,optional"`
|
|
|
|
+ Over_time string `json:"overTime,optional"`
|
|
|
|
+ Remark string `json:"remark,optional"`
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ DeptId string `header:"entDeptId,optional"` //部门id
|
|
|
|
+ EntUserName string `header:"entUserName,optional"`
|
|
|
|
+ ParamData string `json:"paramData,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
-type AddProjectReq struct {
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
- Source int64 `json:"source,optional"`
|
|
|
|
- InfoId string `json:"info_id,optional"`
|
|
|
|
- PositionType int64 `header:"positionType,optional"`
|
|
|
|
- AccountId int64 `header:"accountId,optional"`
|
|
|
|
- CompanyName string `header:"entName,optional"`
|
|
|
|
- UserName string `header:"userName,optional"`
|
|
|
|
- UserId int64 `header:"newUserId,optional"`
|
|
|
|
- EntId int64 `header:"entId,optional"`
|
|
|
|
- EntUserName string `header:"entUserName,optional"`
|
|
|
|
|
|
+type ClueAddReq struct {
|
|
|
|
+ Phone string `json:"phone"`
|
|
|
|
+ Username string `json:"username,optional"`
|
|
|
|
+ Source string `json:"source"`
|
|
|
|
+ Status999 string `json:"status999"`
|
|
|
|
+ Owner string `json:"owner"`
|
|
|
|
+ EmpNo string `json:"empNo"`
|
|
|
|
+ Company string `json:"company,optional"`
|
|
|
|
+ IsPolicymaker string `json:"isPolicymaker,optional"`
|
|
|
|
+ BelongToIndustry string `json:"belongToIndustry,optional"`
|
|
|
|
+ Job string `json:"job,optional"`
|
|
|
|
+ CustomerNeeds string `json:"customerNeeds,optional"`
|
|
|
|
+ BelongTo string `json:"belongTo,optional"`
|
|
|
|
+ WantGoods string `json:"wantGoods,optional"`
|
|
|
|
+ CustomerBudget string `json:"customerBudget,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
-type GetInfoIdReq struct {
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
|
|
+type ClueImportReq struct {
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ Pcbh string `json:"pcbh"`
|
|
}
|
|
}
|
|
|
|
|
|
-type DrawClueReq struct {
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
- Count int64 `json:"count,optional"`
|
|
|
|
|
|
+type ClueInfoReq struct {
|
|
|
|
+ SearchName string `json:"searchName"`
|
|
}
|
|
}
|
|
|
|
|
|
-type CallReq struct {
|
|
|
|
|
|
+type CreateClueReq struct {
|
|
|
|
+ AppId string `header:"appId,default=10000"`
|
|
|
|
+ UserId string `header:"userId,optional"`
|
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
Phone string `json:"phone"`
|
|
Phone string `json:"phone"`
|
|
}
|
|
}
|
|
|
|
|
|
@@ -57,31 +67,35 @@ type DistributeClueShowReq struct {
|
|
UpdatePositionID int64 `json:"updatePositionID"`
|
|
UpdatePositionID int64 `json:"updatePositionID"`
|
|
}
|
|
}
|
|
|
|
|
|
-type ClueImportReq struct {
|
|
|
|
|
|
+type ExportByDbReq struct {
|
|
|
|
+ Token string `json:"token"`
|
|
|
|
+ Title string `json:"title"`
|
|
|
|
+ Content string `json:"content"`
|
|
|
|
+ Mails string `json:"mails"`
|
|
|
|
+ FileName string `json:"filename"`
|
|
|
|
+ Datas []map[string]interface{} `json:"datas"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ExportReq struct {
|
|
|
|
+ Mail string `json:"mail"`
|
|
|
|
+ Mapping []string `json:"mapping"`
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type FindClueInfoReq struct {
|
|
|
|
+ UserId string `header:"userId,optional"`
|
|
|
|
+ Phone string `json:"phone"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
- Pcbh string `json:"pcbh"`
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-type ClueAddReq struct {
|
|
|
|
- Phone string `json:"phone"`
|
|
|
|
- Username string `json:"username,optional"`
|
|
|
|
- Source string `json:"source"`
|
|
|
|
- Status999 string `json:"status999"`
|
|
|
|
- Owner string `json:"owner"`
|
|
|
|
- EmpNo string `json:"empNo"`
|
|
|
|
- Company string `json:"company,optional"`
|
|
|
|
- IsPolicymaker string `json:"isPolicymaker,optional"`
|
|
|
|
- BelongToIndustry string `json:"belongToIndustry,optional"`
|
|
|
|
- Job string `json:"job,optional"`
|
|
|
|
- CustomerNeeds string `json:"customerNeeds,optional"`
|
|
|
|
- BelongTo string `json:"belongTo,optional"`
|
|
|
|
- WantGoods string `json:"wantGoods,optional"`
|
|
|
|
- CustomerBudget string `json:"customerBudget,optional"`
|
|
|
|
|
|
+type MyInfoReq struct {
|
|
|
|
+ Bid string `json:"bid,optional"`
|
|
|
|
+ Sid string `json:"sid"`
|
|
}
|
|
}
|
|
|
|
|
|
-type SqlManageReq struct {
|
|
|
|
- Id float64 `json:"id"`
|
|
|
|
- Params []Param `json:"params"`
|
|
|
|
|
|
+type OperateReq struct {
|
|
|
|
+ NewId string `json:"newId"`
|
|
|
|
+ Type int64 `json:"type"`
|
|
}
|
|
}
|
|
|
|
|
|
type Param struct {
|
|
type Param struct {
|
|
@@ -89,11 +103,6 @@ type Param struct {
|
|
Type string `json:"type"`
|
|
Type string `json:"type"`
|
|
}
|
|
}
|
|
|
|
|
|
-type MyInfoReq struct {
|
|
|
|
- Bid string `json:"bid,optional"`
|
|
|
|
- Sid string `json:"sid"`
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
type ResEmpowerReq struct {
|
|
type ResEmpowerReq struct {
|
|
EntId int64 `header:"entId"`
|
|
EntId int64 `header:"entId"`
|
|
ReqType int64 `json:"reqType"`
|
|
ReqType int64 `json:"reqType"`
|
|
@@ -102,28 +111,24 @@ type ResEmpowerReq struct {
|
|
PositionId string `json:"positionId"`
|
|
PositionId string `json:"positionId"`
|
|
}
|
|
}
|
|
|
|
|
|
-type ExportReq struct {
|
|
|
|
- Mail string `json:"mail"`
|
|
|
|
- Mapping []string `json:"mapping"`
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-type OperateReq struct {
|
|
|
|
- NewId string `json:"newId"`
|
|
|
|
- Type int64 `json:"type"`
|
|
|
|
|
|
+type SendMailReq struct {
|
|
|
|
+ Title string `json:"title"`
|
|
|
|
+ Content string `json:"content"`
|
|
|
|
+ Mails string `json:"mails"`
|
|
}
|
|
}
|
|
|
|
|
|
-type GetCompanyTypeReq struct {
|
|
|
|
- CompanyName string `json:"companyName"`
|
|
|
|
|
|
+type SqlManageReq struct {
|
|
|
|
+ Id float64 `json:"id"`
|
|
|
|
+ Params []Param `json:"params"`
|
|
}
|
|
}
|
|
|
|
|
|
-type ExportByDbReq struct {
|
|
|
|
- Token string `json:"token"`
|
|
|
|
- Title string `json:"title"`
|
|
|
|
- Content string `json:"content"`
|
|
|
|
- Mails string `json:"mails"`
|
|
|
|
- FileName string `json:"filename"`
|
|
|
|
- Datas []map[string]interface{} `json:"datas"`
|
|
|
|
|
|
+type TransferClueReq struct {
|
|
|
|
+ UserId string `header:"userId,optional"`
|
|
|
|
+ BaseUserId int64 `header:"newUserId"`
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
+ Phone string `json:"phone"`
|
|
|
|
+ OrderNo string `json:"orderNo"`
|
|
}
|
|
}
|
|
|
|
|
|
type UpFileReq struct {
|
|
type UpFileReq struct {
|
|
@@ -135,46 +140,45 @@ type UpFileReq struct {
|
|
FileType string `form:"fileType"`
|
|
FileType string `form:"fileType"`
|
|
}
|
|
}
|
|
|
|
|
|
-type SendMailReq struct {
|
|
|
|
- Title string `json:"title"`
|
|
|
|
- Content string `json:"content"`
|
|
|
|
- Mails string `json:"mails"`
|
|
|
|
|
|
+type AddProjectReq struct {
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ Source int64 `json:"source,optional"`
|
|
|
|
+ InfoId string `json:"info_id,optional"`
|
|
|
|
+ PositionType int64 `header:"positionType,optional"`
|
|
|
|
+ AccountId int64 `header:"accountId,optional"`
|
|
|
|
+ CompanyName string `header:"entName,optional"`
|
|
|
|
+ UserName string `header:"userName,optional"`
|
|
|
|
+ UserId int64 `header:"newUserId,optional"`
|
|
|
|
+ EntId int64 `header:"entId,optional"`
|
|
|
|
+ EntUserName string `header:"entUserName,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
-type AcceptanceReq struct {
|
|
|
|
- ProposeType int64 `json:"proposeType,optional"`
|
|
|
|
- Propose_time string `json:"proposeTime,optional"`
|
|
|
|
- Channel string `json:"channel,optional"`
|
|
|
|
- Acceptance_type int64 `json:"acceptanceType,optional"`
|
|
|
|
- Status int64 `json:"status,optional"`
|
|
|
|
- Over_time string `json:"overTime,optional"`
|
|
|
|
- Remark string `json:"remark,optional"`
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
- DeptId string `header:"entDeptId,optional"` //部门id
|
|
|
|
- EntUserName string `header:"entUserName,optional"`
|
|
|
|
- ParamData string `json:"paramData,optional"`
|
|
|
|
|
|
+type BiResp struct {
|
|
|
|
+ Error_code int64 `json:"error_code"` //响应代码
|
|
|
|
+ Error_msg string `json:"error_msg"` //响应消息
|
|
|
|
+ Data interface{} `json:"data"`
|
|
}
|
|
}
|
|
|
|
|
|
-type CreateClueReq struct {
|
|
|
|
- AppId string `header:"appId,default=10000"`
|
|
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- BaseUserId int64 `header:"newUserId"`
|
|
|
|
|
|
+type CallReq struct {
|
|
PositionId int64 `header:"positionId,optional"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
- EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
Phone string `json:"phone"`
|
|
Phone string `json:"phone"`
|
|
}
|
|
}
|
|
|
|
|
|
-type TransferClueReq struct {
|
|
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- BaseUserId int64 `header:"newUserId"`
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
- EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
- Phone string `json:"phone"`
|
|
|
|
- OrderNo string `json:"orderNo"`
|
|
|
|
|
|
+type DrawClueReq struct {
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+ Count int64 `json:"count,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
-type FindClueInfoReq struct {
|
|
|
|
- UserId string `header:"userId,optional"`
|
|
|
|
- PositionId int64 `header:"positionId,optional"`
|
|
|
|
- Phone string `json:"phone"`
|
|
|
|
|
|
+type GetCompanyTypeReq struct {
|
|
|
|
+ CompanyName string `json:"companyName"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type GetInfoIdReq struct {
|
|
|
|
+ PositionId int64 `header:"positionId,optional"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type MyDataAssetReq struct {
|
|
|
|
+ UserId string `header:"userId,optional"`
|
|
|
|
+ NewUserId int64 `header:"newUserId,optional"`
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
}
|
|
}
|