Subversion Repositories SmartDukaan

Rev

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

Rev 21734 Rev 21735
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.dao.entity.Click;
27
import com.spice.profitmandi.dao.entity.dtr.Click;
28
import com.spice.profitmandi.dao.repository.ClickRepository;
28
import com.spice.profitmandi.dao.repository.dtr.ClickRepository;
29
import com.spice.profitmandi.web.res.AddClickReponse;
29
import com.spice.profitmandi.web.res.AddClickReponse;
30
import com.spice.profitmandi.web.util.ResponseSender;
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;