add some comments

This commit is contained in:
Philippe GRAND 2019-03-21 15:01:09 +01:00
parent 86c3b1a5b0
commit cb59f52a55

View File

@ -57,7 +57,18 @@ class Deplacement extends CommonObject
*/
public $ismultientitymanaged = 0;
public $datec; // Creation date
/**
* Date creation record (datec)
*
* @var integer
*/
public $datec;
/**
* Date (dated)
*
* @var integer
*/
public $dated;
/**