mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
cs
This commit is contained in:
@@ -33,22 +33,16 @@ use Espo\Core\Name\Field;
|
||||
use Espo\Core\ORM\Entity;
|
||||
use Espo\Core\Field\DateTime;
|
||||
use Espo\Core\Field\Link;
|
||||
|
||||
use Espo\Tools\Export\Params;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class Export extends Entity
|
||||
{
|
||||
public const ENTITY_TYPE = 'Export';
|
||||
|
||||
public const STATUS_PENDING = 'Pending';
|
||||
|
||||
public const STATUS_RUNNING = 'Running';
|
||||
|
||||
public const STATUS_SUCCESS = 'Success';
|
||||
|
||||
public const STATUS_FAILED = 'Failed';
|
||||
public const string ENTITY_TYPE = 'Export';
|
||||
public const string STATUS_PENDING = 'Pending';
|
||||
public const string STATUS_RUNNING = 'Running';
|
||||
public const string STATUS_SUCCESS = 'Success';
|
||||
public const string STATUS_FAILED = 'Failed';
|
||||
|
||||
public function getParams(): Params
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user