[测评系统]--测评系统核心代码库
林致杰
2023-10-26 765d9a3de208ba1ea9a10f9b1bd6fba08afd2079
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));
    }
}