Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sys_savesumbyfilter ¶
type Sys_savesumbyfilter struct { MathId string `xorm:"mathid" json:"mathid"` Pid int `xorm:"pid" json:"pid"` GridId int `xorm:"gridid" json:"gridid"` FilterStr string `xorm:"filterstr" json:"filterstr"` // 过虑条件 例:Costid in (1,2,3,4) MoneyCol string `xorm:"moneycol" json:"moneycol"` // 需要合计的字段 例:ybmoney Keyword string `xorm:"keyword" json:"keyword"` // 聚合关健字 例:sum }
func (*Sys_savesumbyfilter) TableName ¶
func (*Sys_savesumbyfilter) TableName() string
type Sys_saveupdatecol ¶
type Sys_saveupdatecol struct { RuleId string `xorm:"ruleid" json:"ruleid"` Pid int `xorm:"pid" json:"pid"` GridId int `xorm:"gridid" json:"gridid"` IsMain bool `xorm:"ismain" json:"ismain"` SqlCol string `xorm:"sqlcol" json:"sqlcol"` StaticValue string `xorm:"staticvalue" json:"staticvalue"` RuleMath string `xorm:"rulemath" json:"rulemath"` Memo string `xorm:"memo" json:"memo"` Entid int `xorm:"entid" json:"entid"` DataSourcce int `xorm:"datasourcce" json:"datasourcce"` DataSourcceRefCol string `xorm:"datasourccerefcol" json:"datasourccerefcol"` }
func (*Sys_saveupdatecol) TableName ¶
func (*Sys_saveupdatecol) TableName() string
type Sys_saveupdatecolfilter ¶
type Sys_saveupdatecolfilter struct { Id int `xorm:"id" json:"id"` RuleId string `xorm:"ruleid" json:"ruleid"` GridId int `xorm:"gridid" json:"gridid"` IsMain bool `xorm:"ismain" json:"ismain"` CompareCol string `xorm:"comparecol" json:"comparecol"` Op string `xorm:"op" json:"op"` CompareStaticValue string `xorm:"comparestaticvalue" json:"comparestaticvalue"` CompareRuleMath string `xorm:"comparerulemath" json:"comparerulemath"` }
func (*Sys_saveupdatecolfilter) TableName ¶
func (*Sys_saveupdatecolfilter) TableName() string
Click to show internal directories.
Click to hide internal directories.