We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3609edb commit 3d1c1baCopy full SHA for 3d1c1ba
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/applydata/ContentValue.java
@@ -37,6 +37,8 @@ public class ContentValue implements Serializable {
37
38
private Attendance attendance;
39
40
+ private Vacation vacation;
41
+
42
@Data
43
public static class Date implements Serializable {
44
private static final long serialVersionUID = -6181554080062231138L;
@@ -116,5 +118,11 @@ public static class DataRange implements Serializable {
116
118
}
117
119
120
121
+ @Data
122
+ public static class Vacation implements Serializable {
123
+ private static final long serialVersionUID = 2120523160034749170L;
124
+ private Selector selector;
125
+ private Attendance attendance;
126
+ }
127
128
0 commit comments