mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-02 04:29:48 +08:00
🎨 #2123 【企业微信】假勤请求增加请假Vacation属性
This commit is contained in:
@ -37,6 +37,8 @@ public class ContentValue implements Serializable {
|
||||
|
||||
private Attendance attendance;
|
||||
|
||||
private Vacation vacation;
|
||||
|
||||
@Data
|
||||
public static class Date implements Serializable {
|
||||
private static final long serialVersionUID = -6181554080062231138L;
|
||||
@ -116,5 +118,11 @@ public class ContentValue implements Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class Vacation implements Serializable {
|
||||
private static final long serialVersionUID = 2120523160034749170L;
|
||||
private Selector selector;
|
||||
private Attendance attendance;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user