zj
2024-06-04 935b27a40c549f3ebc15e7e9654cdfd01e8eab13
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);