From e482e7b01878a3dd98e8091115d572151ad4f2be Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期三, 14 一月 2026 16:03:25 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/common/model/StartupDto.java | 47 +++++++----------------------------------------
1 files changed, 7 insertions(+), 40 deletions(-)
diff --git a/src/main/java/com/zy/common/model/StartupDto.java b/src/main/java/com/zy/common/model/StartupDto.java
index dfb624d..b0b2850 100644
--- a/src/main/java/com/zy/common/model/StartupDto.java
+++ b/src/main/java/com/zy/common/model/StartupDto.java
@@ -1,11 +1,9 @@
package com.zy.common.model;
-/**
- * Created by vincent on 2020/6/11
- */
-public class StartupDto {
+import lombok.Data;
- private Shelves shelves;
+@Data
+public class StartupDto {
private Integer sourceStaNo;
@@ -15,43 +13,12 @@
private String locNo;
- public Shelves getShelves() {
- return shelves;
- }
+ private Integer taskNo;
- public void setShelves(Shelves shelves) {
- this.shelves = shelves;
- }
+ private Double taskPri;
- public Integer getSourceStaNo() {
- return sourceStaNo;
- }
+ private String batch;
- public void setSourceStaNo(Integer sourceStaNo) {
- this.sourceStaNo = sourceStaNo;
- }
+ private Integer batchSeq;
- public Integer getStaNo() {
- return staNo;
- }
-
- public void setStaNo(Integer staNo) {
- this.staNo = staNo;
- }
-
- public Integer getCrnNo() {
- return crnNo;
- }
-
- public void setCrnNo(Integer crnNo) {
- this.crnNo = crnNo;
- }
-
- public String getLocNo() {
- return locNo;
- }
-
- public void setLocNo(String locNo) {
- this.locNo = locNo;
- }
}
--
Gitblit v1.9.1