'否', self::DONE => '是', ]; /** * The table associated with the model. * * @var string */ protected $table = 'system_config_value'; public $timestamps = false; }