1
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
package com.mosty.base.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.common.core.business.entity.SysDept;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* @author dw
|
||||
* @since 2022/8/1
|
||||
**/
|
||||
@Mapper
|
||||
public interface DeptMapper extends BaseMapper<SysDept> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user