Subversion Repositories SmartDukaan

Rev

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

Rev 21735 Rev 21740
Line 22... Line 22...
22
import org.springframework.web.bind.annotation.RequestMapping;
22
import org.springframework.web.bind.annotation.RequestMapping;
23
import org.springframework.web.bind.annotation.RequestMethod;
23
import org.springframework.web.bind.annotation.RequestMethod;
24
import org.springframework.web.bind.annotation.RequestParam;
24
import org.springframework.web.bind.annotation.RequestParam;
25
 
25
 
26
import com.spice.profitmandi.common.model.ProfitMandiConstants;
26
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
27
import com.spice.profitmandi.common.web.util.ResponseSender;
27
import com.spice.profitmandi.dao.entity.dtr.Click;
28
import com.spice.profitmandi.dao.entity.dtr.Click;
28
import com.spice.profitmandi.dao.repository.dtr.ClickRepository;
29
import com.spice.profitmandi.dao.repository.dtr.ClickRepository;
29
import com.spice.profitmandi.web.res.AddClickReponse;
30
import com.spice.profitmandi.web.res.AddClickReponse;
30
import com.spice.profitmandi.web.util.ResponseSender;
-
 
31
 
31
 
32
//import in.shop2020.mobileapi.serving.services.Mysql;
32
//import in.shop2020.mobileapi.serving.services.Mysql;
33
import io.swagger.annotations.ApiImplicitParam;
33
import io.swagger.annotations.ApiImplicitParam;
34
import io.swagger.annotations.ApiImplicitParams;
34
import io.swagger.annotations.ApiImplicitParams;
35
import io.swagger.annotations.ApiOperation;
35
import io.swagger.annotations.ApiOperation;