@@ -32,6 +32,8 @@ public class TemplateConfig implements Serializable {
private TemplateAttendance attendance;
+ private TemplateLocation location;
+
@SerializedName("vacation_list")
private TemplateVacation vacationList;
@@ -0,0 +1,18 @@
+package me.chanjar.weixin.cp.bean.oa.templatedata;
+import lombok.Data;
+/**
+ * The type Template location.
+ *
+ * @author RickSun sunalee@dingtalk.com
+ */
+@Data
+public class TemplateLocation {
+ /**
+ * 模板位置的范围
+ private Integer distance;
+}