@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.DataAuthDetail;
/**
* <p>
- * 数据权限详情表 Mapper 接口
+ * 表名:sys_data_auth_detail Mapper接口
* </p>
*/
public interface DataAuthDetailMapper extends BaseMapper<DataAuthDetail> {
-}
-
+}
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.DeptDoctor;
- * 科室医生关联表 Mapper 接口
+ * 表名:sys_dept_doctor Mapper接口
public interface DeptDoctorMapper extends BaseMapper<DeptDoctor> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Dept;
- * 科室表 Mapper 接口
+ * 表名:sys_dept Mapper接口
public interface DeptMapper extends BaseMapper<Dept> {
@@ -1,14 +0,0 @@
-package com.lantone.dblayermbg.mapper;
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import com.lantone.dblayermbg.entity.Dictionaries;
-/**
- * <p>
- * 字典管理表 Mapper 接口
- * </p>
- */
-public interface DictionariesMapper extends BaseMapper<Dictionaries> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Hospital;
- * 组织表 Mapper 接口
+ * 表名:sys_hospital Mapper接口
public interface HospitalMapper extends BaseMapper<Hospital> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.HospitalUser;
- * 用户组织关联表 Mapper 接口
+ * 表名:sys_hospital_user Mapper接口
public interface HospitalUserMapper extends BaseMapper<HospitalUser> {
-import com.lantone.dblayermbg.entity.Log;
- * 系统操作日志表 Mapper 接口
-public interface LogMapper extends BaseMapper<Log> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.LoginLog;
- * 登录日志表 Mapper 接口
+ * 表名:sys_login_log Mapper接口
public interface LoginLogMapper extends BaseMapper<LoginLog> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.MedoupDoctor;
- * 医疗组医生关联表 Mapper 接口
+ * 表名:sys_medoup_doctor Mapper接口
public interface MedoupDoctorMapper extends BaseMapper<MedoupDoctor> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Medoup;
- * 医疗小组信息表 Mapper 接口
+ * 表名:sys_medoup Mapper接口
public interface MedoupMapper extends BaseMapper<Medoup> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Menu;
- * 菜单功能表 Mapper 接口
+ * 表名:sys_menu Mapper接口
public interface MenuMapper extends BaseMapper<Menu> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.MenuResource;
- * 菜单资源关联表 Mapper 接口
+ * 表名:sys_menu_resource Mapper接口
public interface MenuResourceMapper extends BaseMapper<MenuResource> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.RegionDept;
- * 病区科室关联表 Mapper 接口
+ * 表名:sys_region_dept Mapper接口
public interface RegionDeptMapper extends BaseMapper<RegionDept> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Resource;
- * 系统资源表 Mapper 接口
+ * 表名:sys_resource Mapper接口
public interface ResourceMapper extends BaseMapper<Resource> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Role;
- * 角色表 Mapper 接口
+ * 表名:sys_role Mapper接口
public interface RoleMapper extends BaseMapper<Role> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.RoleSoftwareDataAuth;
- * 角色与系统服务与数据权限关联表 Mapper 接口
+ * 表名:sys_role_software_data_auth Mapper接口
public interface RoleSoftwareDataAuthMapper extends BaseMapper<RoleSoftwareDataAuth> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.RoleSoftware;
- * 角色与系统服务关联表 Mapper 接口
+ * 表名:sys_role_software Mapper接口
public interface RoleSoftwareMapper extends BaseMapper<RoleSoftware> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.RoleSoftwareResource;
- * 角色与系统服务与URL资源关联表 Mapper 接口
+ * 表名:sys_role_software_resource Mapper接口
public interface RoleSoftwareResourceMapper extends BaseMapper<RoleSoftwareResource> {
-import com.lantone.dblayermbg.entity.ServiceSet;
- * 参数管理表 Mapper 接口
-public interface ServiceSetMapper extends BaseMapper<ServiceSet> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.SoftwareDataAuth;
- * 系统服务与数据权限关联表 Mapper 接口
+ * 表名:sys_software_data_auth Mapper接口
public interface SoftwareDataAuthMapper extends BaseMapper<SoftwareDataAuth> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.Software;
- * 系统服务表 Mapper 接口
+ * 表名:sys_software Mapper接口
public interface SoftwareMapper extends BaseMapper<Software> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.SoftwareMenu;
- * 系统服务功能菜单关联表 Mapper 接口
+ * 表名:sys_software_menu Mapper接口
public interface SoftwareMenuMapper extends BaseMapper<SoftwareMenu> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.SoftwareResource;
- * 系统服务与URL资源关联表 Mapper 接口
+ * 表名:sys_software_resource Mapper接口
public interface SoftwareResourceMapper extends BaseMapper<SoftwareResource> {
@@ -1,16 +0,0 @@
-import com.lantone.dblayermbg.entity.SysRegionDept;
-import org.springframework.stereotype.Repository;
-@Repository
-public interface SysRegionDeptMapper extends BaseMapper<SysRegionDept> {
-import com.lantone.dblayermbg.entity.SysService;
- * 服务表 Mapper 接口
-public interface SysServiceMapper extends BaseMapper<SysService> {
@@ -5,10 +5,9 @@ import com.lantone.dblayermbg.entity.UserRole;
- * 用户角色关联表 Mapper 接口
+ * 表名:sys_user_role Mapper接口
public interface UserRoleMapper extends BaseMapper<UserRole> {