去除Spring注解

This commit is contained in:
钱涛 2022-07-06 17:36:30 +08:00
parent 24853722cb
commit b23f790fc9
24 changed files with 24 additions and 30 deletions

View File

@ -1,13 +1,12 @@
package com.engine.salary.mapper;
import com.engine.salary.entity.taxrate.SysTaxRateBase;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface SysTaxRateBaseMapper {
/**

View File

@ -1,11 +1,10 @@
package com.engine.salary.mapper;
import com.engine.salary.entity.taxrate.SysTaxRateDetailPO;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface SysTaxRateDetailMapper {
/**

View File

@ -1,13 +1,12 @@
package com.engine.salary.mapper;
import com.engine.salary.entity.taxrate.TaxRateBase;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxRateBaseMapper {
/**

View File

@ -1,13 +1,12 @@
package com.engine.salary.mapper;
import com.engine.salary.entity.taxrate.TaxRateDetail;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxRateDetailMapper {
/**

View File

@ -5,12 +5,11 @@ import com.engine.salary.entity.datacollection.DataCollectionEmployee;
import com.engine.salary.entity.datacollection.dto.AddUpDeductionDTO;
import com.engine.salary.entity.datacollection.dto.AddUpDeductionRecordDTO;
import com.engine.salary.entity.datacollection.param.AddUpDeductionQueryParam;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface AddUpDeductionMapper {
/**

View File

@ -10,7 +10,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface AddUpSituationMapper {
/**

View File

@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface AttendQuoteDataMapper {
/**

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface AttendQuoteDataValueMapper {
/**

View File

@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface AttendQuoteMapper {
/**

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface AttendQuoteSyncSetMapper {
/**

View File

@ -11,7 +11,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface EmployMapper {
/**
* 获取所有员工

View File

@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface OtherDeductionMapper {
/**

View File

@ -18,7 +18,7 @@ import java.util.List;
* @Author: wangxiangzhong
* @Date: 2021-12-11 11:29
*/
@Mapper
public interface SalarySendInfoMapper {
/**

View File

@ -14,7 +14,7 @@ import java.util.Map;
* @Author: wangxiangzhong
* @Date: 2021-12-11 11:28
*/
@Mapper
public interface SalarySendMapper {
/**

View File

@ -12,7 +12,7 @@ import java.util.List;
/**
* @Description: 工资单模板设置
*/
@Mapper
public interface SalaryTemplateMapper {
/**
* 查询工资单模板列表

View File

@ -5,7 +5,7 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface SysSalaryItemMapper {
/**

View File

@ -5,7 +5,7 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface SalarySobDefaultItemMapper {
/**

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface SalarySobItemMapper {
/**

View File

@ -5,7 +5,7 @@ import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface TaxAgentBaseMapper {
/**

View File

@ -1,13 +1,12 @@
package com.engine.salary.mapper.taxagent;
import com.engine.salary.entity.taxagent.po.TaxAgentEmpChangePO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxAgentEmpChangeMapper {
/**

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxAgentEmpMapper {
/**

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxAgentManageRangeMapper {
/**

View File

@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxDeclarationDetailMapper {

View File

@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.Collection;
import java.util.List;
@Mapper
public interface TaxDeclarationMapper {