add some comment
This commit is contained in:
parent
4dda9edeb6
commit
b0d68a6de1
@ -53,8 +53,13 @@ class ChargeSociales extends CommonObject
|
|||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $table_ref_field = 'ref';
|
protected $table_ref_field = 'ref';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_ech
|
||||||
|
*/
|
||||||
public $date_ech;
|
public $date_ech;
|
||||||
|
|
||||||
|
|
||||||
public $label;
|
public $label;
|
||||||
public $type;
|
public $type;
|
||||||
public $type_label;
|
public $type_label;
|
||||||
@ -67,8 +72,14 @@ class ChargeSociales extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_modification
|
||||||
|
*/
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_validation
|
||||||
|
*/
|
||||||
public $date_validation;
|
public $date_validation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user