|
@@ -76,7 +76,7 @@ public interface InpatientService {
|
|
|
* @param request
|
|
|
* @return
|
|
|
*/
|
|
|
- List<InpatientListResponseData> inpatientList(InpatientListRequest request) throws AppMessageException, Exception;
|
|
|
+ List<InpatientListResponseData> inpatientList(InpatientListRequest request) throws Exception;
|
|
|
|
|
|
/**
|
|
|
* 删除住院记录
|
|
@@ -100,7 +100,7 @@ public interface InpatientService {
|
|
|
* @param request
|
|
|
* @return
|
|
|
*/
|
|
|
- DailyBillDetailsResponseData dailyBillDetail(DailyBillDetailsRequest request) throws AppMessageException, Exception;
|
|
|
+ DailyBillDetailsResponseData dailyBillDetail(DailyBillDetailsRequest request) throws Exception;
|
|
|
|
|
|
/**
|
|
|
* 押金缴纳(创建支付宝订单,返回支付宝交易号)
|
|
@@ -188,5 +188,5 @@ public interface InpatientService {
|
|
|
* @param request
|
|
|
* @return
|
|
|
*/
|
|
|
- InpatientDetailsResponseData inpatientDetails(InpatientDetailsRequest request) throws AppMessageException, Exception;
|
|
|
+ InpatientDetailsResponseData inpatientDetails(InpatientDetailsRequest request) throws Exception;
|
|
|
}
|