Rename table t_element to t_func
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package top.fatweb.api.mapper.permission
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper
|
||||
import org.apache.ibatis.annotations.Mapper
|
||||
import top.fatweb.api.entity.permission.Func
|
||||
|
||||
/**
|
||||
* Function mapper
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Mapper
|
||||
interface FuncMapper : BaseMapper<Func>
|
||||
Reference in New Issue
Block a user