public interface CoupleMailGenerator<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
generate()
生成CoupleMail数据
|
boolean |
isModified()
判断数据源是否改变过。
|
boolean isModified()
throws GenerateCoupleMailException
generate()之前验证下数据源是否改变,如果数据源没有改变,
则没有必要去执行generate()函数GenerateCoupleMailExceptionT generate() throws GenerateCoupleMailException
GenerateCoupleMailExceptionCopyright © 2017. All rights reserved.