1 Star 0 Fork 0

江苏艾雨文承养老机器人有限公司 / aywc_judge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NurseSignMessage.go 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
dtal 提交于 2021-06-02 09:26 . init
package mqttmessage
type NurseSignMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
SignTime int64 `json:"sign_time"`
}
type NurseEndMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
EndTime int64 `json:"end_time"`
}
type NurseStartMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
StartTime int64 `json:"start_time"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/aywc_1/aywc_judge.git
git@gitee.com:aywc_1/aywc_judge.git
aywc_1
aywc_judge
aywc_judge
v0.6.11

搜索帮助