Skip to content

Commit

Permalink
企业微信审批详情缺少控件类型 binarywang#2762
Browse files Browse the repository at this point in the history
  • Loading branch information
gxh0797 authored and guoxianhui committed Aug 10, 2022
1 parent ab26565 commit 67fbfae
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public class ContentValue implements Serializable {
@SerializedName("date_range")
private Attendance.DataRange dateRange;

@SerializedName("punch_correction")
private PunchCorrection punchCorrection;

@Data
public static class Date implements Serializable {
private static final long serialVersionUID = -6181554080062231138L;
Expand Down Expand Up @@ -169,4 +172,11 @@ public static class TemplateName implements Serializable {
private String lang;
}

@Data
public static class PunchCorrection implements Serializable {
private static final long serialVersionUID = 2120523160034749170L;
private String state;
private Long time;
}

}

0 comments on commit 67fbfae

Please sign in to comment.