eb

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EbRefreshJson

type EbRefreshJson struct {
	Code       string `xorm:"Code" json:"Code"`
	Name       string `xorm:"Name" json:"Name"`
	PrimaryKey string `xorm:"PrimaryKey" json:"PrimaryKey"`
	ParentID   string `xorm:"ParentID" json:"ParentID"`

	Innercode       string `xorm:"Innercode" json:"Innercode"`
	FullName        string `xorm:"FullName" json:"FullName"`
	ParentFullName  string `xorm:"ParentFullName" json:"ParentFullName"`
	ParentInnerCode string `xorm:"Code" json:"Code"`
	Level1_ID       string `xorm:"Level1_ID" json:"Level1_ID"`
	Level2_ID       string `xorm:"Level2_ID" json:"Level2_ID"`
	Level3_ID       string `xorm:"Level3_ID" json:"Level3_ID"`
	Level4_ID       string `xorm:"Level4_ID" json:"Level4_ID"`
	Level5_ID       string `xorm:"Level1_ID" json:"Level5_ID"`
	Level6_ID       string `xorm:"Level6_ID" json:"Level6_ID"`
	Level7_ID       string `xorm:"Level7_ID" json:"Level7_ID"`
	Level8_ID       string `xorm:"Level1_ID" json:"Level8_ID"`
	Level9_ID       string `xorm:"Level9_ID" json:"Level9_ID"`
	Level10_ID      string `xorm:"Level10_ID" json:"Level10_ID"`
	Level11_ID      string `xorm:"Level11_ID" json:"Level11_ID"`
	Level12_ID      string `xorm:"Level12_ID" json:"Level12_ID"`
	Level13_ID      string `xorm:"Level13_ID" json:"Level13_ID"`
	Level14_ID      string `xorm:"Level14_ID" json:"Level14_ID"`
	Level15_ID      string `xorm:"Level15_ID" json:"Level15_ID"`

	Level1_Name  string `xorm:"Level1_Name" json:"Level1_Name"`
	Level2_Name  string `xorm:"Level2_Name" json:"Level2_Name"`
	Level3_Name  string `xorm:"Level3_Name" json:"Level3_Name"`
	Level4_Name  string `xorm:"Level4_Name" json:"Level4_Name"`
	Level5_Name  string `xorm:"Level1_Name" json:"Level5_Name"`
	Level6_Name  string `xorm:"Level6_Name" json:"Level6_Name"`
	Level7_Name  string `xorm:"Level7_Name" json:"Level7_Name"`
	Level8_Name  string `xorm:"Level1_Name" json:"Level8_Name"`
	Level9_Name  string `xorm:"Level9_Name" json:"Level9_Name"`
	Level10_Name string `xorm:"Level10_Name" json:"Level10_Name"`
	Level11_Name string `xorm:"Level11_Name" json:"Level11_Name"`
	Level12_Name string `xorm:"Level12_Name" json:"Level12_Name"`
	Level13_Name string `xorm:"Level13_Name" json:"Level13_Name"`
	Level14_Name string `xorm:"Level14_Name" json:"Level14_Name"`
	Level15_Name string `xorm:"Level15_Name" json:"Level15_Name"`
}

*

  • @Author: weiyg
  • @Date: 2020/3/20 15:12
  • @describe:刷新层级档案的各级levelid专用结构体

type Eb_UserVsJob

type Eb_UserVsJob struct {
	UserVsJobID string `xorm:"uservsjobid" json:"uservsjobid"`
	UserID      string `xorm:"userid" json:"userid"`
	JobID       string `xorm:"jobid" json:"jobid"`
	EntId       string `xorm:"entid" json:"entid"`
	InsertDate  string `xorm:"insertdate" json:"insertdate"`
}

func (*Eb_UserVsJob) TableName

func (*Eb_UserVsJob) TableName() string

type Eb_UserVsRole

type Eb_UserVsRole struct {
	UserVsRoleId   string `xorm:"uservsroleid" json:"uservsroleid"`
	UserID         string `xorm:"userid" json:"userid"`
	RoleId         string `xorm:"roleid" json:"roleid"`
	EntId          string `xorm:"entid" json:"entid"`
	InsertDate     string `xorm:"insertdate" json:"insertdate"`
	IsFromDingDing string `xorm:"isfromdingding" json:"isfromdingding"`
}

func (*Eb_UserVsRole) TableName

func (*Eb_UserVsRole) TableName() string

type Eb_area

