add some comments

This commit is contained in:
Philippe GRAND 2019-03-21 15:19:01 +01:00
parent 2ad649eaea
commit efc393e13c

View File

@ -36,7 +36,18 @@ class UserBankAccount extends Account
{ {
public $socid; public $socid;
/**
* Date creation record (datec)
*
* @var integer
*/
public $datec; public $datec;
/**
* Date modification record (tms)
*
* @var integer
*/
public $datem; public $datem;