feat(t242): delete unused freight orders
This commit is contained in:
@@ -58,4 +58,9 @@ type FreightRepository interface {
|
||||
string,
|
||||
string,
|
||||
) (domain.FreightOrderDetail, error)
|
||||
DeleteFreightOrder(
|
||||
context.Context,
|
||||
string,
|
||||
string,
|
||||
) ([]string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user