From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001
From: wzp <516075396@qq.com>
Date: 星期二, 06 四月 2021 10:35:42 +0800
Subject: [PATCH] 20210406

---
 src/main/java/com/ots/project/exam/mapper/EntOperLogMapper.java |   55 ++++++-------------------------------------------------
 1 files changed, 6 insertions(+), 49 deletions(-)

diff --git a/src/main/java/com/ots/project/exam/mapper/EntOperLogMapper.java b/src/main/java/com/ots/project/exam/mapper/EntOperLogMapper.java
index 859b9bd..7934ca7 100644
--- a/src/main/java/com/ots/project/exam/mapper/EntOperLogMapper.java
+++ b/src/main/java/com/ots/project/exam/mapper/EntOperLogMapper.java
@@ -1,61 +1,18 @@
 package com.ots.project.exam.mapper;
-
 import com.ots.project.exam.domain.EntOperLog;
-
 import java.util.List;
 
-/**
- * 浣跨敤娆℃暟鎿嶄綔璁板綍Mapper鎺ュ彛
- *
- * @author ots
- * @date 2020-01-19
- */
 public interface EntOperLogMapper {
-    /**
-     * 鏌ヨ浣跨敤娆℃暟鎿嶄綔璁板綍
-     *
-     * @param logId 浣跨敤娆℃暟鎿嶄綔璁板綍ID
-     * @return 浣跨敤娆℃暟鎿嶄綔璁板綍
-     */
+    
     EntOperLog selectEntOperLogById(Long logId);
-
-    /**
-     * 鏌ヨ浣跨敤娆℃暟鎿嶄綔璁板綍鍒楄〃
-     *
-     * @param entOperLog 浣跨敤娆℃暟鎿嶄綔璁板綍
-     * @return 浣跨敤娆℃暟鎿嶄綔璁板綍闆嗗悎
-     */
+    
     List<EntOperLog> selectEntOperLogList(EntOperLog entOperLog);
-
-    /**
-     * 鏂板浣跨敤娆℃暟鎿嶄綔璁板綍
-     *
-     * @param entOperLog 浣跨敤娆℃暟鎿嶄綔璁板綍
-     * @return 缁撴灉
-     */
+    
     int insertEntOperLog(EntOperLog entOperLog);
-
-    /**
-     * 淇敼浣跨敤娆℃暟鎿嶄綔璁板綍
-     *
-     * @param entOperLog 浣跨敤娆℃暟鎿嶄綔璁板綍
-     * @return 缁撴灉
-     */
+    
     int updateEntOperLog(EntOperLog entOperLog);
-
-    /**
-     * 鍒犻櫎浣跨敤娆℃暟鎿嶄綔璁板綍
-     *
-     * @param logId 浣跨敤娆℃暟鎿嶄綔璁板綍ID
-     * @return 缁撴灉
-     */
+    
     int deleteEntOperLogById(Long logId);
-
-    /**
-     * 鎵归噺鍒犻櫎浣跨敤娆℃暟鎿嶄綔璁板綍
-     *
-     * @param logIds 闇�瑕佸垹闄ょ殑鏁版嵁ID
-     * @return 缁撴灉
-     */
+    
     int deleteEntOperLogByIds(String[] logIds);
 }

--
Gitblit v1.9.1