|
@@ -84,6 +84,7 @@ public class EmailTemplateInfoDO {
|
|
vo.setId(this.id);
|
|
vo.setId(this.id);
|
|
vo.setStatus(this.status);
|
|
vo.setStatus(this.status);
|
|
vo.setDescription(this.description);
|
|
vo.setDescription(this.description);
|
|
|
|
+ vo.setDirection(this.direction);
|
|
vo.setType(this.type);
|
|
vo.setType(this.type);
|
|
return vo;
|
|
return vo;
|
|
}
|
|
}
|