Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangquan wangquan
test
Commits
4ace0fa5
Commit
4ace0fa5
authored
Sep 01, 2025
by
bing zhang
Browse files
Merge branch 'main' into dev
parents
b31cf68f
bcb0608a
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/java/src/main/java/com/mindskip/xzs/test/Test.java
0 → 100644
View file @
4ace0fa5
package
com.mindskip.xzs.test
;
public
class
Test
{
public
static
void
main
(
String
[]
args
)
{
int
i
=
10
/
0
;
}
}
source/java/src/main/java/com/mindskip/xzs/viewmodel/dashboard/IndexVM.java
View file @
4ace0fa5
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment