types.go 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type ClueAddReq struct {
  4. Phone string `json:"phone"`
  5. Username string `json:"username,optional"`
  6. Source string `json:"source"`
  7. Status999 string `json:"status999"`
  8. Owner string `json:"owner"`
  9. EmpNo string `json:"empNo"`
  10. Company string `json:"company,optional"`
  11. IsPolicymaker string `json:"isPolicymaker,optional"`
  12. BelongToIndustry string `json:"belongToIndustry,optional"`
  13. Job string `json:"job,optional"`
  14. CustomerNeeds string `json:"customerNeeds,optional"`
  15. BelongTo string `json:"belongTo,optional"`
  16. WantGoods string `json:"wantGoods,optional"`
  17. CustomerBudget string `json:"customerBudget,optional"`
  18. }
  19. type ClueImportReq struct {
  20. PositionId int64 `header:"positionId,optional"`
  21. Pcbh string `json:"pcbh"`
  22. }
  23. type DistributeClueReq struct {
  24. ClueCount string `json:"clueCount"`
  25. ClueIdList []int64 `json:"clueIdList"`
  26. Datas []map[string]interface{} `json:"datas"`
  27. PositionId int64 `header:"positionId,optional"`
  28. IsTask int64 `json:"isTask"`
  29. }
  30. type DistributeClueShowReq struct {
  31. ClueIdList string `json:"clueIdList"`
  32. Datas []map[string]interface{} `json:"datas"`
  33. PositionId int64 `header:"positionId,optional"`
  34. IsTask int64 `json:"isTask"`
  35. DataType int64 `json:"dataType"`
  36. }
  37. type ExportByDbReq struct {
  38. Token string `json:"token"`
  39. Title string `json:"title"`
  40. Content string `json:"content"`
  41. Mails string `json:"mails"`
  42. Query string `json:"query"`
  43. Stype string `json:"stype"`
  44. }
  45. type ExportReq struct {
  46. Mail string `json:"mail"`
  47. Mapping []string `json:"mapping"`
  48. PositionId int64 `header:"positionId,optional"`
  49. }
  50. type MyInfoReq struct {
  51. Bid string `json:"bid,optional"`
  52. Sid string `json:"sid"`
  53. }
  54. type OperateReq struct {
  55. NewId string `json:"newId"`
  56. Type int64 `json:"type"`
  57. }
  58. type Param struct {
  59. Value string `json:"value"`
  60. Type string `json:"type"`
  61. }
  62. type ResEmpowerReq struct {
  63. EntId int64 `header:"entId"`
  64. ReqType int64 `json:"reqType"`
  65. FunctionCode string `json:"functionCode"`
  66. EntUserId string `json:"entUserId"`
  67. PositionId string `json:"positionId"`
  68. }
  69. type SqlManageReq struct {
  70. Id float64 `json:"id"`
  71. Params []Param `json:"params"`
  72. }
  73. type AddProjectReq struct {
  74. PositionId int64 `header:"positionId,optional"`
  75. Source int64 `json:"source,optional"`
  76. InfoId string `json:"info_id,optional"`
  77. PositionType int64 `header:"positionType,optional"`
  78. AccountId int64 `header:"accountId,optional"`
  79. CompanyName string `header:"entName,optional"`
  80. UserName string `header:"userName,optional"`
  81. UserId int64 `header:"newUserId,optional"`
  82. EntId int64 `header:"entId,optional"`
  83. EntUserName string `header:"entUserName,optional"`
  84. }
  85. type BiResp struct {
  86. Error_code int64 `json:"error_code"` //响应代码
  87. Error_msg string `json:"error_msg"` //响应消息
  88. Data interface{} `json:"data"`
  89. }
  90. type CallReq struct {
  91. PositionId int64 `header:"positionId,optional"`
  92. Phone string `json:"phone"`
  93. }
  94. type DrawClueReq struct {
  95. PositionId int64 `header:"positionId,optional"`
  96. Count int64 `json:"count,optional"`
  97. }
  98. type GetCompanyTypeReq struct {
  99. CompanyName string `json:"companyName"`
  100. }
  101. type GetInfoIdReq struct {
  102. PositionId int64 `header:"positionId,optional"`
  103. }
  104. type MyDataAssetReq struct {
  105. UserId string `header:"userId,optional"`
  106. NewUserId int64 `header:"newUserId,optional"`
  107. EntUserId int64 `header:"entUserId,optional"`
  108. }