Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sys_ruleformgroup ¶
type Sys_ruleformgroup struct { RuleGroupID string `xorm:"rulegroupid pk" json:"rulegroupid"` RuleTypeID string `xorm:"ruletypeid" json:"ruletypeid"` Pid int `xorm:"pid" json:"pid"` ObjectID string `xorm:"objectid" json:"objectid"` RuleFormat string `xorm:"ruleformat" json:"ruleformat"` RuleText string `xorm:"ruletext" json:"ruletext"` RuleJson string `xorm:"rulejson" json:"rulejson"` EntId int `xorm:"entid" json:"entid"` CheckType string `xorm:"checktype" json:"checktype"` }
func (*Sys_ruleformgroup) TableName ¶
func (*Sys_ruleformgroup) TableName() string
type Sys_ruleformgroupdetail ¶
type Sys_ruleformgroupdetail struct { RuleDetailID string `xorm:"ruledetailid pk" json:"ruledetailid"` RuleGroupID string `xorm:"rulegroupid" json:"rulegroupid"` ObjectID string `xorm:"objectid" json:"objectid"` CType string `xorm:"ctype" json:"ctype"` CheckType string `xorm:"checktype" json:"checktype"` FormSqlTB string `xorm:"formsqltb" json:"formsqltb"` FormSqlCol string `xorm:"formsqlcol" json:"formsqlcol"` ByLoginType string `xorm:"bylogintype" json:"bylogintype"` ByLoginDataSource string `xorm:"bylogindatasource" json:"bylogindatasource"` LeftDataSource int `xorm:"leftdatasource" json:"leftdatasource"` LeftDataSourceCol string `xorm:"leftdatasourcecol" json:"leftdatasourcecol"` LeftPid int `xorm:"leftpid" json:"leftpid"` LeftGridid int `xorm:"leftgridid" json:"leftgridid"` OP string `xorm:"op" json:"op"` JSOP string `xorm:"jsop" json:"jsop"` WhereValueType string `xorm:"wherevaluetype" json:"wherevaluetype"` WhereByStaticValue string `xorm:"wherebystaticvalue" json:"wherebystaticvalue"` WhereByStaticText string `xorm:"wherebystatictext" json:"wherebystatictext"` WhereByFormSqlTB string `xorm:"wherebyformsqltb" json:"wherebyformsqltb"` WhereByFormSqlCol string `xorm:"wherebyformsqlcol" json:"wherebyformsqlcol"` WhereByFormKeyWorkd string `xorm:"wherebyformkeyworkd" json:"wherebyformkeyworkd"` RightPid int `xorm:"rightpid" json:"rightpid"` RightGridid int `xorm:"rightgridid" json:"rightgridid"` IsCustom int `xorm:"iscustom" json:"iscustom"` CustomSqlScript string `xorm:"customsqlscript" json:"customsqlscript"` WhereFullText string `xorm:"wherefulltext" json:"wherefulltext"` EntId int `xorm:"entid" json:"entid"` }
func (*Sys_ruleformgroupdetail) TableName ¶
func (*Sys_ruleformgroupdetail) TableName() string
type Sys_ruleformgroupjsonrelation ¶
type Sys_ruleformgroupjsonrelation struct { Jsonrelationid string `xorm:"jsonrelationid" json:"jsonrelationid"` RuleGroupID string `xorm:"rulegroupid" json:"rulegroupid"` Id string `xorm:"id" json:"id"` // 规则结构id Sub int `xorm:"sub" json:"sub"` Type int `xorm:"type" json:"type"` Select int `xorm:"select" json:"select"` Checked int `xorm:"checked" json:"checked"` Parent string `xorm:"parent" json:"parent"` Relate string `xorm:"relate" json:"relate"` Ruledetailid string `xorm:"ruledetailid" json:"ruledetailid"` // 规则明细id Entid int `xorm:"entid" json:"entid"` // 规则明细id }
func (*Sys_ruleformgroupjsonrelation) TableName ¶
func (*Sys_ruleformgroupjsonrelation) TableName() string
type Sys_rulejs ¶
type Sys_rulejs struct { ObjectID string `xorm:"objectid pk" json:"objectid"` RuleGroupID string `xorm:"rulegroupid" json:"rulegroupid"` Pid int `xorm:"pid" json:"pid"` GridId int `xorm:"gridid" json:"gridid"` SqlCol string `xorm:"sqlcol" json:"sqlcol"` ColName string `xorm:"colname" json:"colname"` IsReadonly int `xorm:"isreadonly" json:"isreadonly"` IsRequired int `xorm:"isrequired" json:"isrequired"` IsHide int `xorm:"ishide" json:"ishide"` IsHideGrid int `xorm:"ishidegrid" json:"ishidegrid"` IsReExecuted int `xorm:"isreexecuted" json:"isreexecuted"` RuleCode string `xorm:"rulecode" json:"rulecode"` EntId int `xorm:"entid" json:"entid"` NewValue string `xorm:"newvalue" json:"newvalue"` }
func (*Sys_rulejs) TableName ¶
func (*Sys_rulejs) TableName() string
Click to show internal directories.
Click to hide internal directories.