From c7f7339f47258d12b1dc26abb919860ac9e2f44a Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期一, 04 九月 2023 15:00:55 +0800
Subject: [PATCH] 新增VAQ类型

---
 src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java b/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java
index f83b7b2..cf5be2e 100644
--- a/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java
+++ b/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java
@@ -14,4 +14,11 @@
     public void setType(ReportTypeEnum typeEnum) {
         this.type = typeEnum.getCode();
     }
+
+
+    public static void main(String[] args) {
+        Integer i = 1;
+        String s = "2";
+        System.out.println(i.equals(s));
+    }
 }

--
Gitblit v1.9.1