1 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RongCloundAccountModel.go 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
dtal 提交于 2021-06-02 09:26 . init
package models
import "time"
type RongCloundAccountModel struct {
Id string `json:"id" gorm:"column:id" db:"id"`
RcId string `json:"rc_id" gorm:"column:rc_id" db:"rc_id"`
RcName string `json:"rc_name" gorm:"column:rc_name" db:"rc_name"`
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"`
RcToken string `json:"rc_token" gorm:"column:rc_token" db:"rc_token"`
BlockEndTime string `json:"block_end_time" gorm:"column:block_end_time" db:"block_end_time"`
RcType string `json:"rc_type" gorm:"column:rc_type" db:"rc_type"`
}
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

搜索帮助