大王椰二开合并20240719

非标包
This commit is contained in:
Chengliang 2024-07-23 14:35:18 +08:00
parent fe3febba66
commit 87077db4aa
1 changed files with 4 additions and 5 deletions

View File

@ -113,11 +113,10 @@ public class ReturnResult<T> implements Serializable {
* @param data * @param data
* @return * @return
*/ */
//@Deprecated public static <T> ReturnResult<T> successed(T data) {
//public static <T> ReturnResult<T> successed(T data) {
// return new ReturnResult<>(ResultCode.SUCCESS.getCode(), ResultCode.SUCCESS.getMessage(), data);
// return new ReturnResult<>(ResultCode.SUCCESS.getCode(), ResultCode.SUCCESS.getMessage(), data); }
//}
/** /**
* 多语言响应 * 多语言响应