1 Star 0 Fork 0

曾广宇 / mxx-core-v2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmd.go 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
package mmodel
type CmdId struct {
Id int64 `json:"id" form:"id" uri:"id" binding:"required"`
}
type CmdIdStr struct {
Id string `json:"id" form:"id" uri:"id" binding:"required"`
}
type CmdStat struct {
Id string `json:"id" binding:"required"`
NewStat bool `json:"newStat" `
OldStat bool `json:"oldStat" `
}
type CmdCode struct {
Code string `json:"code" form:"code" uri:"code" binding:"required"`
}
1
https://gitee.com/dennis-mxx/mxx-core-v2.git
git@gitee.com:dennis-mxx/mxx-core-v2.git
dennis-mxx
mxx-core-v2
mxx-core-v2
v0.2.6

搜索帮助