资源相关

This commit is contained in:
ZZX9599
2025-09-16 17:41:23 +08:00
parent 89df7e6c0e
commit adf375648b
22 changed files with 350 additions and 16 deletions

View File

@ -12,7 +12,7 @@ import java.util.Map;
* Map与JSON互相转换工具类
*/
@Slf4j
public class JsonMapConverter {
public class JsonUtil {
private static final ObjectMapper objectMapper = new ObjectMapper();