- package com.xjrsoft.module.personnel.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.personnel.entity.BasePersonnelLabourCapitalTitle;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 工资发放表头
- * @Author dzx
- * @Date: 2023-11-08
- * @Version 1.0
- */
- @Mapper
- public interface BasePersonnelLabourCapitalTitleMapper extends MPJBaseMapper<BasePersonnelLabourCapitalTitle> {
- }
|