Update TrainService.java

pull/9/head
puxcofief 8 months ago
parent 175814510f
commit 17ddddc66a

@ -12,6 +12,9 @@ public interface TrainService {
/**
*
*
* 1SQLException
*
* @param train
* @return 1
* @throws SQLException SQLException
@ -20,6 +23,9 @@ public interface TrainService {
/**
* ID
* ID
* 1SQLException
*
* @param trainId ID
* @return 1
* @throws SQLException SQLException
@ -28,6 +34,9 @@ public interface TrainService {
/**
*
*
* 1SQLException
*
* @param train
* @return 1
* @throws SQLException SQLException
@ -36,6 +45,9 @@ public interface TrainService {
/**
*
*
* SQLException
*
* @return ListTrain
* @throws SQLException SQLException
*/
@ -43,6 +55,9 @@ public interface TrainService {
/**
* ID
* ID
* SQLException
*
* @param trainId ID
* @return Train
* @throws SQLException SQLException
@ -51,6 +66,9 @@ public interface TrainService {
/**
*
*
* SQLException
*
* @param trainNumber
* @return ListTrain
* @throws SQLException SQLException
@ -59,6 +77,9 @@ public interface TrainService {
/**
*
*
* SQLException
*
* @param startStation
* @param endStation
* @param startTime
@ -69,6 +90,9 @@ public interface TrainService {
/**
*
*
* SQLException
*
* @return ListTrain
* @throws SQLException SQLException
*/
@ -76,6 +100,9 @@ public interface TrainService {
/**
*
*
* SQLException
*
* @return ListTrain
* @throws SQLException SQLException
*/

Loading…
Cancel
Save