property and doc

This commit is contained in:
Frédéric FRANCE 2023-04-18 21:11:48 +02:00 committed by GitHub
parent ca23849119
commit 04bfbb5723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,11 @@ class BOM extends CommonObject
*/
public $lines = array();
/**
* @var BOMLine Bom line
*/
public $line;
/**
* @var int Calculated cost for the BOM
*/