me.chanjar.weixin.cp.bean.oa.templatedata.TemplateLocation Maven / Gradle / Ivy
package me.chanjar.weixin.cp.bean.oa.templatedata;
import lombok.Data;
/**
* The type Template location.
*
* @author RickSun [email protected]
*/
@Data
public class TemplateLocation {
/**
* 模板位置的范围
*/
private Integer distance;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy