#
lsh
2024-05-17 e4376621b9f87629004ffca35067e8dd75970a37
src/main/java/com/zy/asrs/entity/param/taskCreateParam.java
@@ -28,6 +28,8 @@
    //备注
    private String memo;
    //堆垛机
    private Integer crn;
    public taskCreateParam(){};
@@ -39,7 +41,7 @@
        this.startPoint = param.getSourceLocationCode();
        this.targetPoint = param.getTargetLocationCode();
        this.emptyContainer = param.getEmptyContainer();
        this.crn = param.getTaskTunnel();
    };