Commit 4ace0fa5 authored by bing zhang's avatar bing zhang
Browse files

Merge branch 'main' into dev

parents b31cf68f bcb0608a
package com.mindskip.xzs.test;
public class Test {
public static void main(String[] args) {
int i=10/0;
}
}
......@@ -5,6 +5,10 @@ package com.mindskip.xzs.viewmodel.dashboard;
import java.util.List;
/**
* @author test
* @date 2023/05/08
*/
public class IndexVM {
private Integer examPaperCount;
private Integer questionCount;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment