| | |
| | | |
| | | /** |
| | | * 表名:L_WH_FORM_TRANSFER * |
| | | * |
| | | * @author genrator |
| | | */ |
| | | @JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY) |
| | | public class LWhFormTransfer extends BasePo<LWhFormTransfer> { |
| | | |
| | | // 序列化版本号 |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | private String procureDoc = null; |
| | | @JsonIgnore |
| | | protected boolean isset_procureDoc = false; |
| | | |
| | | private Long tel = null; |
| | | @JsonIgnore |
| | | protected boolean isset_tel = false; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | |
| | | return this.procureDoc == null || this.procureDoc.length() == 0; |
| | | } |
| | | |
| | | public Long getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(Long tel) { |
| | | this.tel = tel; |
| | | this.isset_tel = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyTel() { |
| | | return this.tel == null; |
| | | } |
| | | |
| | | /** |
| | | * 重写 toString() 方法 |
| | | */ |
| | |
| | | if (this.isset_procureDoc) { |
| | | l_wh_form_transfer.setProcureDoc(this.getProcureDoc()); |
| | | } |
| | | if (this.isset_tel) { |
| | | l_wh_form_transfer.setTel(this.getTel()); |
| | | } |
| | | return l_wh_form_transfer; |
| | | } |
| | | } |