Add entities w/out logic
This commit is contained in:
parent
1bda2c4047
commit
415ede2b91
11 changed files with 153 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "cargoentity.h"
|
||||
|
||||
CargoEntity::CargoEntity()
|
||||
CargoEntity::CargoEntity(QString c_id, DeliveryPointEntity dest)
|
||||
{
|
||||
|
||||
this->_cargo_id = c_id;
|
||||
this->_destination = dest;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue