| | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.VolunteerMerchantWithdrawVO; |
| | | import com.panzhihua.service_community.entity.VolunteerMerchantWithdraw; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | public interface VolunteerMerchantWithdrawService extends IService<VolunteerMerchantWithdraw> |
| | | { |
| | |
| | | * @param disposeType |
| | | * @return |
| | | */ |
| | | R getList(int pageNum, int pageSize, String disposeType,String merchantName); |
| | | R getList(int pageNum, int pageSize, String disposeType,String merchantName,String merchantId,String communityId); |
| | | |
| | | /** |
| | | * 新增商家提现 |