|  |  | 
 |  |  | package com.zy.common.model; | 
 |  |  |  | 
 |  |  | import lombok.Data; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * Created by vincent on 2020/6/11 | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | public class StartupDto { | 
 |  |  |  | 
 |  |  |     private Shelves shelves; | 
 |  |  |  | 
 |  |  |     private Integer sourceStaNo; | 
 |  |  |  | 
 |  |  | 
 |  |  |  | 
 |  |  |     private String locNo; | 
 |  |  |  | 
 |  |  |     public Shelves getShelves() { | 
 |  |  |         return shelves; | 
 |  |  |     } | 
 |  |  |     private Integer workNo; | 
 |  |  |  | 
 |  |  |     public void setShelves(Shelves shelves) { | 
 |  |  |         this.shelves = shelves; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Integer getSourceStaNo() { | 
 |  |  |         return sourceStaNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setSourceStaNo(Integer sourceStaNo) { | 
 |  |  |         this.sourceStaNo = sourceStaNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Integer getStaNo() { | 
 |  |  |         return staNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setStaNo(Integer staNo) { | 
 |  |  |         this.staNo = staNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Integer getCrnNo() { | 
 |  |  |         return crnNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setCrnNo(Integer crnNo) { | 
 |  |  |         this.crnNo = crnNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getLocNo() { | 
 |  |  |         return locNo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setLocNo(String locNo) { | 
 |  |  |         this.locNo = locNo; | 
 |  |  |     } | 
 |  |  | } |