From 0bc7e73b3fc23c115b7f2010a0018c42bd403b1a Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 09 七月 2025 11:19:20 +0800
Subject: [PATCH] 流程卡打印按落架顺序倒序查询
---
north-glass-erp/src/main/java/com/example/erp/entity/sd/GlassPriceBasic.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/sd/GlassPriceBasic.java b/north-glass-erp/src/main/java/com/example/erp/entity/sd/GlassPriceBasic.java
index 4d673ea..f4cd77e 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/sd/GlassPriceBasic.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/sd/GlassPriceBasic.java
@@ -14,6 +14,7 @@
private String type;
private Double thickness;
private String name;
+ private String process;
private Double price;
private String json;
private LocalDateTime createTime;
--
Gitblit v1.8.0