1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ServiceCenterModel.go 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
dtal 提交于 2021-06-02 09:26 . init
package models
import "time"
type ServiceCenterModel struct {
Id string `json:"id" gorm:"column:id" db:"id"`
Status string `json:"status" gorm:"column:status" db:"status"`
CreateUserId int64 `json:"create_user_id" gorm:"column:create_user_id" db:"create_user_id"`
CreateTime time.Time `json:"create_time" gorm:"column:create_time" db:"create_time"`
UpdateTime time.Time `json:"update_time" gorm:"column:update_time" db:"update_time"`
ApplicationId string `json:"application_id" gorm:"column:application_id" db:"application_id"`
ApplicationType string `json:"application_type" gorm:"column:application_type" db:"application_type"`
RcId string `json:"rc_id" gorm:"column:rc_id" db:"rc_id"`
}
Loading...
马建仓 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

搜索帮助