自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-30 a47fcd804f2c590a8e5e2c08a1d506b665411aa9
src/main/java/com/zy/common/model/StartupDto.java
@@ -5,8 +5,6 @@
 */
public class StartupDto {
    private Shelves shelves;
    private Integer sourceStaNo;
    private Integer staNo;
@@ -14,14 +12,6 @@
    private Integer crnNo;
    private String locNo;
    public Shelves getShelves() {
        return shelves;
    }
    public void setShelves(Shelves shelves) {
        this.shelves = shelves;
    }
    public Integer getSourceStaNo() {
        return sourceStaNo;