10 Star 21 Fork 8

ShirDon-廖显东/beego_blog

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
comment.go 212 Bytes
Copy Edit Raw Blame History
17717353366 authored 2017-08-09 16:12 . init
package models
import "time"
type Comment struct {
Id int
Username string
Content string
Created time.Time
PostId int
Ip string
}
func (m *Comment) TableName() string {
return TableName("comment")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/shirdonl/beego_blog.git
git@gitee.com:shirdonl/beego_blog.git
shirdonl
beego_blog
beego_blog
9d967d089554

Search

23e8dbc6 1850385 7e0993f3 1850385