add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 12:05:45 +01:00
parent d8267fee4a
commit e22ca90a3f
2 changed files with 20 additions and 6 deletions

View File

@ -62,15 +62,23 @@ class Livraison extends CommonObject
public $brouillon; public $brouillon;
public $socid; public $socid;
public $ref_customer; public $ref_customer;
public $date_delivery; // Date really received /**
* @var integer|string Date really received
*/
public $date_delivery;
/** /**
* @var integer|string date_creation * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string date_valid
*/
public $date_valid; public $date_valid;
public $model_pdf; public $model_pdf;

View File

@ -72,8 +72,14 @@ class Loan 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;
public $insurance_amount; public $insurance_amount;