type Eb_area struct {
	AreaID      string `xorm:"areaid" json:"areaid"`
	AreaCode    string `xorm:"areacode" json:"areacode"`
	AreaName    string `xorm:"areaname" json:"areaname"`
	ParentID    string `xorm:"parentid" json:"parentid"`
	FullName    string `xorm:"fullname" json:"fullname"`
	Memo        string `xorm:"memo" json:"memo"`
	CreateUID   string `xorm:"create_uid" json:"create_uid"`
	CreateDate  string `xorm:"create_date" json:"create_date"`
	UpdateUID   string `xorm:"update_uid" json:"update_uid"`
	UpdateDate  string `xorm:"update_date" json:"update_date"`
	IsDiscard   int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardUID  string `xorm:"discard_uid" json:"discard_uid"`
	DisCardDate string `xorm:"discard_date" json:"discard_date"`
	Ver         string `xorm:"ver" json:"ver"`
	GLCode      string `xorm:"gl_code" json:"gl_code"`
	NewGuID     string `xorm:"newguid" json:"newguid"`
	IsModify    int    `xorm:"ismodify" json:"ismodify"`
	CurrPID     int    `xorm:"currpid" json:"currpid"`
	SaveSource  string `xorm:"savesource" json:"savesource"`
	ParentCode  string `xorm:"parentcode" json:"parentcode"`
	Entid       int    `xorm:"entid" json:"entid"`
	Isimport    int    `xorm:"isimport" json:"isimport"`
	Ispub       int    `xorm:"ispub" json:"ispub"`
	Ishaschild  int    `xorm:"ishaschild" json:"ishaschild"`
}

func (*Eb_area) TableName

func (*Eb_area) TableName() string

type Eb_company

type Eb_company struct {
	CompID         string `xorm:"compid" json:"compid"`
	CompCode       string `xorm:"compcode" json:"compcode"`
	CompName       string `xorm:"compname" json:"compname"`
	ParentID       string `xorm:"parentid" json:"parentid"`
	FullName       string `xorm:"fullname" json:"fullname"`
	CeoManagerUID  string `xorm:"ceomanageruid" json:"ceomanageruid"`
	CWUID          string `xorm:"cwuid" json:"cwuid"`
	CWManagerUID   string `xorm:"cwmanageruid" json:"cwmanageruid"`
	AdminUID       string `xorm:"adminuid" json:"adminuid"`
	DefBankAccount string `xorm:"defbankaccount" json:"defbankaccount"`
	RateCode       string `xorm:"ratecode" json:"ratecode"`
	Memo           string `xorm:"memo" json:"memo"`
	CreateUID      string `xorm:"create_uid" json:"create_uid"`
	CreateDate     string `xorm:"create_date" json:"create_date"`
	UpdateUID      string `xorm:"update_uid" json:"update_uid"`
	UpdateDate     string `xorm:"update_date" json:"update_date"`
	IsDiscard      int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardUID     string `xorm:"discard_uid" json:"discard_uid"`
	DisCardDate    string `xorm:"discard_date" json:"discard_date"`
	Ver            string `xorm:"ver" json:"ver"`
	GLCode         string `xorm:"gl_code" json:"gl_code"`
	NewGuID        string `xorm:"newguid" json:"newguid"`
	IsModify       int    `xorm:"ismodify" json:"ismodify"`
	CurrPID        int    `xorm:"currpid" json:"currpid"`
	SaveSource     string `xorm:"savesource" json:"savesource"`
	ParentCode     string `xorm:"parentcode" json:"parentcode"`
	CFO            string `xorm:"cfo" json:"cfo"`
	CEO            string `xorm:"ceo" json:"ceo"`
	BookingTicket  string `xorm:"bookingticket" json:"bookingticket"`
	Entid          int    `xorm:"entid" json:"entid"`
	Isimport       int    `xorm:"isimport" json:"isimport"`
	CompType       string `xorm:"comptype" json:"comptype"`
}

func (*Eb_company) TableName

func (*Eb_company) TableName() string

type Eb_dept

