Added Productowner role to product

This commit is contained in:
Frank Schubert
2022-01-27 22:27:33 +01:00
parent 9198a49a49
commit d09ab832ed
6 changed files with 28 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ class ProductModel {
public $description = null;
public $sla_id = null;
public $external = null;
public $external_id;
public $productgroup_id = null;
public $producttech_id = null;
public $price = null;