类 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)  
    void setService​(net.guerlab.smart.wx.service.service.WxUserLoginLogService service)  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • 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)