type Eb_dept struct {
	DeptID       string `xorm:"deptid" json:"deptid"`
	DeptCode     string `xorm:"deptcode" json:"deptcode"`
	DeptName     string `xorm:"deptname" json:"deptname"`
	ManagerUID   string `xorm:"manageruid" json:"manageruid"`
	ManagerFGUID string `xorm:"manager_fguid" json:"manager_fguid"`
	CompID       string `xorm:"compid" json:"compid"`
	ParentID     string `xorm:"parentid" json:"parentid"`
	SaveSource   string `xorm:"savesource" json:"savesource"`
	ParentCode   string `xorm:"parentcode" json:"parentcode"`
	Entid        int    `xorm:"entid" json:"entid"`
	DidiDeptID   string `xorm:"didideptid" json:"didideptid"`
	IsDiscard    int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardDate  string `xorm:"discard_date" json:"discard_date"`
}

func (*Eb_dept) TableName

func (*Eb_dept) TableName() string

type Eb_dept_col2row

type Eb_dept_col2row struct {
	Id     int    `xorm:"id" json:"id"`
	Deptid string `xorm:"deptid" json:"deptid"`
	Userid string `xorm:"userid" json:"userid"` // 数据源ID,例如:用户的ID值
	Tag    string `xorm:"tag" json:"tag"`       // 数据类型分类
	Memo   string `xorm:"memo" json:"memo"`     // 备注
	EntId  int    `xorm:"entid" json:"entid"`
}

func (*Eb_dept_col2row) TableName

func (*Eb_dept_col2row) TableName() string

type Eb_job

type Eb_job struct {
	JobID       string `xorm:"jobid" json:"jobid"`
	JobCode     string `xorm:"jobcode" json:"jobcode"`
	JobName     string `xorm:"jobname" json:"jobname"`
	Memo        string `xorm:"memo" json:"memo"`
	CreateUID   string `xorm:"create_uid" json:"create_uid"`
	CreateDate  string `xorm:"create_date" json:"create_date"`
	UpdateUID   string `xorm:"update_uid" json:"update_uid"`
	UpdateDate  string `xorm:"update_date" json:"update_date"`
	IsDiscard   int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardUID  string `xorm:"discard_uid" json:"discard_uid"`
	DisCardDate string `xorm:"discard_date" json:"discard_date"`
	Ver         string `xorm:"ver" json:"ver"`
	GLCode      string `xorm:"gl_code" json:"gl_code"`
	NewGuID     string `xorm:"newguid" json:"newguid"`
	IsModify    int    `xorm:"ismodify" json:"ismodify"`
	CurrPID     int    `xorm:"currpid" json:"currpid"`
	SaveSource  string `xorm:"savesource" json:"savesource"`
	Entid       int    `xorm:"entid" json:"entid"`
}

func (*Eb_job) TableName

func (*Eb_job) TableName() string

type Eb_role

type Eb_role struct {
	RoleID         string `xorm:"roleid" json:"roleid"`
	SourceRoleID   string `xorm:"sourceroleid" json:"sourceroleid"`
	RoleCode       string `xorm:"rolecode" json:"rolecode"`
	RoleName       string `xorm:"rolename" json:"rolename"`
	CompID         string `xorm:"compid" json:"compid"`
	Memo           string `xorm:"memo" json:"memo"`
	CreateUID      string `xorm:"create_uid" json:"create_uid"`
	CreateDate     string `xorm:"create_date" json:"create_date"`
	UpdateUID      string `xorm:"update_uid" json:"update_uid"`
	UpdateDate     string `xorm:"update_date" json:"update_date"`
	IsDiscard      int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardUID     string `xorm:"discard_uid" json:"discard_uid"`
	DisCardDate    string `xorm:"discard_date" json:"discard_date"`
	SaveSource     string `xorm:"savesource" json:"savesource"`
	Groupid        int    `xorm:"groupid" json:"groupid"`
	Groupname      string `xorm:"groupname" json:"groupname"`
	Ispub          int    `xorm:"ispub" json:"ispub"`
	Entid          int    `xorm:"entid" json:"entid"`
	IsFromDingDing int    `xorm:"isFromDingDing" json:"isFromDingDing"`
}

func (*Eb_role) TableName

func (*Eb_role) TableName() string

type Eb_user

