1 Star 0 Fork 0

曾广宇/mxx-core-v2

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cmd.go 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
曾广宇 提交于 2024-06-13 14:11 +08:00 . 升级
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"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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.4.74

搜索帮助