// Code generated by goctl. DO NOT EDIT. package types type PubInfoReq struct { Title string `form:"title"` MsgType string `form:"msgType,options=1|2|3"` RelatedId string `form:"relatedId,optional"` Code string `form:"code,optional"` Province string `form:"province,optional"` City string `form:"city,optional"` Industry []string `form:"industry,optional"` Buyer string `form:"buyer,optional"` Budget string `form:"budget,optional"` Winner string `form:"winner,optional"` Amount string `form:"amount,optional"` Detail string `form:"detail"` Attach map[string]interface{} `form:"attach,optional"` ContactPerson string `form:"contactPerson"` ContactPhone string `form:"contactPhone"` ContactOvert int64 `form:"contactOvert"` AppId int64 `form:"appId"` EntId string `form:"entId"` UserId string `form:"userId"` ValidityTime string `form:"validityTime,optional"` Phone string `form:"phone"` EntName string `form:"entName,optional"` } type Contact struct { Person string `json:"person"` Phone string `json:"phone"` Overt int64 `json:"overt"` } type MyPublishListReq struct { UserId string `form:"userId"` AppId int64 `form:"appId"` Match string `form:"match,optional"` MsgType string `form:"msgType,optional"` ReviewStatus string `form:"reviewStatus,optional"` PageSize int `form:"pageSize,optional,default=10"` PageIndex int `form:"pageIndex,optional,default=1"` } type MyPublishCommonReq struct { MsgId string `form:"msgId"` UserId string `form:"userId"` Type string `form:"type"` MsgType string `form:"msgType,optional"` AppId int64 `form:"appId"` } type ReviewCommonReq struct { AppId int64 `form:"appId"` MsgId string `form:"msgId"` Type int64 `form:"type"` } type InfoListReq struct { AppId int64 `form:"appId"` MsgType int `form:"msgType,optional"` PhoneType int `form:"phoneType,optional"` Phone string `form:"phone,optional"` ReviewStatus int `form:"reviewStatus,optional"` ApplyStartTime string `form:"applyStartTime,optional"` ApplyEndTime string `form:"applyEndTime,optional"` PageSize int64 `form:"pageSize"` PageIndex int64 `form:"pageIndex"` IsDel string `form:"isDel,optional"` Published string `form:"published,optional"` } type InfoExamineReq struct { MsgId string `form:"msgId"` AppId int64 `form:"appId"` ReviewStatus int64 `form:"reviewStatus"` ReviewDetail string `form:"reviewDetail,optional"` MsgType int64 `form:"msgType"` } type AssProjecctReq struct { UserId string `json:"userId"` AppId int64 `json:"appId"` Match string `json:"match"` MsgType string `json:"msgType"` } type PubSupplyInfoReq struct { Keywords string `form:"keywords"` SearchType string `form:"searchType"` Province string `form:"province,optional"` City string `form:"city,optional"` Time string `form:"time,optional"` Status string `form:"status,optional"` PageSize int64 `form:"pageSize,optional"` PageIndex int64 `form:"pageIndex,optional"` } type SupplyInfoDetailReq struct { MsgId string `form:"msgId"` MsgType int64 `form:"msgType"` } type UploadReq struct { FileName string `form:"fileName,optional"` } type CommonReq struct { UserId string `form:"userId,optional"` EntId string `form:"entId,optional"` AppId int64 `form:"appId"` Match string `form:"match,optional"` MsgType string `form:"msgType,optional"` } type CommonRes struct { Err_code int `json:"err_code"` Err_msg string `json:"err_msg"` Data interface{} `json:"data"` }