【代码评审】BPM:触发器 - 表单修改

This commit is contained in:
YunaiV
2025-02-09 06:55:56 +08:00
parent f5050807e1
commit 9569c3fbed
5 changed files with 13 additions and 5 deletions

View File

@@ -206,4 +206,5 @@ public class JsonUtils {
public static boolean isJsonObject(String str) {
return JSONUtil.isTypeJSONObject(str);
}
}