# Functions
AutoMigrate 自动同步表结构.
IgnoreErrRecordNotFound 忽略记录未找到的错误
@docs https://gorm.io/docs/v2_release_note.html#ErrRecordNotFound
Example:
err := IgnoreErrRecordNotFound(db.First()).
Paginate 分页器
page默认为0,pageSize默认为10.
# Constants
NoneID 空ID.
# Interfaces
No description provided by the author