zhongrj
2023-08-01 46bfff7d18f2a4be5c98f1e22dff5d89f5f5de96
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//package cn.gistack.sm.updaterecord;
//
//import io.geekidea.updaterecord.mybatis.UpdateRecordMybatisInterceptor;
//import org.springframework.context.annotation.Bean;
//import org.springframework.context.annotation.Configuration;
//
///**
// * @PROJECT_NAME: skjcmanager
// * @DESCRIPTION:
// * @USER: aix
// * @DATE: 2023/7/13 14:16
// */
//@Configuration
//public class UpdateRecordConfig {
//
//    @Bean
//    public UpdateRecordMybatisInterceptor updateRecordMybatisInterceptor(){
//        return new UpdateRecordMybatisInterceptor();
//    }
//
//}