Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRecruitPlanList ¶
Get Recruit Plan List structure
type MarkdownResData ¶
type MarkdownResData struct { Description string `json:"description" gorm:"comment:描述"` // 关键字 MarkdownContent string `json:"markdownContent" gorm:"comment:markdown文本内容"` // markdown文本内容 Title string `json:"title" gorm:"comment:标题"` // 标题 Id int64 `json:"id" gorm:"comment:保存Id"` // 保存Id Status int64 `json:"status" gorm:"comment:状态"` // 状态 }
Get Recruit Plan List structure
type Message ¶
type Message struct { Sender_Id uuid.UUID `json:"senderId" gorm:"comment:发送人"` //发送人 ReceiverId uuid.UUID `json:"receiverId" gorm:"comment:接收人"` //接收人 MessageType int64 `json:"messageType" gorm:"comment:消息类型"` //消息类型 MessageContent string `json:"messageContent" gorm:"comment:消息内容"` //消息内容 Time int64 `json:"time" gorm:"comment:发送时间"` //发送时间 }
Get Recruit Plan List structure
type RecruitPlan ¶
type RecruitPlan struct { Query string `json:"query" gorm:"comment:关键字"` // 关键字 City string `json:"city" gorm:"comment:城市"` // 城市 CityName string `json:"cityName" gorm:"comment:城市名"` // 城市名 MultiBusinessDistrict string `json:"multiBusinessDistrict" gorm:"comment:区域"` //区域 MultiBusinessDistrictName string `json:"multiBusinessDistrictName" gorm:"comment:区域名"` //区域名 Industry string `json:"industry" gorm:"comment:行业"` // 公司行业 Experience string `json:"experience" gorm:"comment:经验"` // 经验 PayType string `json:"payType" gorm:"comment:经验"` // 经验 PartTime string `json:"partTime" gorm:"comment:经验"` // 经验 Degree string `json:"degree" gorm:"comment:经验"` // 经验 Scale string `json:"scale" gorm:"comment:经验"` // 经验 Stage string `json:"stage" gorm:"comment:经验"` // 经验 Position string `json:"position" gorm:"comment:经验"` // 经验 JobType string `json:"jobType" gorm:"comment:经验"` // 经验 Salary string `json:"salary" gorm:"comment:经验"` // 经验 MultiSubway string `json:"multiSubway" gorm:"comment:经验"` // 经验 Delivery int `json:"delivery" gorm:"default:1;comment:是否投递简历 1是 2否"` //是否投递简历 1是 2否 BeginTime time.Time `json:"beginTime" gorm:"comment:开始时间"` //开始时间 IntervalTime int `json:"intervalTime" gorm:"comment:间隔时间"` //间隔时间 //Account string `json:"account" gorm:"comment:关联账号"` //关联账号 Enable int `json:"enable" gorm:"default:1;comment:账号是否被冻结 1正常 2冻结"` //账号是否被冻结 1正常 2冻结 }
Get Recruit Plan List structure
Click to show internal directories.
Click to hide internal directories.