springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActReserveOperationRecordService.java
@@ -4,6 +4,7 @@ import com.panzhihua.service_community.model.dos.ComActReserveOperationRecordDO; import java.util.Date; import java.util.List; /** * @auther lyq @@ -26,5 +27,4 @@ */ void addReserveOperationRecord(Long reserveId, Long reserveRecordId, Long userId, Integer type , String phone, String reserveContent,String remark,Integer status,Long createBy); }