mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 【企业微信】OA审批模板增加位置的范围配置
This commit is contained in:
parent
b87da90b69
commit
94b375f5d8
@ -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;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user