add some comment

This commit is contained in:
Philippe GRAND
2019-11-01 10:42:14 +01:00
parent c851a9faff
commit 4fe3e49502
4 changed files with 26 additions and 1 deletions

View File

@@ -421,7 +421,12 @@ abstract class CommonObject
public $civility_id;
// Dates
public $date_creation; // Date creation
/**
* @var int Date of creation
*/
public $date_creation;
public $date_validation; // Date validation
public $date_modification; // Date last change (tms field)