自动化立体仓库 - WMS系统
zwl
2026-01-15 c6820e2cff19f338e70c9b112f19070c240f561a
src/main/java/com/zy/asrs/entity/mes/TransParent.java
@@ -28,4 +28,12 @@
    @JsonProperty("StationId")
    @JSONField(name = "StationId")
    private String StationId;
    // 任务类型
    @JsonProperty("TaskType")
    @JSONField(name = "TaskType")
    private String TaskType;
    //请求类型
    private String method;
}