add comments

This commit is contained in:
Philippe GRAND 2018-12-19 13:56:51 +01:00
parent 772761e587
commit 1d59b582d7

View File

@ -120,15 +120,25 @@ class MyObject extends CommonObject
* @var string label * @var string label
*/ */
public $label; public $label;
/**
* @var string amount
*/
public $amount; public $amount;
/** /**
* @var int Status * @var int Status
*/ */
public $status; public $status;
/**
* @var string date_creation
*/
public $date_creation; public $date_creation;
/**
* @var string tms
*/
public $tms; public $tms;
/** /**
@ -140,7 +150,10 @@ class MyObject extends CommonObject
* @var int ID * @var int ID
*/ */
public $fk_user_modif; public $fk_user_modif;
/**
* @var string import_key
*/
public $import_key; public $import_key;
// END MODULEBUILDER PROPERTIES // END MODULEBUILDER PROPERTIES