|
@@ -5,6 +5,7 @@ import cn.seecoder.web.model.po.func_test.FuncTestRecordPO;
|
|
|
import org.apache.ibatis.annotations.InsertProvider;
|
|
import org.apache.ibatis.annotations.InsertProvider;
|
|
|
import org.apache.ibatis.annotations.Options;
|
|
import org.apache.ibatis.annotations.Options;
|
|
|
import org.apache.ibatis.annotations.Select;
|
|
import org.apache.ibatis.annotations.Select;
|
|
|
|
|
+import org.springframework.stereotype.Repository;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
@@ -13,6 +14,7 @@ import java.util.List;
|
|
|
* @date 2021/4/22
|
|
* @date 2021/4/22
|
|
|
* @description:
|
|
* @description:
|
|
|
*/
|
|
*/
|
|
|
|
|
+@Repository
|
|
|
public interface FuncTestRecordMapper {
|
|
public interface FuncTestRecordMapper {
|
|
|
|
|
|
|
|
@InsertProvider(type = GeneralInsertUpdateSqlProvider.class, method = "insert")
|
|
@InsertProvider(type = GeneralInsertUpdateSqlProvider.class, method = "insert")
|