From 8f5fed4fbee754b1e22258f8862bdabf518df315 Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期五, 01 八月 2025 12:42:41 +0800 Subject: [PATCH] 区分数据 --- performance-server/src/main/java/com/ruoyi/performance/dto/AuxiliaryAllDto.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/performance-server/src/main/java/com/ruoyi/performance/dto/AuxiliaryAllDto.java b/performance-server/src/main/java/com/ruoyi/performance/dto/AuxiliaryAllDto.java index 8b3afb1..88fadc0 100644 --- a/performance-server/src/main/java/com/ruoyi/performance/dto/AuxiliaryAllDto.java +++ b/performance-server/src/main/java/com/ruoyi/performance/dto/AuxiliaryAllDto.java @@ -1,7 +1,9 @@ package com.ruoyi.performance.dto; import io.swagger.annotations.ApiModelProperty; +import lombok.AllArgsConstructor; import lombok.Data; +import lombok.NoArgsConstructor; import java.math.BigDecimal; @@ -12,6 +14,8 @@ * @Date 2024/10/25 */ @Data +@AllArgsConstructor +@NoArgsConstructor public class AuxiliaryAllDto { @ApiModelProperty("浜ч噺宸ユ椂") -- Gitblit v1.9.3