Skip to content

Commit 3d1c1ba

Browse files
authored
🎨 #2123 【企业微信】假勤请求增加请假Vacation属性
1 parent 3609edb commit 3d1c1ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/applydata/ContentValue.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public class ContentValue implements Serializable {
3737

3838
private Attendance attendance;
3939

40+
private Vacation vacation;
41+
4042
@Data
4143
public static class Date implements Serializable {
4244
private static final long serialVersionUID = -6181554080062231138L;
@@ -116,5 +118,11 @@ public static class DataRange implements Serializable {
116118
}
117119
}
118120

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+
}
119127

120128
}

0 commit comments

Comments
 (0)