From 3babe039d11eeadeace6e4a8c8505b4270592b69 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 07 二月 2025 08:32:43 +0800
Subject: [PATCH] 登录页去除字体加载
---
src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java | 75 +++++++++++++++++++++++++++++++++++--
1 files changed, 71 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java b/src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java
index 19021f5..d7345a1 100644
--- a/src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java
@@ -2,20 +2,20 @@
import lombok.Data;
-import java.util.Date;
import java.util.List;
/**
* 娴疯灏擴8鍑哄簱鍗曞悓姝ュ弬鏁�
*/
@Data
-public class OpenOrderPakoutParam {
+public class
+OpenOrderPakoutParam {
//鍏ュ簱鍗曞彿
private String cCode;
//鍗曟嵁鏃ユ湡
- private Date dDate;
+ private String dDate;
//绫诲瀷
private String type;
@@ -23,8 +23,18 @@
//鍒跺崟浜�
private String cMaker;
- //鍏徃
+ //涓讳綋
private String cAccount;
+
+ public void setcCusName(String cCusName) {
+ this.cCusName = cCusName;
+ }
+
+ //鍏徃
+ private String cCusName;
+
+ //璋冩嫧
+ private String allocation;
//澶囨敞
private String cMemo;
@@ -32,6 +42,44 @@
private List<Body> ADDBody;
//private List<DetlDto> orderDetails;
+ public void setcCode(String cCode) {
+ this.cCode = cCode;
+ }
+
+ public void setdDate(String dDate) {
+// SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-DD hh:mm:ss");
+// this.dDate = sdf.parse(dDate);
+
+ this.dDate = dDate;
+ }
+
+// public void setdDate$(Date dDate) {
+// this.dDate = dDate;
+// }
+
+ public void setcMaker(String cMaker) {
+ this.cMaker = cMaker;
+ }
+
+ public void setcAccount(String cAccount) {
+ this.cAccount = cAccount;
+ }
+
+ public void setType(String type) {
+ this.type = type;
+ }
+
+ public void setcMemo(String cMemo) {
+ this.cMemo = cMemo;
+ }
+
+ public void setaDDBody(List<Body> aDDBody) {
+ this.ADDBody = aDDBody;
+ }
+
+ public void setAllocation(String allocation) {
+ this.allocation = allocation;
+ }
@Data
public static class Body{
@@ -41,8 +89,27 @@
private Double iQuantity;
//鎵瑰彿
private String cBatch;
+
+ //鎵瑰彿
+ private String cPackage;
//琛屽娉�
private String cbMemo;
+
+ public void setcInvCode(String cInvCode) {
+ this.cInvCode = cInvCode;
+ }
+
+ public void setiQuantity(Double iQuantity) {
+ this.iQuantity = iQuantity;
+ }
+
+ public void setcBatch(String cBatch) {
+ this.cBatch = cBatch;
+ }
+
+ public void setCbMemo(String cbMemo) {
+ this.cbMemo = cbMemo;
+ }
}
}
--
Gitblit v1.9.1