po

package
v0.0.0-...-0cac348 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2020 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PpmBasPayLevel

type PpmBasPayLevel struct {
	Id          int64     `db:"id,omitempty" json:"id"`
	LangCode    string    `db:"lang_code,omitempty" json:"langCode"`
	Name        string    `db:"name,omitempty" json:"name"`
	Storage     int64     `db:"storage,omitempty" json:"storage"`
	MemberCount int       `db:"member_count,omitempty" json:"memberCount"`
	Price       int64     `db:"price,omitempty" json:"price"`
	MemberPrice int64     `db:"member_price,omitempty" json:"memberPrice"`
	Duration    int64     `db:"duration,omitempty" json:"duration"`
	IsShow      int       `db:"is_show,omitempty" json:"isShow"`
	Sort        int       `db:"sort,omitempty" json:"sort"`
	Status      int       `db:"status,omitempty" json:"status"`
	Creator     int64     `db:"creator,omitempty" json:"creator"`
	CreateTime  time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator     int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime  time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version     int       `db:"version,omitempty" json:"version"`
	IsDelete    int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmBasPayLevel) TableName

func (*PpmBasPayLevel) TableName() string

type PpmOrcConfig

type PpmOrcConfig struct {
	Id                         int64     `db:"id,omitempty" json:"id"`
	OrgId                      int64     `db:"org_id,omitempty" json:"orgId"`
	TimeZone                   string    `db:"time_zone,omitempty" json:"timeZone"`
	TimeDifference             string    `db:"time_difference,omitempty" json:"timeDifference"`
	PayLevel                   int       `db:"pay_level,omitempty" json:"payLevel"`
	PayStartTime               time.Time `db:"pay_start_time,omitempty" json:"payStartTime"`
	PayEndTime                 time.Time `db:"pay_end_time,omitempty" json:"payEndTime"`
	WebSite                    string    `db:"web_site,omitempty" json:"webSite"`
	Language                   string    `db:"language,omitempty" json:"language"`
	RemindSendTime             string    `db:"remind_send_time,omitempty" json:"remindSendTime"`
	ProjectDailyReportSendTime string    `db:"project_daily_report_send_time,omitempty" json:"projectDailyReportSendTime"`
	DatetimeFormat             string    `db:"datetime_format,omitempty" json:"datetimeFormat"`
	PasswordLength             int       `db:"password_length,omitempty" json:"passwordLength"`
	PasswordRule               int       `db:"password_rule,omitempty" json:"passwordRule"`
	MaxLoginFailCount          int       `db:"max_login_fail_count,omitempty" json:"maxLoginFailCount"`
	Status                     int       `db:"status,omitempty" json:"status"`
	Creator                    int64     `db:"creator,omitempty" json:"creator"`
	CreateTime                 time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator                    int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime                 time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version                    int       `db:"version,omitempty" json:"version"`
	IsDelete                   int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrcConfig) TableName

func (*PpmOrcConfig) TableName() string

type PpmOrgDepartment

type PpmOrgDepartment struct {
	Id             int64     `db:"id,omitempty" json:"id"`
	OrgId          int64     `db:"org_id,omitempty" json:"orgId"`
	Name           string    `db:"name,omitempty" json:"name"`
	Code           string    `db:"code,omitempty" json:"code"`
	ParentId       int64     `db:"parent_id,omitempty" json:"parentId"`
	Sort           int       `db:"sort,omitempty" json:"sort"`
	IsHide         int       `db:"is_hide,omitempty" json:"isHide"`
	SourcePlatform string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	SourceChannel  string    `db:"source_channel,omitempty" json:"sourceChannel"`
	Status         int       `db:"status,omitempty" json:"status"`
	Creator        int64     `db:"creator,omitempty" json:"creator"`
	CreateTime     time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator        int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime     time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version        int       `db:"version,omitempty" json:"version"`
	IsDelete       int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgDepartment) TableName

func (*PpmOrgDepartment) TableName() string

type PpmOrgDepartmentOutInfo

type PpmOrgDepartmentOutInfo struct {
	Id                       int64     `db:"id,omitempty" json:"id"`
	OrgId                    int64     `db:"org_id,omitempty" json:"orgId"`
	DepartmentId             int64     `db:"department_id,omitempty" json:"departmentId"`
	SourcePlatform           string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	SourceChannel            string    `db:"source_channel,omitempty" json:"sourceChannel"`
	OutOrgDepartmentId       string    `db:"out_org_department_id,omitempty" json:"outOrgDepartmentId"`
	OutOrgDepartmentCode     string    `db:"out_org_department_code,omitempty" json:"outOrgDepartmentCode"`
	Name                     string    `db:"name,omitempty" json:"name"`
	OutOrgDepartmentParentId string    `db:"out_org_department_parent_id,omitempty" json:"outOrgDepartmentParentId"`
	Status                   int       `db:"status,omitempty" json:"status"`
	Creator                  int64     `db:"creator,omitempty" json:"creator"`
	CreateTime               time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator                  int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime               time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version                  int       `db:"version,omitempty" json:"version"`
	IsDelete                 int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgDepartmentOutInfo) TableName

