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

cn.ezeyc.etxplug.config.MsgApp Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package cn.ezeyc.etxplug.config;


import lombok.Getter;
import lombok.Setter;

/**
 * @author zewang
 */
@Getter
@Setter
public  class MsgApp  {
    private  int type;
    private  String sdkAppId;

    private  String signName;

    private  String templateId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy