8000 :art: 【企业微信】OA审批模板增加位置的范围配置 · Goforit000/WxJava@94b375f · GitHub
[go: up one dir, main page]

Skip to content

Commit 94b375f

Browse files
RickSun777binarywang
authored andcommitted
🎨 【企业微信】OA审批模板增加位置的范围配置
1 parent b87da90 commit 94b375f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/templatedata/TemplateConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ public class TemplateConfig implements Serializable {
3232

3333
private TemplateAttendance attendance;
3434

35+
private TemplateLocation location;
36+
3537
@SerializedName("vacation_list")
3638
private TemplateVacation vacationList;
3739

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
package me.chanjar.weixin.cp.bean.oa.templatedata;
2+
3+
import lombok.Data;
4+
5+
/**
6+
* The type Template location.
7+
*
8+
* @author RickSun sunalee@dingtalk.com
9+
*/
10+
@Data
11+
public class TemplateLocation {
12+
13+
/**
14+
* 模板位置的范围
15+
*/
16+
private Integer distance;
17+
18+
}

0 commit comments

Comments
 (0)
0