// +---------------------------------------------------------------------- namespace app\model; /** * 设置模型 */ class Content extends Model { protected $auto = ['update_time']; protected $insert = ['create_time', 'status' => 1]; }