add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 10:59:44 +01:00
parent bb352a5004
commit 6e0c028d51

View File

@ -121,10 +121,9 @@ class Propal extends CommonObject
*/ */
public $datec; public $datec;
/** /**
* Creation date * @var integer|string $date_creation;
* @var int */
*/
public $date_creation; public $date_creation;
/** /**
@ -134,15 +133,13 @@ class Propal extends CommonObject
public $datev; public $datev;
/** /**
* Validation date * @var integer|string $date_validation;
* @var int */
*/
public $date_validation; public $date_validation;
/** /**
* Date of the quote * @var integer|string date of the quote;
* @var */
*/
public $date; public $date;
/** /**
@ -150,7 +147,13 @@ class Propal extends CommonObject
* @see $date * @see $date
*/ */
public $datep; public $datep;
/**
* @var integer|string $date_livraison;
*/
public $date_livraison; public $date_livraison;
public $fin_validite; public $fin_validite;
public $user_author_id; public $user_author_id;