Commit e277e507 authored by neo's avatar neo

[dev] add static keyword for leave test domain

parent 158a8af0
......@@ -108,7 +108,7 @@ public class LeaveController {
return taskId;
}
class Rect{
static class Rect{
String X;
String Y;
String width;
......@@ -149,7 +149,7 @@ public class LeaveController {
class MyTask {
static class MyTask {
String taskId;
String name;
String assignee;
......@@ -206,7 +206,7 @@ public class LeaveController {
}
}
class Leave {
static class Leave {
String name;
Integer day;
String leaveReason;
......
Markdown is supported
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