add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 11:05:30 +01:00
parent 4dda9edeb6
commit b0d68a6de1

View File

@ -53,8 +53,13 @@ class ChargeSociales extends CommonObject
* {@inheritdoc}
*/
protected $table_ref_field = 'ref';
/**
* @var integer|string $date_ech
*/
public $date_ech;
public $label;
public $type;
public $type_label;
@ -67,8 +72,14 @@ class ChargeSociales extends CommonObject
*/
public $date_creation;
/**
* @var integer|string $date_modification
*/
public $date_modification;
/**
* @var integer|string $date_validation
*/
public $date_validation;
/**