add some comment

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

View File

@ -54,7 +54,12 @@ class ChargeSociales extends CommonObject
*/ */
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;
/** /**