'int', 'workerid' => 'int', 'userid' => 'int', 'ltotal' => 'int', 'createtime' => 'int' ]; // 设置字段自动转换类型 protected $type = [ 'createtime' => 'timestamp:Y-m-d' ]; }