|  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.ApiResponse; | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.core.utils.Constants; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.QuerySystemLoginLogDTO; | 
|---|
|  |  |  | import com.doumee.dao.system.model.SystemLoginLog; | 
|---|
|  |  |  | import com.doumee.service.system.SystemLoginLogService; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @date 2023/03/21 14:49 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @RestController | 
|---|
|  |  |  | @RequestMapping("/cloudService/system/loginLog") | 
|---|
|  |  |  | @RequestMapping(Constants.CLOUD_SERVICE_URL_INDEX+"/system/loginLog") | 
|---|
|  |  |  | @Api(tags = "登录日志") | 
|---|
|  |  |  | public class SystemLoginLogCloudController extends BaseController { | 
|---|
|  |  |  |  | 
|---|