app/src/main/java/com/dayu/pipirrapp/bean/net/UplodFileState.java
@@ -1,5 +1,9 @@ package com.dayu.pipirrapp.bean.net; import com.dayu.pipirrapp.net.BaseResponse; import retrofit2.Call; /** * Copyright (C), 2023, * Author: zuo @@ -12,6 +16,15 @@ int number;//失败后重试的次数 String id;//上传后的id String webPath;//上传后的地址 Call<BaseResponse> thisCall;//当前请求 public Call<BaseResponse> getThisCall() { return thisCall; } public void setThisCall(Call<BaseResponse> thisCall) { this.thisCall = thisCall; } public int getNumber() { return number;