From 01a9e07288902ff84bf3007030be6a72e2150679 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 08 十一月 2024 16:58:13 +0800 Subject: [PATCH] 7个新增页面,增删改 --- src/main/java/com/fzzy/push/nx2024/dto/Nx2024RespDto.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2024/dto/Nx2024RespDto.java b/src/main/java/com/fzzy/push/nx2024/dto/Nx2024RespDto.java index e9849ad..7093bc7 100644 --- a/src/main/java/com/fzzy/push/nx2024/dto/Nx2024RespDto.java +++ b/src/main/java/com/fzzy/push/nx2024/dto/Nx2024RespDto.java @@ -9,7 +9,7 @@ * @Date 2024/7/25 15:21 */ @Data -public class Nx2024RespDto<T> implements Serializable { +public class Nx2024RespDto implements Serializable { /** * */ -- Gitblit v1.9.3