first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package base
|
||||
|
||||
type ResCondition struct {
|
||||
Uuid string `db:"id"`
|
||||
Id int `db:"id"`
|
||||
Pid int `db:"pid"`
|
||||
Type string `db:"type"`
|
||||
CategoryUuid string `db:"category_uuid"`
|
||||
Column string `db:"column"`
|
||||
ColumnResource string `db:"columnResource"`
|
||||
Operator string `db:"operator"`
|
||||
ColumnSqlFunc string `db:"columnSqlFunc"`
|
||||
ColumnSqlFuncParam string `db:"columnSqlFuncParam"`
|
||||
IgnoreEmptyParma bool `db:"ignoreEmptyParma"`
|
||||
ValueType string `db:"valueType"`
|
||||
Value string `db:"value"`
|
||||
UpdatedAt string `db:"updated_at"`
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user