From 40ba28b2189cc09ac020b7898a5382c06eb7879a Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 22 Jan 2024 11:31:29 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/entity/LiuhuaViewData.java | 8 +++++--- .../production/SoScheduledListMapper.xml | 18 +++++++++++------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java b/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java index c9431f9..618edc6 100644 --- a/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java +++ b/src/main/java/com/heai/modules/production/entity/LiuhuaViewData.java @@ -16,12 +16,14 @@ public class LiuhuaViewData extends QueryPage { private String orderNo; private String partSpec; private String partNo; - private String qtyRequired; - private String qtyReported; + private Float qtyRequired; + private Float qtyReported; + private Float qtyApprove; private String shiftNo; private Integer seqNo; + private String operatorDesc; - private Float liuhuaWancheng; + private String liuhuaWancheng; private String xiubianWancheng; private String hongkaoWancheng; private String jianyanWancheng; diff --git a/src/main/resources/mapper/production/SoScheduledListMapper.xml b/src/main/resources/mapper/production/SoScheduledListMapper.xml index f113f7d..bf2c082 100644 --- a/src/main/resources/mapper/production/SoScheduledListMapper.xml +++ b/src/main/resources/mapper/production/SoScheduledListMapper.xml @@ -218,14 +218,15 @@ \ No newline at end of file