add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 10:51:16 +01:00
parent 4add52d852
commit 762b70fab7

View File

@ -1980,7 +1980,14 @@ class BookKeepingLine
* @var integer|string date_creation
*/
public $date_creation;
/**
* @var integer|string $date_modification;
*/
public $date_modification;
/**
* @var integer|string $date_export;
*/
public $date_export;
}