From f605b84620bf35bb02a2ee5ef2086c164b520e67 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 16 一月 2026 16:16:36 +0800
Subject: [PATCH] 浪潮对接单点登录:MES制造执行系统功能迁移

---
 src/main/java/com/ruoyi/production/pojo/SalesLedgerWork.java |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/pojo/SalesLedgerWork.java b/src/main/java/com/ruoyi/production/pojo/SalesLedgerWork.java
index b722105..c8bafc6 100644
--- a/src/main/java/com/ruoyi/production/pojo/SalesLedgerWork.java
+++ b/src/main/java/com/ruoyi/production/pojo/SalesLedgerWork.java
@@ -33,7 +33,7 @@
     private Long salesLedgerId;
 
     /**
-     * 閿�鍞骇鍝乮d
+     * 鐢熶骇璁㈠崟id
      */
     private Long salesLedgerProductId;
 
@@ -67,6 +67,26 @@
      * 宸ュ簭
      */
     private String process;
+
+    /**
+     * 鍙e懗鍒嗙被
+     */
+    private String type;
+
+    /**
+     * 澶囨敞
+     */
+    private String remark;
+
+    /**
+     * 鎹熻��
+     */
+    private String loss;
+
+    /**
+     * 棰嗙敤
+     */
+    private String receive;
     /**
      * 鎺掍骇鏃ユ湡
      */
@@ -107,4 +127,4 @@
     @TableField(fill = FieldFill.INSERT)
     private Long tenantId;
 
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3