Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id gobatis.NullInt64 `field:"id"` Name gobatis.NullString `field:"name"` Email gobatis.NullString `field:"email"` CrtTm gobatis.NullTime `field:"crtTm"` }
实体结构示例, tag:field为数据库对应字段名称
Click to show internal directories.
Click to hide internal directories.