|
@@ -13,7 +13,7 @@ public interface DispatchService {
|
|
|
|
|
|
|
|
CommRes getDispatchList(Dispatch dispatch);
|
|
CommRes getDispatchList(Dispatch dispatch);
|
|
|
|
|
|
|
|
- CommRes updAnomaly(String id);
|
|
|
|
|
|
|
+ CommRes updAnomaly(Dispatch dispatch);
|
|
|
|
|
|
|
|
CommRes updArrivalTime(Dispatch dispatch);
|
|
CommRes updArrivalTime(Dispatch dispatch);
|
|
|
}
|
|
}
|