add some comments

This commit is contained in:
Philippe GRAND 2019-03-21 15:03:01 +01:00
parent cb59f52a55
commit 96893315b5

View File

@ -43,8 +43,18 @@ class Comment extends CommonObject
*/ */
public $description; public $description;
/**
* Date modification record (tms)
*
* @var integer
*/
public $tms; public $tms;
/**
* Date creation record (datec)
*
* @var integer
*/
public $datec; public $datec;
/** /**