Skip to content

Commit cc89015

Browse files
authored
🎨 #2762 【企业微信】审批详情增加缺少的控件类型
1 parent cfa9239 commit cc89015

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ public class ContentValue implements Serializable {
4545
@SerializedName("date_range")
4646
private Attendance.DataRange dateRange;
4747

48+
@SerializedName("punch_correction")
49+
private PunchCorrection punchCorrection;
50+
4851
@Data
4952
public static class Date implements Serializable {
5053
private static final long serialVersionUID = -6181554080062231138L;
@@ -169,4 +172,11 @@ public static class TemplateName implements Serializable {
169172
private String lang;
170173
}
171174

175+
@Data
176+
public static class PunchCorrection implements Serializable {
177+
private static final long serialVersionUID = 2120523160034749170L;
178+
private String state;
179+
private Long time;
180+
}
181+
172182
}

0 commit comments

Comments
 (0)