- package rule
- import "git.sxidc.com/go-framework/baize/framework/core/application"
- type Info struct {
- application.InfoIDField
- Scope string `json:"scope" sqlresult:"column:scope"`
- DomainName string `json:"domainName" sqlresult:"column:domain_name"`
- Rule string `json:"rule" sqlresult:"column:rule"`
- Enabled bool `json:"enabled" sqlresult:"column:enabled"`
- }
|