model 相关代码段定义
class XxxModel
{
// const 常量定义区域
// use Trait 定义区域
// static 属性定义区域
// 属性定义区域
// static 父级Model函数定义区域
// scope 函数定义区域
// setXxxYyyAttribute 定义区域
// getXxxYyyAttribute 定义区域
// xxxYyy(): Attribute 定义区域
// relations 关系定义区域
// 自定义函数定义区域
// 静态自定义函数定义区域
}