From 28474298eb7e22101b61088edd3e1ebb7062874e Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 08 十一月 2024 16:12:40 +0800
Subject: [PATCH] 补充添加的语言,标签打印添加根据输入数量打印,调整在制品报表筛选功能

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
index 681a449..a8ab5bc 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java
@@ -66,6 +66,9 @@
     private LocalDate updateTime;
 
     //鏌ヨ鐢�
+    //鏍囩鎵撳嵃鏁伴噺
+    @TableField(select = false,exist = false)
+    private Integer printQuantity;
     //鎶ュ伐缂栧彿
     @TableField(select = false,exist = false)
     private String reportingWorkId;

--
Gitblit v1.8.0