func (*PpmOrgDepartmentOutInfo) TableName() string

type PpmOrgOrganization

type PpmOrgOrganization struct {
	Id              int64     `db:"id,omitempty" json:"id"`
	Name            string    `db:"name,omitempty" json:"name"`
	Code            string    `db:"code,omitempty" json:"code"`
	WebSite         string    `db:"web_site,omitempty" json:"webSite"`
	IndustryId      int64     `db:"industry_id,omitempty" json:"industryId"`
	Scale           string    `db:"scale,omitempty" json:"scale"`
	SourceChannel   string    `db:"source_channel,omitempty" json:"sourceChannel"`
	SourcePlatform  string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	CountryId       int64     `db:"country_id,omitempty" json:"countryId"`
	ProvinceId      int64     `db:"province_id,omitempty" json:"provinceId"`
	CityId          int64     `db:"city_id,omitempty" json:"cityId"`
	Address         string    `db:"address,omitempty" json:"address"`
	LogoUrl         string    `db:"logo_url,omitempty" json:"logoUrl"`
	ResourceId      int64     `db:"resource_id,omitempty" json:"resourceId"`
	Owner           int64     `db:"owner,omitempty" json:"owner"`
	IsAuthenticated int       `db:"is_authenticated,omitempty" json:"isAuthenticated"`
	Remark          string    `db:"remark,omitempty" json:"remark"`
	InitStatus      int       `db:"init_status,omitempty" json:"initStatus"`
	InitVersion     int       `db:"init_version,omitempty" json:"initVersion"`
	Status          int       `db:"status,omitempty" json:"status"`
	IsShow          int       `db:"is_show,omitempty" json:"isShow"`
	Creator         int64     `db:"creator,omitempty" json:"creator"`
	CreateTime      time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator         int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime      time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version         int       `db:"version,omitempty" json:"version"`
	IsDelete        int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgOrganization) TableName

func (*PpmOrgOrganization) TableName() string

type PpmOrgOrganizationOutInfo

type PpmOrgOrganizationOutInfo struct {
	Id              int64     `db:"id,omitempty" json:"id"`
	OrgId           int64     `db:"org_id,omitempty" json:"orgId"`
	OutOrgId        string    `db:"out_org_id,omitempty" json:"outOrgId"`
	SourceChannel   string    `db:"source_channel,omitempty" json:"sourceChannel"`
	SourcePlatform  string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	Name            string    `db:"name,omitempty" json:"name"`
	Industry        string    `db:"industry,omitempty" json:"industry"`
	IsAuthenticated int       `db:"is_authenticated,omitempty" json:"isAuthenticated"`
	AuthTicket      string    `db:"auth_ticket,omitempty" json:"authTicket"`
	AuthLevel       string    `db:"auth_level,omitempty" json:"authLevel"`
	Status          int       `db:"status" json:"status"`
	Creator         int64     `db:"creator,omitempty" json:"creator"`
	CreateTime      time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator         int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime      time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version         int       `db:"version,omitempty" json:"version"`
	IsDelete        int       `db:"is_delete" json:"isDelete"`
}

func (*PpmOrgOrganizationOutInfo) TableName

func (*PpmOrgOrganizationOutInfo) TableName() string

type PpmOrgUser

type PpmOrgUser struct {
	Id                 int64     `db:"id,omitempty" json:"id"`
	OrgId              int64     `db:"org_id,omitempty" json:"orgId"`
	Name               string    `db:"name,omitempty" json:"name"`
	NamePinyin         string    `db:"name_pinyin,omitempty" json:"namePinyin"`
	LoginName          string    `db:"login_name,omitempty" json:"loginName"`
	LoginNameEditCount int       `db:"login_name_edit_count,omitempty" json:"loginNameEditCount"`
	Email              string    `db:"email,omitempty" json:"email"`
	MobileRegion       string    `db:"mobile_region,omitempty" json:"mobileRegion"`
	Mobile             string    `db:"mobile,omitempty" json:"mobile"`
	Avatar             string    `db:"avatar,omitempty" json:"avatar"`
	Birthday           time.Time `db:"birthday,omitempty" json:"birthday"`
	Sex                int       `db:"sex,omitempty" json:"sex"`
	Password           string    `db:"password,omitempty" json:"password"`
	PasswordSalt       string    `db:"password_salt,omitempty" json:"passwordSalt"`
	SourcePlatform     string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	SourceChannel      string    `db:"source_channel,omitempty" json:"sourceChannel"`
	SourceObjId        string    `db:"source_obj_id,omitempty" json:"sourceObjId"`
	Language           string    `db:"language,omitempty" json:"language"`
	Motto              string    `db:"motto,omitempty" json:"motto"`
	LastLoginIp        string    `db:"last_login_ip,omitempty" json:"lastLoginIp"`
	LastLoginTime      time.Time `db:"last_login_time,omitempty" json:"lastLoginTime"`
	LoginFailCount     int       `db:"login_fail_count,omitempty" json:"loginFailCount"`
	Status             int       `db:"status,omitempty" json:"status"`
	Creator            int64     `db:"creator,omitempty" json:"creator"`
	CreateTime         time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator            int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime         time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version            int       `db:"version,omitempty" json:"version"`
	IsDelete           int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgUser) TableName

