类 WxUserLoginLogController


  • @RestController("/inside/wxUserLoginLog")
    @RequestMapping("/inside/wxUserLoginLog")
    public class WxUserLoginLogController
    extends java.lang.Object
    微信用户登录记录
    作者:
    guer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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
    • 构造器详细资料

      • WxUserLoginLogController

        public WxUserLoginLogController()
    • 方法详细资料

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