From 66dcbf3fcfc3bb27a5619626d24ce19f50a4b79f Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期五, 26 一月 2024 16:04:58 +0800 Subject: [PATCH] 工单管理查询前后端代码文件;pp模块实体类修改 --- north-glass-erp/src/main/java/com/example/erp/entity/pp/FlowCard.java | 5 ++++- 1 files changed, 4 insertions(+), 1 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 03629cc..457fe82 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 @@ -5,9 +5,10 @@ import com.example.erp.entity.sd.Order; import com.example.erp.entity.sd.OrderDetail; import com.example.erp.entity.sd.OrderGlassDetail; +import lombok.Data; import java.time.LocalDate; - +@Data public class FlowCard { @TableId(type = IdType.AUTO) //鑷id @@ -22,6 +23,8 @@ private Integer orderNumber; //宸ヨ壓纭搴忓彿 private Integer technologyNumber; + //鍒嗘灦鏁伴噺 + private Integer binningQuantity; //宸蹭紭鍖栨暟閲� private Integer optimizeQuantity; //鎺掔増鐘舵�� -- Gitblit v1.8.0