func (*PpmOrgUser) TableName() string

type PpmOrgUserConfig

type PpmOrgUserConfig struct {
	Id                              int64     `db:"id,omitempty" json:"id"`
	OrgId                           int64     `db:"org_id,omitempty" json:"orgId"`
	UserId                          int64     `db:"user_id,omitempty" json:"userId"`
	DailyReportMessageStatus        int       `db:"daily_report_message_status,omitempty" json:"dailyReportMessageStatus"`
	OwnerRangeStatus                int       `db:"owner_range_status,omitempty" json:"ownerRangeStatus"`
	ParticipantRangeStatus          int       `db:"participant_range_status,omitempty" json:"participantRangeStatus"`
	AttentionRangeStatus            int       `db:"attention_range_status,omitempty" json:"attentionRangeStatus"`
	CreateRangeStatus               int       `db:"create_range_status,omitempty" json:"createRangeStatus"`
	RemindMessageStatus             int       `db:"remind_message_status,omitempty" json:"remindMessageStatus"`
	CommentAtMessageStatus          int       `db:"comment_at_message_status,omitempty" json:"commentAtMessageStatus"`
	ModifyMessageStatus             int       `db:"modify_message_status,omitempty" json:"modifyMessageStatus"`
	RelationMessageStatus           int       `db:"relation_message_status,omitempty" json:"relationMessageStatus"`
	DailyProjectReportMessageStatus int       `db:"daily_project_report_message_status,omitempty" json:"dailyProjectReportMessageStatus"`
	DefaultProjectId                int64     `db:"default_project_id,omitempty" json:"defaultProjectId"`
	DefaultProjectObjectTypeId      int64     `db:"default_project_object_type_id,omitempty" json:"defaultProjectObjectTypeId"`
	PcNoticeOpenStatus              int       `db:"pc_notice_open_status,omitempty" json:"pcNoticeOpenStatus"`
	PcIssueRemindMessageStatus      int       `db:"pc_issue_remind_message_status,omitempty" json:"pcIssueRemindMessageStatus"`
	PcOrgMessageStatus              int       `db:"pc_org_message_status,omitempty" json:"pcOrgMessageStatus"`
	PcProjectMessageStatus          int       `db:"pc_project_message_status,omitempty" json:"pcProjectMessageStatus"`
	PcCommentAtMessageStatus        int       `db:"pc_comment_at_message_status,omitempty" json:"pcCommentAtMessageStatus"`
	Ext                             string    `db:"ext,omitempty" json:"ext"`
	Creator                         int64     `db:"creator,omitempty" json:"creator"`
	CreateTime                      time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator                         int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime                      time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version                         int       `db:"version,omitempty" json:"version"`
	IsDelete                        int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgUserConfig) TableName

func (*PpmOrgUserConfig) TableName() string

type PpmOrgUserDepartment

type PpmOrgUserDepartment struct {
	Id           int64     `db:"id,omitempty" json:"id"`
	OrgId        int64     `db:"org_id,omitempty" json:"orgId"`
	UserId       int64     `db:"user_id,omitempty" json:"userId"`
	DepartmentId int64     `db:"department_id,omitempty" json:"departmentId"`
	IsLeader     int       `db:"is_leader,omitempty" json:"isLeader"`
	Creator      int64     `db:"creator,omitempty" json:"creator"`
	CreateTime   time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator      int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime   time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version      int       `db:"version,omitempty" json:"version"`
	IsDelete     int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgUserDepartment) TableName

func (*PpmOrgUserDepartment) TableName() string

type PpmOrgUserOrganization

