types.go 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type AcceptanceReq struct {
  4. ProposeType int64 `json:"proposeType,optional"`
  5. Propose_time string `json:"proposeTime,optional"`
  6. Channel string `json:"channel,optional"`
  7. Acceptance_type int64 `json:"acceptanceType,optional"`
  8. Status int64 `json:"status,optional"`
  9. Over_time string `json:"overTime,optional"`
  10. Remark string `json:"remark,optional"`
  11. PositionId int64 `header:"positionId,optional"`
  12. DeptId string `header:"entDeptId,optional"` //部门id
  13. EntUserName string `header:"entUserName,optional"`
  14. ParamData string `json:"paramData,optional"`
  15. }
  16. type ClueAddReq struct {
  17. Phone string `json:"phone"`
  18. Username string `json:"username,optional"`
  19. Source string `json:"source"`
  20. Status999 string `json:"status999"`
  21. Owner string `json:"owner"`
  22. EmpNo string `json:"empNo"`
  23. Company string `json:"company,optional"`
  24. IsPolicymaker string `json:"isPolicymaker,optional"`
  25. BelongToIndustry string `json:"belongToIndustry,optional"`
  26. Job string `json:"job,optional"`
  27. CustomerNeeds string `json:"customerNeeds,optional"`
  28. BelongTo string `json:"belongTo,optional"`
  29. WantGoods string `json:"wantGoods,optional"`
  30. CustomerBudget string `json:"customerBudget,optional"`
  31. }
  32. type ClueImportReq struct {
  33. PositionId int64 `header:"positionId,optional"`
  34. Pcbh string `json:"pcbh"`
  35. }
  36. type CreateClueReq struct {
  37. AppId string `header:"appId,default=10000"`
  38. UserId string `header:"userId,optional"`
  39. BaseUserId int64 `header:"newUserId"`
  40. PositionId int64 `header:"positionId,optional"`
  41. EntUserId int64 `header:"entUserId,optional"`
  42. Phone string `json:"phone"`
  43. }
  44. type DistributeClueReq struct {
  45. ClueCount string `json:"clueCount"`
  46. ClueIdList []int64 `json:"clueIdList"`
  47. Datas []map[string]interface{} `json:"datas"`
  48. PositionId int64 `header:"positionId,optional"`
  49. IsTask int64 `json:"isTask"`
  50. }
  51. type DistributeClueShowReq struct {
  52. ClueIdList string `json:"clueIdList"`
  53. Datas []map[string]interface{} `json:"datas"`
  54. PositionId int64 `header:"positionId,optional"`
  55. IsTask int64 `json:"isTask"`
  56. DataType int64 `json:"dataType"`
  57. UpdatePositionID int64 `json:"updatePositionID"`
  58. }
  59. type ExportByDbReq struct {
  60. Token string `json:"token"`
  61. Title string `json:"title"`
  62. Content string `json:"content"`
  63. Mails string `json:"mails"`
  64. FileName string `json:"filename"`
  65. Datas []map[string]interface{} `json:"datas"`
  66. }
  67. type ExportReq struct {
  68. Mail string `json:"mail"`
  69. Mapping []string `json:"mapping"`
  70. PositionId int64 `header:"positionId,optional"`
  71. }
  72. type MyInfoReq struct {
  73. Bid string `json:"bid,optional"`
  74. Sid string `json:"sid"`
  75. }
  76. type OperateReq struct {
  77. NewId string `json:"newId"`
  78. Type int64 `json:"type"`
  79. }
  80. type Param struct {
  81. Value string `json:"value"`
  82. Type string `json:"type"`
  83. }
  84. type ResEmpowerReq struct {
  85. EntId int64 `header:"entId"`
  86. ReqType int64 `json:"reqType"`
  87. FunctionCode string `json:"functionCode"`
  88. EntUserId string `json:"entUserId"`
  89. PositionId string `json:"positionId"`
  90. }
  91. type SendMailReq struct {
  92. Title string `json:"title"`
  93. Content string `json:"content"`
  94. Mails string `json:"mails"`
  95. }
  96. type SqlManageReq struct {
  97. Id float64 `json:"id"`
  98. Params []Param `json:"params"`
  99. }
  100. type TransferClueReq struct {
  101. UserId string `header:"userId,optional"`
  102. BaseUserId int64 `header:"newUserId"`
  103. PositionId int64 `header:"positionId,optional"`
  104. EntUserId int64 `header:"entUserId,optional"`
  105. Phone string `json:"phone"`
  106. OrderNo string `json:"orderNo"`
  107. }
  108. type UpFileReq struct {
  109. AppId string `header:"appId,default=10000"`
  110. BaseUserId int64 `header:"newUserId"`
  111. PositionId int64 `header:"positionId,optional"`
  112. EntUserId int64 `header:"entUserId,optional"`
  113. EntId int64 `header:"entId,optional"`
  114. FileType string `form:"fileType"`
  115. FileName string `form:"fileName"`
  116. }
  117. type AddProjectReq struct {
  118. PositionId int64 `header:"positionId,optional"`
  119. Source int64 `json:"source,optional"`
  120. InfoId string `json:"info_id,optional"`
  121. PositionType int64 `header:"positionType,optional"`
  122. AccountId int64 `header:"accountId,optional"`
  123. CompanyName string `header:"entName,optional"`
  124. UserName string `header:"userName,optional"`
  125. UserId int64 `header:"newUserId,optional"`
  126. EntId int64 `header:"entId,optional"`
  127. EntUserName string `header:"entUserName,optional"`
  128. }
  129. type BiResp struct {
  130. Error_code int64 `json:"error_code"` //响应代码
  131. Error_msg string `json:"error_msg"` //响应消息
  132. Data interface{} `json:"data"`
  133. }
  134. type CallReq struct {
  135. PositionId int64 `header:"positionId,optional"`
  136. Phone string `json:"phone"`
  137. }
  138. type DrawClueReq struct {
  139. PositionId int64 `header:"positionId,optional"`
  140. Count int64 `json:"count,optional"`
  141. }
  142. type GetCompanyTypeReq struct {
  143. CompanyName string `json:"companyName"`
  144. }
  145. type GetInfoIdReq struct {
  146. PositionId int64 `header:"positionId,optional"`
  147. }
  148. type MyDataAssetReq struct {
  149. UserId string `header:"userId,optional"`
  150. NewUserId int64 `header:"newUserId,optional"`
  151. EntUserId int64 `header:"entUserId,optional"`
  152. }