类似这种,有办法造数据么? ``` @Data public class DataResponse<T> { protected Integer code; protected String msg; private T data; } ```
类似这种,有办法造数据么?