类 WxUserLoginLogController
- java.lang.Object
-
- net.guerlab.smart.wx.internal.controller.inside.WxUserLoginLogController
-
@RestController("/inside/wxUserLoginLog") @RequestMapping("/inside/wxUserLoginLog") public class WxUserLoginLogController extends java.lang.Object微信用户登录记录- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 WxUserLoginLogController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.Collection<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO>findAll(net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO>findList(net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)voidsetService(net.guerlab.smart.wx.service.service.WxUserLoginLogService service)
-
-
-
方法详细资料
-
findList
@PostMapping public net.guerlab.web.result.ListObject<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO> findList(@RequestBody net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)
-
findAll
@PostMapping("/all") public java.util.Collection<net.guerlab.smart.wx.core.domain.WxUserLoginLogDTO> findAll(@RequestBody net.guerlab.smart.wx.core.searchparams.WxUserLoginLogSearchParams searchParams)
-
setService
@Autowired public void setService(net.guerlab.smart.wx.service.service.WxUserLoginLogService service)
-
-