1
zj
2024-10-11 5f97f550b3fb60ac2142d7ca3c78d6bd04f18b80
src/main/java/com/nq/dao/UserWithdrawMapper.java
@@ -9,8 +9,6 @@
public interface UserWithdrawMapper extends BaseMapper<UserWithdraw> {
  int deleteByPrimaryKey(Integer paramInteger);
  
  int insertSelective(UserWithdraw paramUserWithdraw);
  UserWithdraw selectByPrimaryKey(Integer paramInteger);
  
  int updateByPrimaryKeySelective(UserWithdraw paramUserWithdraw);