add some comments
This commit is contained in:
parent
2ad649eaea
commit
efc393e13c
@ -36,7 +36,18 @@ class UserBankAccount extends Account
|
|||||||
{
|
{
|
||||||
public $socid;
|
public $socid;
|
||||||
|
|
||||||
public $datec;
|
/**
|
||||||
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $datem;
|
public $datem;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user