@@ -64,7 +64,7 @@ public interface IXiaoyuanReservatService {
/**
* 校园预约核销
*
- * @param bo
+ * @param reservatId
*/
R<Void> cav(Long reservatId);
}