ums Alarm 작업..

This commit is contained in:
cho
2026-02-06 09:43:58 +09:00
parent fcedbabfc9
commit 0340f63a79
13 changed files with 452 additions and 0 deletions
@@ -0,0 +1,10 @@
package com.eactive.eai.common.util;
import com.google.gson.Gson;
public final class Jsons {
private Jsons() {}
public static final Gson GSON = new Gson();
}