修改上链问题
parent
20954aa155
commit
d4a3340972
@ -1,6 +1,6 @@
|
||||
package com.sztzjy.block_finance.entity;
|
||||
|
||||
public class StuBlockOnChain {
|
||||
public class StuSupplyOnchain {
|
||||
private String id;
|
||||
|
||||
private String chainName;
|
@ -1,35 +0,0 @@
|
||||
package com.sztzjy.block_finance.mappers;
|
||||
|
||||
import com.sztzjy.block_finance.entity.StuBlockOnChain;
|
||||
import com.sztzjy.block_finance.entity.StuBlockOnChainExample;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
@Mapper
|
||||
public interface StuBlockOnChainMapper {
|
||||
long countByExample(StuBlockOnChainExample example);
|
||||
|
||||
int deleteByExample(StuBlockOnChainExample example);
|
||||
|
||||
int deleteByPrimaryKey(String id);
|
||||
|
||||
int insert(StuBlockOnChain record);
|
||||
|
||||
int insertSelective(StuBlockOnChain record);
|
||||
|
||||
List<StuBlockOnChain> selectByExample(StuBlockOnChainExample example);
|
||||
|
||||
StuBlockOnChain selectByPrimaryKey(String id);
|
||||
|
||||
int updateByExampleSelective(@Param("record") StuBlockOnChain record, @Param("example") StuBlockOnChainExample example);
|
||||
|
||||
int updateByExample(@Param("record") StuBlockOnChain record, @Param("example") StuBlockOnChainExample example);
|
||||
|
||||
int updateByPrimaryKeySelective(StuBlockOnChain record);
|
||||
|
||||
int updateByPrimaryKey(StuBlockOnChain record);
|
||||
|
||||
//
|
||||
StuBlockOnChain selectByTime(String userId);
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
package com.sztzjy.block_finance.mappers;
|
||||
|
||||
import com.sztzjy.block_finance.entity.StuSupplyOnchain;
|
||||
import com.sztzjy.block_finance.entity.StuSupplyOnchainExample;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
@Mapper
|
||||
public interface StuSupplyOnchainMapper {
|
||||
long countByExample(StuSupplyOnchainExample example);
|
||||
|
||||
int deleteByExample(StuSupplyOnchainExample example);
|
||||
|
||||
int deleteByPrimaryKey(String id);
|
||||
|
||||
int insert(StuSupplyOnchain record);
|
||||
|
||||
int insertSelective(StuSupplyOnchain record);
|
||||
|
||||
List<StuSupplyOnchain> selectByExample(StuSupplyOnchainExample example);
|
||||
|
||||
StuSupplyOnchain selectByPrimaryKey(String id);
|
||||
|
||||
int updateByExampleSelective(@Param("record") StuSupplyOnchain record, @Param("example") StuSupplyOnchainExample example);
|
||||
|
||||
int updateByExample(@Param("record") StuSupplyOnchain record, @Param("example") StuSupplyOnchainExample example);
|
||||
|
||||
int updateByPrimaryKeySelective(StuSupplyOnchain record);
|
||||
|
||||
int updateByPrimaryKey(StuSupplyOnchain record);
|
||||
|
||||
|
||||
StuSupplyOnchain selectByTime(String userId);
|
||||
}
|
Loading…
Reference in New Issue