| 程序包 | 说明 |
|---|---|
| tech.powerjob.common.response |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ObjectResultDTO
主要目的:消除 idea 烦人的类型提示
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResultDTO<T> |
ResultDTO.failed(String message) |
static <T> ResultDTO<T> |
ResultDTO.failed(Throwable t) |
static <T> ResultDTO<T> |
ResultDTO.success(T data) |
Copyright © 2024. All rights reserved.