Helius
2020-05-14 7c31b75ddb67608b0a86ce2317608f275d44a872
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.configurations.interceptor;
 
/**
 * mybatis拦截器,自动注入创建人、创建时间、修改人、修改时间
 *
 * @author wzy
 * @date 2020-05-13
 **/
public class MybatisInterceptor {
}