fusenapi/model/gmodel/fs_feishu_webhook_log_logic.go
laodaming c61043ad65 fix
2023-11-07 16:26:29 +08:00

8 lines
201 B
Go

package gmodel
// TODO: 使用model的属性做你想做的
func (w *FsFeishuWebhookLogModel) Create(data *FsFeishuWebhookLog) error {
return w.db.Model(&FsFeishuWebhookLog{}).Create(&data).Error
}