mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🎨 【企业微信】OA审批模板增加位置的范围配置
This commit is contained in:
		| @ -32,6 +32,8 @@ public class TemplateConfig implements Serializable { | |||||||
|  |  | ||||||
|   private TemplateAttendance attendance; |   private TemplateAttendance attendance; | ||||||
|  |  | ||||||
|  |   private TemplateLocation location; | ||||||
|  |  | ||||||
|   @SerializedName("vacation_list") |   @SerializedName("vacation_list") | ||||||
|   private TemplateVacation vacationList; |   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; | ||||||
|  |  | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user
	 RickSun
					RickSun