types.go 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 ExportByDbReq struct {
  31. Token string `json:"token"`
  32. Title string `json:"title"`
  33. Content string `json:"content"`
  34. Mails string `json:"mails"`
  35. Query string `json:"query"`
  36. }
  37. type ExportReq struct {
  38. Mail string `json:"mail"`
  39. Mapping []string `json:"mapping"`
  40. PositionId int64 `header:"positionId,optional"`
  41. }
  42. type MyInfoReq struct {
  43. Bid string `json:"bid,optional"`
  44. Sid string `json:"sid"`
  45. }
  46. type OperateReq struct {
  47. NewId string `json:"newId"`
  48. Type int64 `json:"type"`
  49. }
  50. type Param struct {
  51. Value string `json:"value"`
  52. Type string `json:"type"`
  53. }
  54. type ResEmpowerReq struct {
  55. EntId int64 `header:"entId"`
  56. ReqType int64 `json:"reqType"`
  57. FunctionCode string `json:"functionCode"`
  58. EntUserId string `json:"entUserId"`
  59. PositionId string `json:"positionId"`
  60. }
  61. type SqlManageReq struct {
  62. Id float64 `json:"id"`
  63. Params []Param `json:"params"`
  64. }
  65. type AddProjectReq struct {
  66. PositionId int64 `header:"positionId,optional"`
  67. Source int64 `json:"source,optional"`
  68. InfoId string `json:"info_id,optional"`
  69. PositionType int64 `header:"positionType,optional"`
  70. AccountId int64 `header:"accountId,optional"`
  71. CompanyName string `header:"entName,optional"`
  72. UserName string `header:"userName,optional"`
  73. UserId int64 `header:"newUserId,optional"`
  74. EntId int64 `header:"entId,optional"`
  75. EntUserName string `header:"entUserName,optional"`
  76. }
  77. type BiResp struct {
  78. Error_code int64 `json:"error_code"` //响应代码
  79. Error_msg string `json:"error_msg"` //响应消息
  80. Data interface{} `json:"data"`
  81. }
  82. type CallReq struct {
  83. PositionId int64 `header:"positionId,optional"`
  84. Phone string `json:"phone"`
  85. }
  86. type DrawClueReq struct {
  87. PositionId int64 `header:"positionId,optional"`
  88. Count int64 `json:"count,optional"`
  89. }
  90. type GetInfoIdReq struct {
  91. PositionId int64 `header:"positionId,optional"`
  92. }
  93. type MyDataAssetReq struct {
  94. UserId string `header:"userId,optional"`
  95. NewUserId int64 `header:"newUserId,optional"`
  96. EntUserId int64 `header:"entUserId,optional"`
  97. }