add some comment
This commit is contained in:
parent
d4b7950d87
commit
18d06a1c20
@ -135,8 +135,18 @@ class Mo extends CommonObject
|
|||||||
public $import_key;
|
public $import_key;
|
||||||
public $status;
|
public $status;
|
||||||
public $fk_product;
|
public $fk_product;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_start_planned
|
||||||
|
*/
|
||||||
public $date_start_planned;
|
public $date_start_planned;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_end_planned
|
||||||
|
*/
|
||||||
public $date_end_planned;
|
public $date_end_planned;
|
||||||
|
|
||||||
|
|
||||||
public $fk_bom;
|
public $fk_bom;
|
||||||
public $fk_project;
|
public $fk_project;
|
||||||
// END MODULEBUILDER PROPERTIES
|
// END MODULEBUILDER PROPERTIES
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user