type Eb_user struct {
	UserID         string `xorm:"userid" json:"userid"`
	CWSoftInnerUid string `xorm:"cwsoftinneruid" json:"cwsoftinneruid"`
	UserCode       string `xorm:"usercode" json:"usercode"`
	UserPwd        string `xorm:"userpwd" json:"userpwd"`
	UserName       string `xorm:"username" json:"username"`
	UserPhone      string `xorm:"userphone" json:"userphone"`
	UserEmail      string `xorm:"useremail" json:"useremail"`
	UserOpenID     string `xorm:"useropenid" json:"useropenid"`
	UserDingtalk   string `xorm:"userdingtalk" json:"userdingtalk"`
	UserWeiXintalk string `xorm:"userweixintalk" json:"userweixintalk"`
	OA_Logincode   string `xorm:"oa_logincode" json:"oa_logincode"` //OA的登录账号
	BankAdd        string `xorm:"bankadd" json:"bankadd"`
	CardNo         string `xorm:"cardno" json:"cardno"`
	DeptID         string `xorm:"deptid" json:"deptid"`
	Sex            string `xorm:"sex" json:"sex"`
	UserLevel      string `xorm:"userlevel" json:"userlevel"`
	BankAccount    string `xorm:"bankaccount" json:"bankaccount"`
	IsLock         string `xorm:"islock" json:"islock"`
	LockCount      int    `xorm:"lockcount" json:"lockcount"`
	LockTime       string `xorm:"locktime" json:"locktime"`
	IsFirstLogin   int    `xorm:"isfirstlogin" json:"isfirstlogin"`
	CompID         string `xorm:"compid" json:"compid"`
	Memo           string `xorm:"memo" json:"memo"`
	CreateUID      string `xorm:"create_uid" json:"create_uid"`
	CreateDate     string `xorm:"create_date" json:"create_date"`
	UpdateUID      string `xorm:"update_uid" json:"update_uid"`
	UpdateDate     string `xorm:"update_date" json:"update_date"`
	IsDiscard      int    `xorm:"isdiscard" json:"isdiscard"`
	DisCardUID     string `xorm:"discard_uid" json:"discard_uid"`
	DisCardDate    string `xorm:"discard_date" json:"discard_date"`
	GLCode         string `xorm:"gl_code" json:"gl_code"`
	NewGuID        string `xorm:"newguid" json:"newguid"`
	IsModify       int    `xorm:"ismodify" json:"ismodify"`
	CurrPID        int    `xorm:"currpid" json:"currpid"`
	SaveSource     string `xorm:"savesource" json:"savesource"`
	ImgSrc         string `xorm:"imgsrc" json:"imgsrc"`
	Status         int    `xorm:"status" json:"status"`
	EntId          int    `xorm:"entid" json:"entid"`
	Didiuserid     string `xorm:"didiuserid" json:"didiuserid"`
	OfficeAddId    string `xorm:"officeaddid" json:"officeaddid"`
	OfficeAdd      string `xorm:"officeadd" json:"officeadd"`
}

func (*Eb_user) TableName

func (*Eb_user) TableName() string

type Eb_userimage

type Eb_userimage struct {
	Userid string `xorm:"userid" json:"userid"`
	Image  string `xorm:"image" json:"image"`
}

func (*Eb_userimage) TableName

func (*Eb_userimage) TableName() string

type Template_Level_Table

type Template_Level_Table struct {
	RefID           string `xorm:"refid" json:"refid"`
	InnerCode       string `xorm:"innercode" json:"innercode"`
	ParentInnerCode string `xorm:"parentinnercode" json:"parentinnercode"`
	IsHasChild      int    `xorm:"ishaschild" json:"ishaschild"`
	ILevel          int    `xorm:"ilevel" json:"ilevel"`
	Level1ID        string `xorm:"level1_id" json:"level1_id"`
	Level2ID        string `xorm:"level2_id" json:"level2_id"`
	Level3ID        string `xorm:"level3_id" json:"level3_id"`
	Level4ID        string `xorm:"level4_id" json:"level4_id"`
	Level5ID        string `xorm:"level5_id" json:"level5_id"`
	Level6ID        string `xorm:"level6_id" json:"level6_id"`
	Level7ID        string `xorm:"level7_id" json:"level7_id"`
	Level8ID        string `xorm:"level8_id" json:"level8_id"`
	Level9ID        string `xorm:"level9_id" json:"level9_id"`
	Level10ID       string `xorm:"level10_id" json:"level10_id"`
	Level11ID       string `xorm:"level11_id" json:"level11_id"`
	Level12ID       string `xorm:"level12_id" json:"level12_id"`
	Level13ID       string `xorm:"level13_id" json:"level13_id"`
	Level14ID       string `xorm:"level14_id" json:"level14_id"`
	Level15ID       string `xorm:"level15_id" json:"level15_id"`
	Entid           int    `xorm:"entid" json:"entid"`
}

*

  • @describe:层级档案的level表 的创建模板

Jump to

Keyboard shortcuts

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