public class SmsTemplateModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
comment
打回原因
|
private String |
content
模板内容
|
private String |
copTemplateId
模板id
|
private Date |
createTime
创建时间,在前端展示叫提交时间
|
private String |
name
模板名称
|
private Integer |
status
审核状态
|
| 构造器和说明 |
|---|
SmsTemplateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
String |
getContent() |
String |
getCopTemplateId() |
Date |
getCreateTime() |
String |
getName() |
Integer |
getStatus() |
void |
setComment(String comment) |
void |
setContent(String content) |
void |
setCopTemplateId(String copTemplateId) |
void |
setCreateTime(Date createTime) |
void |
setName(String name) |
void |
setStatus(Integer status) |
String |
toString() |
private String name
private String content
private String copTemplateId
private Integer status
private String comment
private Date createTime
public String getName()
public void setName(String name)
public String getContent()
public void setContent(String content)
public String getCopTemplateId()
public void setCopTemplateId(String copTemplateId)
public Integer getStatus()
public void setStatus(Integer status)
public String getComment()
public void setComment(String comment)
public Date getCreateTime()
public void setCreateTime(Date createTime)
Copyright © 2024. All rights reserved.