| | |
| | | /** 取消时间 */ |
| | | private java.util.Date cancelTime; |
| | | |
| | | /** |
| | | * 服务单编号 |
| | | * @return |
| | | */ |
| | | public String getServiceCode(){ |
| | | if(this.legacyServiceOrdClass!=null && this.legacyServiceNsTime!=null && this.legacyServiceOrdNo!=null) { |
| | | String nstime = DateUtils.parseDateToStr(DateUtils.YYYYMMDD, this.legacyServiceNsTime); |
| | |
| | | return null; |
| | | } |
| | | |
| | | /** |
| | | * 调度单编号 |
| | | * @return |
| | | */ |
| | | public String getDispatchCode(){ |
| | | if(this.legacyDispatchOrdClass!=null && this.legacyDispatchNsTime!=null && this.legacyDispatchOrdNo!=null) { |
| | | String nstime = DateUtils.parseDateToStr(DateUtils.YYYYMMDD, this.legacyDispatchNsTime); |