All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateAttendance Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean.oa.templatedata.control;

import com.google.gson.annotations.SerializedName;
import lombok.Data;
import me.chanjar.weixin.cp.bean.oa.templatedata.TemplateDateRange;

import java.io.Serializable;

/**
 * The type Template attendance.
 *
 * @author gyv12345 @163.com
 */
@Data
public class TemplateAttendance implements Serializable {
  private static final long serialVersionUID = 5800412600894589065L;

  @SerializedName("date_range")
  private TemplateDateRange dateRange;

  /**
   * 假勤控件类型:1-请假,3-出差,4-外出,5-加班
   */
  private Integer type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy