1
zj
2024-10-01 f525648210da700d58d3b3a5c8a48d46abba4a68
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);