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

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

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

import lombok.Data;

import java.io.Serializable;

/**
 * The type Template date range.
 *
 * @author gyv12345 @163.com
 */
@Data
public class TemplateDateRange implements Serializable {

  private static final long serialVersionUID = -9209035461466543180L;

  /**
   * 时间刻度:hour-精确到分钟, halfday—上午/下午
   */
  private String type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy