From 45d3018ab9bc45ce2899cc0943b53d2ab1c2e716 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期日, 27 四月 2025 13:52:28 +0800
Subject: [PATCH] #
---
/dev/null | 36 ------------------------------------
1 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/ToAgvDTO.java b/src/main/java/com/zy/asrs/entity/ToAgvDTO.java
deleted file mode 100644
index 6ccb5b2..0000000
--- a/src/main/java/com/zy/asrs/entity/ToAgvDTO.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package com.zy.asrs.entity;
-
-import lombok.Data;
-
-import java.util.Date;
-
-@Data
-public class ToAgvDTO {
- private String taskNo;
- private String warehouseId;
- private String warehouseCode;
- private String taskType;
- private String taskPriority;
- private String containerCode;
- private String containerTypeCode;
- private String emptyContainer;
- private Date createTime;
- private Integer taskTunnel;
- private String targetLocationCode;
-
-}
diff --git a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java
deleted file mode 100644
index 1252ec8..0000000
--- a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package com.zy.asrs.entity;
-
-import io.swagger.models.auth.In;
-import lombok.Data;
-
-import java.util.List;
-
-@Data
-public class ToWmsDTO {
- private String warehouseId;
- private String containerCode;
- private String applyType;
- private String wharfSource;
-
- private Integer taskTunnel;
- private List<Integer> canInboundTunnels;
-
- // 瀹瑰櫒缂栫爜
- private String BoxNo;
- //瀹瑰櫒绫诲瀷
- private String ioType;
- //鍏ュ簱绔欑紪鍙�
- private Integer stationCode;
- //搴撲綅绫诲瀷
- private Integer locType;
-
- public ToWmsDTO(String barcode, Integer stationCode, Integer locType){
- this.BoxNo = barcode;
- this.stationCode = stationCode;
- this.locType = locType;
- }
-
- public ToWmsDTO(){
-
- }
-}
--
Gitblit v1.9.1