mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
🎨 #2762 【企业微信】审批详情增加缺少的控件类型
This commit is contained in:
parent
cfa92390f2
commit
cc8901598d
@ -45,6 +45,9 @@ public class ContentValue implements Serializable {
|
|||||||
@SerializedName("date_range")
|
@SerializedName("date_range")
|
||||||
private Attendance.DataRange dateRange;
|
private Attendance.DataRange dateRange;
|
||||||
|
|
||||||
|
@SerializedName("punch_correction")
|
||||||
|
private PunchCorrection punchCorrection;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class Date implements Serializable {
|
public static class Date implements Serializable {
|
||||||
private static final long serialVersionUID = -6181554080062231138L;
|
private static final long serialVersionUID = -6181554080062231138L;
|
||||||
@ -169,4 +172,11 @@ public class ContentValue implements Serializable {
|
|||||||
private String lang;
|
private String lang;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public static class PunchCorrection implements Serializable {
|
||||||
|
private static final long serialVersionUID = 2120523160034749170L;
|
||||||
|
private String state;
|
||||||
|
private Long time;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user