add comments
This commit is contained in:
parent
772761e587
commit
1d59b582d7
@ -121,6 +121,9 @@ class MyObject extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string amount
|
||||||
|
*/
|
||||||
public $amount;
|
public $amount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -128,7 +131,14 @@ class MyObject extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $status;
|
public $status;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string date_creation
|
||||||
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string tms
|
||||||
|
*/
|
||||||
public $tms;
|
public $tms;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -141,6 +151,9 @@ class MyObject extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $fk_user_modif;
|
public $fk_user_modif;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string import_key
|
||||||
|
*/
|
||||||
public $import_key;
|
public $import_key;
|
||||||
// END MODULEBUILDER PROPERTIES
|
// END MODULEBUILDER PROPERTIES
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user