add some comments
This commit is contained in:
parent
86c3b1a5b0
commit
cb59f52a55
@ -57,7 +57,18 @@ class Deplacement extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $ismultientitymanaged = 0;
|
public $ismultientitymanaged = 0;
|
||||||
|
|
||||||
public $datec; // Creation date
|
/**
|
||||||
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date (dated)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $dated;
|
public $dated;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user