From 307ac519ae05bc70bf6d18c0f679847288928c38 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期一, 11 十二月 2023 10:05:10 +0800 Subject: [PATCH] 暂时提交 --- src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultObjDTO.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultObjDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultObjDTO.java new file mode 100644 index 0000000..3b945a0 --- /dev/null +++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/ReportResultObjDTO.java @@ -0,0 +1,14 @@ +package com.ruoyi.doublePrevention.entity.CJReport; + +public class ReportResultObjDTO { + + private String batchId; + + public String getBatchId() { + return batchId; + } + + public void setBatchId(String batchId) { + this.batchId = batchId; + } +} -- Gitblit v1.9.2