1
zj
2024-05-29 326e3f167ec3e7942911b027e2b63e64476e4ad4
src/main/java/com/nq/dao/UserWithdrawMapper.java
@@ -10,8 +10,6 @@
public interface UserWithdrawMapper extends BaseMapper<UserWithdraw> {
  int deleteByPrimaryKey(Integer paramInteger);
  
  int insert(UserWithdraw paramUserWithdraw);
  int insertSelective(UserWithdraw paramUserWithdraw);
  
  UserWithdraw selectByPrimaryKey(Integer paramInteger);