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

me.chanjar.weixin.cp.bean.oa.templatedata.TemplateTitle 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 title.
 *
 * @author gyv12345 @163.com
 */
@Data
public class TemplateTitle implements Serializable {
  private static final long serialVersionUID = -3229779834737051398L;

  private String text;

  private String lang;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy