add comments
This commit is contained in:
parent
c98f3ae4b3
commit
905f7cf8dd
@ -176,8 +176,20 @@ class Adherent extends CommonObject
|
||||
|
||||
public $photo;
|
||||
|
||||
public $datec;
|
||||
public $datem;
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var DateTime
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
* @var DateTime
|
||||
*/
|
||||
public $datem;
|
||||
|
||||
public $datevalid;
|
||||
|
||||
public $gender;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user