mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 06:58:54 +08:00
9 lines
129 B
Go
9 lines
129 B
Go
package innerbean
|
|
|
|
type UpdateModel struct {
|
|
Model interface{}
|
|
Query interface{}
|
|
Args []interface{}
|
|
Update interface{}
|
|
}
|