type PpmOrgUserOrganization struct {
	Id               int64     `db:"id,omitempty" json:"id"`
	OrgId            int64     `db:"org_id,omitempty" json:"orgId"`
	UserId           int64     `db:"user_id,omitempty" json:"userId"`
	CheckStatus      int       `db:"check_status,omitempty" json:"checkStatus"`
	UseStatus        int       `db:"use_status,omitempty" json:"useStatus"`
	Status           int       `db:"status,omitempty" json:"status"`
	StatusChangerId  int64     `db:"status_changer_id,omitempty" json:"statusChangerId"`
	StatusChangeTime time.Time `db:"status_change_time,omitempty" json:"statusChangeTime"`
	AuditorId        int64     `db:"auditor_id,omitempty" json:"auditorId"`
	AuditTime        time.Time `db:"audit_time,omitempty" json:"auditTime"`
	Creator          int64     `db:"creator,omitempty" json:"creator"`
	CreateTime       time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator          int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime       time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version          int       `db:"version,omitempty" json:"version"`
	IsDelete         int       `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmOrgUserOrganization) TableName

func (*PpmOrgUserOrganization) TableName() string

type PpmOrgUserOrganizationCount

type PpmOrgUserOrganizationCount struct {
	Total uint64 `db:"total,omitempty" json:"total"`
}

type PpmOrgUserOutInfo

type PpmOrgUserOutInfo struct {
	Id             int64     `db:"id,omitempty" json:"id"`
	OrgId          int64     `db:"org_id,omitempty" json:"orgId"`
	UserId         int64     `db:"user_id,omitempty" json:"userId"`
	SourcePlatform string    `db:"source_platform,omitempty" json:"sourcePlatform"`
	SourceChannel  string    `db:"source_channel,omitempty" json:"sourceChannel"`
	OutOrgUserId   string    `db:"out_org_user_id,omitempty" json:"outOrgUserId"`
	OutUserId      string    `db:"out_user_id,omitempty" json:"outUserId"`
	Name           string    `db:"name,omitempty" json:"name"`
	Avatar         string    `db:"avatar,omitempty" json:"avatar"`
	IsActive       int       `db:"is_active,omitempty" json:"isActive"`
	JobNumber      string    `db:"job_number,omitempty" json:"jobNumber"`
	Status         int       `db:"status" json:"status"`
	Creator        int64     `db:"creator,omitempty" json:"creator"`
	CreateTime     time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator        int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime     time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version        int       `db:"version,omitempty" json:"version"`
	IsDelete       int       `db:"is_delete" json:"isDelete"`
}

func (*PpmOrgUserOutInfo) TableName

func (*PpmOrgUserOutInfo) TableName() string

type PpmTemTeam

type PpmTemTeam struct {
	Id           int64     `db:"id,omitempty" json:"id"`
	OrgId        int64     `db:"org_id,omitempty" json:"orgId"`
	Name         string    `db:"name,omitempty" json:"name"`
	NickName     string    `db:"nick_name,omitempty" json:"nickName"`
	Owner        int64     `db:"owner,omitempty" json:"owner"`
	DepartmentId int64     `db:"department_id,omitempty" json:"departmentId"`
	IsDefault    int       `db:"is_default" json:"isDefault"`
	Remark       string    `db:"remark,omitempty" json:"remark"`
	Status       int       `db:"status" json:"status"`
	Creator      int64     `db:"creator,omitempty" json:"creator"`
	CreateTime   time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator      int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime   time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version      int       `db:"version,omitempty" json:"version"`
	IsDelete     int       `db:"is_delete" json:"isDelete"`
}

func (*PpmTemTeam) TableName

func (*PpmTemTeam) TableName() string

type PpmTemUserTeam

type PpmTemUserTeam struct {
	Id           int64     `db:"id,omitempty" json:"id"`
	OrgId        int64     `db:"org_id,omitempty" json:"orgId"`
	TeamId       int64     `db:"team_id,omitempty" json:"teamId"`
	UserId       int64     `db:"user_id,omitempty" json:"userId"`
	RelationType int       `db:"relation_type,omitempty" json:"relationType"`
	Status       int       `db:"status,omitempty" json:"status"`
	Creator      int64     `db:"creator,omitempty" json:"creator"`
	CreateTime   time.Time `db:"create_time,omitempty" json:"createTime"`
	Updator      int64     `db:"updator,omitempty" json:"updator"`
	UpdateTime   time.Time `db:"update_time,omitempty" json:"updateTime"`
	Version      int       `db:"version,omitempty" json:"version"`
	IsDelete     int       `db:"is_delete" json:"isDelete"`
}

func (*PpmTemUserTeam) TableName

func (*PpmTemUserTeam) TableName() string

type ScheduleOrganizationListPo

type ScheduleOrganizationListPo struct {
	OrgId                      int64  `db:"id,omitempty" json:"orgId"`
	ProjectDailyReportSendTime string `db:"project_daily_report_send_time,omitempty" json:"projectDailyReportSendTime"`
}

Jump to

Keyboard shortcuts

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