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

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

The newest version!
package me.chanjar.weixin.cp.bean.oa.templatedata;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

/**
 * @author [email protected]
 * @version 1.0
 * @date 2025/1/16 09:46
 */
@Data
public class TemplateTipsSubTextContent {
  @SerializedName("plain_text")
  private TemplateTipsSubTextContentPlainText plainText;
  private TemplateTipsSubTextContentLink link;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy