upcrmmodel

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//TaskStateStart 0
	TaskStateStart = 0
	//TaskStateFinish 1
	TaskStateFinish = 1
	//TaskStateError 2
	TaskStateError = 2
)
View Source
const (
	//TaskTypeCreditDaily 1
	TaskTypeCreditDaily = 1
	//TaskTypeScoreSectionDaily 2
	TaskTypeScoreSectionDaily = 2
	//TaskTypeSignTaskCalculate 3
	TaskTypeSignTaskCalculate = 3
	//TaskTypeSignCheckDue 4
	TaskTypeSignCheckDue = 4
)
View Source
const (
	TableNameUpBaseInfo = "up_base_info"
)

const table name

Variables

View Source
var (
	//TimeFmtMysql mysql time format
	TimeFmtMysql = mysql.TimeFormat
	//TimeFmtDate with only date
	TimeFmtDate = "2006-01-02"
)

Functions

This section is empty.

Types

type TaskInfo

type TaskInfo struct {
	ID           uint32 `gorm:"column:id"`
	GenerateDate string
	TaskType     int8
	StartTime    time.Time
	EndTime      time.Time
	TaskState    int16
	CTime        time.Time `gorm:"column:ctime"`
	MTime        time.Time `gorm:"column:mtime"`
}

TaskInfo struct

type UpBaseInfo

type UpBaseInfo struct {
	ID                     uint32     `gorm:"column:id"`
	Mid                    int64      `gorm:"column:mid"`
	Name                   string     `gorm:"column:name"`
	Sex                    int8       `gorm:"column:sex"`
	JoinTime               time.Time  `gorm:"column:join_time"`
	FirstUpTime            time.Time  `gorm:"column:first_up_time"`
	Level                  int16      `gorm:"column:level"`
	FansCount              int        `gorm:"column:fans_count"`
	AccountState           int8       `gorm:"column:account_state"`
	Activity               int        `gorm:"column:activity"`
	ArticleCount30day      int        `gorm:"column:article_count_30day"`
	ArticleCountAccumulate int        `gorm:"column:article_count_accumulate"`
	Birthday               xtime.Time `gorm:"column:birthday"`
	ActiveCity             string     `gorm:"column:active_city"`     // 市,存的是城市的名字
	ActiveProvince         string     `gorm:"column:active_province"` // 省,省的名字
	VerifyType             int8       `gorm:"column:verify_type"`
	BusinessType           int8       `gorm:"column:business_type"`
	CreditScore            int        `gorm:"column:credit_score"`
	PrScore                int        `gorm:"column:pr_score"`
	QualityScore           int        `gorm:"column:quality_score"`
	ActiveTid              int64      `gorm:"column:active_tid"`
	Attr                   int        `gorm:"column:attr"`
	CTime                  time.Time  `gorm:"column:ctime"`
	MTime                  time.Time  `gorm:"column:mtime"`
}

UpBaseInfo struct

func (*UpBaseInfo) TableName

func (s *UpBaseInfo) TableName() string

TableName get table name

Jump to

Keyboard shortcuts

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