|
|
@ -1,5 +1,6 @@
|
|
|
|
package au.com.royalpay.payment.manage.apps.web;
|
|
|
|
package au.com.royalpay.payment.manage.apps.web;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.manage.apps.AppController;
|
|
|
|
import au.com.royalpay.payment.manage.apps.bean.CustomerImpressionQuery;
|
|
|
|
import au.com.royalpay.payment.manage.apps.bean.CustomerImpressionQuery;
|
|
|
|
import au.com.royalpay.payment.manage.apps.core.CustomerImpression;
|
|
|
|
import au.com.royalpay.payment.manage.apps.core.CustomerImpression;
|
|
|
|
|
|
|
|
|
|
|
@ -9,11 +10,10 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
@RestController
|
|
|
|
@AppController
|
|
|
|
@RequestMapping(value = "/customers/impression")
|
|
|
|
@RequestMapping(value = "/customers/impression")
|
|
|
|
public class CustomerImpressionController {
|
|
|
|
public class CustomerImpressionController {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|