Subversion Repositories SmartDukaan

Rev

Rev 21734 | Rev 22272 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21734 Rev 21740
Line 27... Line 27...
27
import com.google.gson.Gson;
27
import com.google.gson.Gson;
28
import com.google.gson.reflect.TypeToken;
28
import com.google.gson.reflect.TypeToken;
29
import com.spice.profitmandi.common.enumuration.SchemeType;
29
import com.spice.profitmandi.common.enumuration.SchemeType;
30
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
30
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
31
import com.spice.profitmandi.common.model.ProfitMandiConstants;
31
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
32
import com.spice.profitmandi.common.model.ProfitMandiResponse;
-
 
33
import com.spice.profitmandi.common.model.ResponseStatus;
32
import com.spice.profitmandi.common.web.client.RestClient;
34
import com.spice.profitmandi.common.web.client.RestClient;
33
import com.spice.profitmandi.web.model.ProfitMandiResponse;
-
 
34
import com.spice.profitmandi.web.model.ResponseStatus;
-
 
35
import com.spice.profitmandi.web.res.DealBrands;
35
import com.spice.profitmandi.web.res.DealBrands;
36
import com.spice.profitmandi.web.res.DealObjectResponse;
36
import com.spice.profitmandi.web.res.DealObjectResponse;
37
import com.spice.profitmandi.web.res.DealsResponse;
37
import com.spice.profitmandi.web.res.DealsResponse;
38
 
38
 
39
import io.swagger.annotations.ApiImplicitParam;
39
import io.swagger.annotations.ApiImplicitParam;