fusenapi/model/gmodel/fs_feishu_webhook_log_logic.go

8 lines
201 B
Go
Raw Normal View History

2023-11-07 08:26:29 +00:00
package gmodel
// TODO: 使用model的属性做你想做的
func (w *FsFeishuWebhookLogModel) Create(data *FsFeishuWebhookLog) error {
return w.db.Model(&FsFeishuWebhookLog{}).Create(&data).Error
}