Files
StackChan/server/internal/model/do/device_friend.go
T
2026-01-07 18:04:01 +08:00

17 lines
498 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
)
// DeviceFriend is the golang structure of table device_friend for DAO operations like Where/Data.
type DeviceFriend struct {
g.Meta `orm:"table:device_friend, do:true"`
MacA any //
MacB any //
}