Update TrainService.java

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

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

Loading…
Cancel
Save