From af61da8b525487eb12813762bc7480bcf8c9b65b Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期四, 29 五月 2025 09:48:13 +0800 Subject: [PATCH] 添加oa流程地址 --- ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java index a7abfe4..81c92c0 100644 --- a/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java +++ b/ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java @@ -7,7 +7,7 @@ /** * 鎿嶄綔娑堟伅鎻愰啋 - * + * * @author ruoyi */ public class AjaxResult extends HashMap<String, Object> @@ -32,7 +32,7 @@ /** * 鍒濆鍖栦竴涓柊鍒涘缓鐨� AjaxResult 瀵硅薄 - * + * * @param code 鐘舵�佺爜 * @param msg 杩斿洖鍐呭 */ @@ -44,7 +44,7 @@ /** * 鍒濆鍖栦竴涓柊鍒涘缓鐨� AjaxResult 瀵硅薄 - * + * * @param code 鐘舵�佺爜 * @param msg 杩斿洖鍐呭 * @param data 鏁版嵁瀵硅薄 @@ -61,7 +61,7 @@ /** * 杩斿洖鎴愬姛娑堟伅 - * + * * @return 鎴愬姛娑堟伅 */ public static AjaxResult success() @@ -71,7 +71,7 @@ /** * 杩斿洖鎴愬姛鏁版嵁 - * + * * @return 鎴愬姛娑堟伅 */ public static AjaxResult success(Object data) @@ -81,7 +81,7 @@ /** * 杩斿洖鎴愬姛娑堟伅 - * + * * @param msg 杩斿洖鍐呭 * @return 鎴愬姛娑堟伅 */ @@ -92,7 +92,7 @@ /** * 杩斿洖鎴愬姛娑堟伅 - * + * * @param msg 杩斿洖鍐呭 * @param data 鏁版嵁瀵硅薄 * @return 鎴愬姛娑堟伅 @@ -127,7 +127,7 @@ /** * 杩斿洖閿欒娑堟伅 - * + * * @return 閿欒娑堟伅 */ public static AjaxResult error() @@ -137,7 +137,7 @@ /** * 杩斿洖閿欒娑堟伅 - * + * * @param msg 杩斿洖鍐呭 * @return 閿欒娑堟伅 */ @@ -148,7 +148,7 @@ /** * 杩斿洖閿欒娑堟伅 - * + * * @param msg 杩斿洖鍐呭 * @param data 鏁版嵁瀵硅薄 * @return 閿欒娑堟伅 @@ -160,7 +160,7 @@ /** * 杩斿洖閿欒娑堟伅 - * + * * @param code 鐘舵�佺爜 * @param msg 杩斿洖鍐呭 * @return 閿欒娑堟伅 -- Gitblit v1.9.3