add some comment
This commit is contained in:
parent
69e1d0480a
commit
098ffd4827
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user