Subversion Repositories SmartDukaan

Rev

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

Rev 21734 Rev 21740
Line 19... Line 19...
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.enumuration.SchemeType;
22
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
22
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
23
import com.spice.profitmandi.common.model.ProfitMandiConstants;
23
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
24
import com.spice.profitmandi.common.model.ProfitMandiResponse;
-
 
25
import com.spice.profitmandi.common.model.ResponseStatus;
24
import com.spice.profitmandi.common.web.client.RestClient;
26
import com.spice.profitmandi.common.web.client.RestClient;
25
import com.spice.profitmandi.web.model.ProfitMandiResponse;
-
 
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;
30
import io.swagger.annotations.ApiImplicitParams;
30
import io.swagger.annotations.ApiImplicitParams;
31
import io.swagger.annotations.ApiOperation;
31
import io.swagger.annotations.ApiOperation;