resumes

package
v0.0.0-...-558463a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2018 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddResumes

func AddResumes(upd Resumes) error

func ChangeResumeStatus

func ChangeResumeStatus(id int64, status int) error

func CountResumes

func CountResumes(condArr map[string]string) int64

统计数量

func DeleteResume

func DeleteResume(id int64) error

func UpdateResumes

func UpdateResumes(id int64, upd Resumes) error

Types

type Resumes

type Resumes struct {
	Id         int64 `orm:"pk;column(resumeid);"`
	Realname   string
	Sex        int
	Birth      int64
	Edu        int
	Work       int
	Attachment string
	Created    int64
	Status     int
	Note       string
	Phone      string
}

func GetResumes

func GetResumes(id int64) (Resumes, error)

func ListResumes

func ListResumes(condArr map[string]string, page int, offset int) (num int64, err error, res []Resumes)

func (*Resumes) TableName

func (this *Resumes) TableName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL