delivery auto planning draft
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package pl.com.bottega.factory.delivery.planning;
|
||||
|
||||
import pl.com.bottega.factory.product.management.RefNoId;
|
||||
|
||||
public class DeliveryAutoPlannerRepository {
|
||||
public DeliveryAutoPlanner get(RefNoId refNo) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user