From 68986e2557be542b00bfcab41497a67c515aebe4 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 27 四月 2026 11:29:30 +0800
Subject: [PATCH] fix(order): 优化产品订单查询中的工艺路线关联逻辑

---
 src/main/java/com/ruoyi/sales/pojo/SalesLedger.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/pojo/SalesLedger.java b/src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
index 672fe75..b658cf1 100644
--- a/src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
+++ b/src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -143,5 +143,30 @@
     @TableField(exist = false)
     //鏄惁鍙戣揣(鍙拌处椤甸潰棰滆壊鎺у埗)
     private Boolean isFh;
+
+    @TableField(exist = false)
+    //鏄惁鍙紪杈�
+    private Boolean isEdit;
+    @ApiModelProperty(value = "鍒涘缓鐢ㄦ埛")
+    @TableField(fill = FieldFill.INSERT)
+    private Integer createUser;
+
+    @TableField(fill = FieldFill.INSERT)
+    private Long deptId;
+
+    @ApiModelProperty(value = "鏄惁鏈夌敓浜ц褰�")
+    @TableField(exist = false)
+    private Boolean hasProductionRecord;
+
+    @ApiModelProperty(value = "瀹℃壒鐘舵��")
+    private Integer approvalStatus;
+
+
+    @ApiModelProperty(value = "瀹℃壒浜篿ds")
+    @TableField(exist = false)
+    private String approveUserIds;
+
+
+
 }
 

--
Gitblit v1.9.3