add some comment

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

View File

@ -130,9 +130,18 @@ class Inventory extends CommonObject
* @var int Status
*/
public $status;
/**
* @var integer|string date_creation
*/
public $date_creation;
/**
* @var integer|string date_validation
*/
public $date_validation;
public $tms;
/**