Fixing .gitignore

This commit is contained in:
wangjinlei
2023-09-19 18:24:19 +08:00
parent 06e2f68ad9
commit ae15750e6a
581 changed files with 67226 additions and 67275 deletions

View File

@@ -1,12 +1,12 @@
package com.peanut.modules.pay.IOSPay.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.pay.IOSPay.model.entities.IosPayOrderEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Repository
@Mapper
public interface PayIOSOrderMapper extends BaseMapper<IosPayOrderEntity> {
}
package com.peanut.modules.pay.IOSPay.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.pay.IOSPay.model.entities.IosPayOrderEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Repository
@Mapper
public interface PayIOSOrderMapper extends BaseMapper<IosPayOrderEntity> {
}

View File

@@ -1,13 +1,13 @@
package com.peanut.modules.pay.IOSPay.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.pay.IOSPay.model.entities.IosPayOrderEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Repository
@Mapper
public interface PayPaymentOrderMapper extends BaseMapper<IosPayOrderEntity> {
}
package com.peanut.modules.pay.IOSPay.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.pay.IOSPay.model.entities.IosPayOrderEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Repository
@Mapper
public interface PayPaymentOrderMapper extends BaseMapper<IosPayOrderEntity> {
}