create freight order entity and use case for creating
This commit is contained in:
parent
b904063ac4
commit
3df72d31df
3 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace FreightQuote\FreightOrder\UseCases;
|
||||
|
||||
class CreateFreightOrderRequestDTO
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue