1
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package com.mosty.base.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.mosty.base.model.entity.base.TbOrg;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface TbOrgMapper extends BaseMapper<TbOrg> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user