- 所有已实现的接口:
- Serializable
public class ResultDTO
extends Object
implements Serializable
The ResultDTO class represents a data transfer object (DTO) for holding the result of an operation.
It implements the Serializable interface to enable serialization and deserialization of the object.
This class is used to encapsulate the result data and provide a standardized format for transferring data between components or services.
- 另请参阅:
- 序列化表格