101captain
2021-08-24 c92f77ac03a1bbe3009891ce1d1f57f2d1091572
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);
}