- package com.xjrsoft.module.personnel.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.personnel.entity.PersonnelHealthy;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 人员健康信息表
- * @Author dzx
- * @Date: 2024-07-23
- * @Version 1.0
- */
- @Mapper
- public interface PersonnelHealthyMapper extends MPJBaseMapper<PersonnelHealthy> {
- }
|