me.chanjar.weixin.cp.bean.oa.templatedata.TemplateVacationItem Maven / Gradle / Ivy
package me.chanjar.weixin.cp.bean.oa.templatedata;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
* The type Template vacation item.
*
* @author gyv12345 @163.com
*/
@Data
public class TemplateVacationItem implements Serializable {
private static final long serialVersionUID = 4510594801023791319L;
private Integer id;
private List name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy