fusenapi/model/gmodel/fs_refund_reason_logic.go
2023-06-20 17:29:02 +08:00

10 lines
156 B
Go

package gmodel
import "context"
// TODO: 使用model的属性做你想做的
func (fsRefundReason *FsRefundReasonModel) Update(cxt context.Context) {
}