From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java | 82 ++++++++++++++++++++-------------------- 1 files changed, 41 insertions(+), 41 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java index 423a373..52b7563 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java @@ -1,41 +1,41 @@ -package com.yeshi.fanli.service.impl.tlj; - -import java.util.List; - -import javax.annotation.Resource; - -import org.springframework.stereotype.Service; - -import com.yeshi.fanli.dao.mybatis.tlj.UserTaoLiJinGiveRecordMapper; -import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinGiveRecord; -import com.yeshi.fanli.service.inter.tlj.UserTaoLiJinGiveRecordService; - -@Service -public class UserTaoLiJinGiveRecordServiceImpl implements UserTaoLiJinGiveRecordService { - - @Resource - private UserTaoLiJinGiveRecordMapper userTaoLiJinGiveRecordMapper; - - - @Override - public void insertSelective(UserTaoLiJinGiveRecord record) { - userTaoLiJinGiveRecordMapper.insertSelective(record); - } - - @Override - public UserTaoLiJinGiveRecord selectByPrimaryKey(Long id) { - return userTaoLiJinGiveRecordMapper.selectByPrimaryKey(id); - } - - - @Override - public void updateByPrimaryKeySelective(UserTaoLiJinGiveRecord record) { - userTaoLiJinGiveRecordMapper.updateByPrimaryKeySelective(record); - } - - @Override - public List<UserTaoLiJinGiveRecord> overdueList(int count) { - return userTaoLiJinGiveRecordMapper.overdueList(count); - } - -} +package com.yeshi.fanli.service.impl.tlj; + +import java.util.List; + +import javax.annotation.Resource; + +import org.springframework.stereotype.Service; + +import com.yeshi.fanli.dao.mybatis.tlj.UserTaoLiJinGiveRecordMapper; +import com.yeshi.fanli.entity.bus.tlj.UserTaoLiJinGiveRecord; +import com.yeshi.fanli.service.inter.tlj.UserTaoLiJinGiveRecordService; + +@Service +public class UserTaoLiJinGiveRecordServiceImpl implements UserTaoLiJinGiveRecordService { + + @Resource + private UserTaoLiJinGiveRecordMapper userTaoLiJinGiveRecordMapper; + + + @Override + public void insertSelective(UserTaoLiJinGiveRecord record) { + userTaoLiJinGiveRecordMapper.insertSelective(record); + } + + @Override + public UserTaoLiJinGiveRecord selectByPrimaryKey(Long id) { + return userTaoLiJinGiveRecordMapper.selectByPrimaryKey(id); + } + + + @Override + public void updateByPrimaryKeySelective(UserTaoLiJinGiveRecord record) { + userTaoLiJinGiveRecordMapper.updateByPrimaryKeySelective(record); + } + + @Override + public List<UserTaoLiJinGiveRecord> overdueList(int count) { + return userTaoLiJinGiveRecordMapper.overdueList(count); + } + +} -- Gitblit v1.8.0