add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 12:12:14 +01:00
parent 69e1d0480a
commit 098ffd4827

View File

@ -131,8 +131,17 @@ class Inventory extends CommonObject
*/ */
public $status; public $status;
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
/**
* @var integer|string date_validation
*/
public $date_validation; public $date_validation;
public $tms; public $tms;
/** /**