2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-06-04 10:44:44 +02:00
parent c7d744da4b
commit fd5a42a612
2 changed files with 18 additions and 4 deletions

View File

@@ -33,20 +33,30 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commondict.class.php';
class CLeadStatus extends CommonDict
{
/**
* @var array record
* @var array<int,CLeadStatus> Array of record
*/
public $records = array();
/**
* @var string element
* @var string Element
*/
public $element = 'cleadstatus';
/**
* @var string table element
* @var string Table element
*/
public $table_element = 'c_lead_status';
/**
* @var int Position
*/
public $position;
/**
* @var float Percent
*/
public $percent;
/**
* Constructor