From 9fa762cf783e2dc3f67b793e34d266dd4d3ec322 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 10 四月 2026 15:58:27 +0800
Subject: [PATCH] feat:1.销售添加是否生产 2.生产订单添加备注

---
 src/main/java/com/ruoyi/production/dto/SalesLedgerProductDto.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/dto/SalesLedgerProductDto.java b/src/main/java/com/ruoyi/production/dto/SalesLedgerProductDto.java
index 33e758d..caa7d55 100644
--- a/src/main/java/com/ruoyi/production/dto/SalesLedgerProductDto.java
+++ b/src/main/java/com/ruoyi/production/dto/SalesLedgerProductDto.java
@@ -62,6 +62,13 @@
     private String specificationModel;
 
     /**
+     * 鏂欏彿
+     */
+    @Excel(name = "鏂欏彿")
+    @ApiModelProperty(value = "鏂欏彿")
+    private String materialCode;
+
+    /**
      * 鍗曚綅
      */
     @Excel(name = "鍗曚綅")

--
Gitblit v1.9.3