自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-04-15 f4e1da85cc178df398200f49f099dac9bb94c60e
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;