package yb_resource import "hongze/hongze_yb/global" func (m *YbResource) Create() (err error) { err = global.DEFAULT_MYSQL.Create(m).Error return }