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