类 ElectMailTemplate

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.ElectMailTemplate
所有已实现的接口:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.clazz.app.model.ElectMailTemplate") public class ElectMailTemplate extends org.beangle.commons.entity.pojo.LongIdObject
邮件模版
另请参阅:
  • 字段详细资料

    • WITHDRAW

      public static final Long WITHDRAW
  • 构造器详细资料

    • ElectMailTemplate

      public ElectMailTemplate()
  • 方法详细资料

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)