types.go 3.4 KB

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