初始化项目

This commit is contained in:
root
2024-04-01 09:20:31 +08:00
commit fefd704e6e
4694 changed files with 1869737 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package com.njcn.mapper.tiansu;
import com.njcn.pojo.tiansu.Tokenif;
import tk.mybatis.mapper.common.Mapper;
/**
* @author hongawen
* @Date: 2018/7/16 14:12
*/
public interface TokenMapper extends Mapper<Tokenif> {
}