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

17 lines
472 B
Go

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