From ff982948331200f951a486a7b38c11c009da19b2 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 17 七月 2025 14:29:49 +0800
Subject: [PATCH] 来料检获取附件信息

---
 StandardInterface/MES.Service/Dto/service/RKJDaa001.cs |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs
index e7a61de..61b439d 100644
--- a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs
+++ b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs
@@ -13,7 +13,8 @@
     public decimal? ItemInId { get; set; }
 
     // 浠诲姟鍗曞彿
-    [SugarColumn(ColumnName = "ITEM_NO")] public string? ItemNo { get; set; }
+    [SugarColumn(ColumnName = "ITEM_NO")] 
+    public string? ItemNo { get; set; }
 
     [SugarColumn(ColumnName = "ITEM_NAME")]
     public string? ItemName { get; set; }
@@ -21,4 +22,17 @@
     // 璁㈠崟鏁伴噺
     [SugarColumn(ColumnName = "QUANTITY")]
     public decimal? Quantity { get; set; }
+
+    //浜х嚎缂栫爜
+    [SugarColumn(ColumnName = "DAA015")]
+    public string? Daa015 { get; set; }
+
+    //浜х嚎缂栫爜
+    [SugarColumn(ColumnName = "DAA015")]
+    public string? Daa020 { get; set; }
+
+    //鐢宠鍗曞彿
+    [SugarColumn(ColumnName = "BILL_NO")]
+    public string? billNo { get; set; }
+
 }
\ No newline at end of file

--
Gitblit v1.9.3