package yb_comment import "hongze/hongze_yb/global" func (yc *YbComment) Create() (err error) { err = global.DEFAULT_MYSQL.Create(yc).Error return }