springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActReserveRecordService.java
@@ -1,6 +1,8 @@ package com.panzhihua.service_community.service; import com.baomidou.mybatisplus.extension.service.IService; import com.panzhihua.common.model.dtos.community.CancelRecordDTO; import com.panzhihua.common.model.vos.R; import com.panzhihua.service_community.model.dos.ComActReserveRecordDO; /** @@ -9,5 +11,5 @@ * @describe 预约登记记录表服务类 */ public interface ComActReserveRecordService extends IService<ComActReserveRecordDO> { R cancel(CancelRecordDTO comActReserveRecordDO); }