Subversion Repositories SmartDukaan

Rev

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

Rev 21359 Rev 21643
Line 16... Line 16...
16
import org.springframework.web.bind.annotation.PathVariable;
16
import org.springframework.web.bind.annotation.PathVariable;
17
import org.springframework.web.bind.annotation.RequestMapping;
17
import org.springframework.web.bind.annotation.RequestMapping;
18
import org.springframework.web.bind.annotation.RequestMethod;
18
import org.springframework.web.bind.annotation.RequestMethod;
19
 
19
 
20
import com.google.gson.Gson;
20
import com.google.gson.Gson;
-
 
21
import com.spice.profitmandi.common.enumuration.SchemeType;
21
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
22
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
22
import com.spice.profitmandi.common.model.ProfitMandiConstants;
23
import com.spice.profitmandi.common.model.ProfitMandiConstants;
23
import com.spice.profitmandi.web.client.RestClient;
24
import com.spice.profitmandi.common.web.client.RestClient;
24
import com.spice.profitmandi.web.enumuration.SchemeType;
-
 
25
import com.spice.profitmandi.web.model.ProfitMandiResponse;
25
import com.spice.profitmandi.web.model.ProfitMandiResponse;
26
import com.spice.profitmandi.web.model.ResponseStatus;
26
import com.spice.profitmandi.web.model.ResponseStatus;
27
import com.spice.profitmandi.web.res.EntityResponse;
27
import com.spice.profitmandi.web.res.EntityResponse;
28
 
28
 
29
import io.swagger.annotations.ApiImplicitParam;
29
import io.swagger.annotations.ApiImplicitParam;