From b14cbe848a3c76cdbb4baa8f067f2a2c9ce1e07c Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 22 五月 2025 11:03:51 +0800 Subject: [PATCH] 入库完成取消禁用库位 --- src/main/java/com/zy/asrs/entity/ToWmsDTO.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java index 1252ec8..3fa2296 100644 --- a/src/main/java/com/zy/asrs/entity/ToWmsDTO.java +++ b/src/main/java/com/zy/asrs/entity/ToWmsDTO.java @@ -1,6 +1,5 @@ package com.zy.asrs.entity; -import io.swagger.models.auth.In; import lombok.Data; import java.util.List; @@ -24,13 +23,13 @@ //搴撲綅绫诲瀷 private Integer locType; - public ToWmsDTO(String barcode, Integer stationCode, Integer locType){ + public ToWmsDTO(String barcode, Integer stationCode, Integer locType) { this.BoxNo = barcode; this.stationCode = stationCode; this.locType = locType; } - public ToWmsDTO(){ + public ToWmsDTO() { } } -- Gitblit v1.9.1