[测评系统]--测评系统核心代码库
linzhijie
2023-04-23 94c73409b82edbfeef2b2dc678526f09f9d28169
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));
    }
}