From 06a0e112b1b865f8a9a53b0f8e8279774348fcac Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 08 5月 2025 19:29:09 +0800
Subject: [PATCH] 222

---
 Weben_CMS专用代码生成器/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsMaterial/WmsMaterialExportModel.cs |   61 ++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 0 deletions(-)

diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsMaterial/WmsMaterialExportModel.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsMaterial/WmsMaterialExportModel.cs"
index c75b208..e235e41 100644
--- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsMaterial/WmsMaterialExportModel.cs"
+++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsMaterial/WmsMaterialExportModel.cs"
@@ -1,5 +1,6 @@
 using MiniExcelLibs.Attributes; 
 using System.ComponentModel.DataAnnotations; 
+using System; 
 using System.ComponentModel; 
 using CMS.Plugin.HIAWms.Domain.Shared.Enums; 
 namespace CMS.Plugin.HIAWms.Application.Contracts.Dtos.WmsMaterial; 
@@ -106,6 +107,18 @@
         public string RedundantField3 { get; set; }
 
         /// <summary>
+        /// 鍒涘缓浜�
+        /// </summary>
+        [ExcelColumn(Name = "鍒涘缓浜�", Width = 25)]
+        public string CreatorName { get; set; }
+
+        /// <summary>
+        /// 淇敼浜�
+        /// </summary>
+        [ExcelColumn(Name = "淇敼浜�", Width = 25)]
+        public string LastModifierName { get; set; }
+
+        /// <summary>
         /// 鎺掑簭
         /// </summary>
         [ExcelColumn(Name = "鎺掑簭", Width = 25)]
@@ -123,6 +136,54 @@
         [ExcelColumn(Name = "鏄惁绂佺敤", Width = 25)]
         public bool? IsDisabled { get; set; }
 
+        /// <summary>
+        /// 鎵╁睍瀛楁1
+        /// </summary>
+        [ExcelColumn(Name = "鎵╁睍瀛楁1", Width = 25)]
+        public string ExtraField1 { get; set; }
+
+        /// <summary>
+        /// 鎵╁睍瀛楁2
+        /// </summary>
+        [ExcelColumn(Name = "鎵╁睍瀛楁2", Width = 25)]
+        public string ExtraField2 { get; set; }
+
+        /// <summary>
+        /// 鎵╁睍瀛楁3
+        /// </summary>
+        [ExcelColumn(Name = "鎵╁睍瀛楁3", Width = 25)]
+        public string ExtraField3 { get; set; }
+
+        /// <summary>
+        /// 鏁伴噺
+        /// </summary>
+        [ExcelColumn(Name = "鏁伴噺", Width = 25)]
+        public bool? IsSelfMade { get; set; }
+
+        /// <summary>
+        /// 鏄惁鏈夋晥鐗╂枡
+        /// </summary>
+        [ExcelColumn(Name = "鏄惁鏈夋晥鐗╂枡", Width = 25)]
+        public bool IsValid { get; set; }
+
+        /// <summary>
+        /// 
+        /// </summary>
+        [ExcelColumn(Name = "", Width = 25)]
+        public decimal? NullLength { get; set; }
+
+        /// <summary>
+        /// 鏄惁鏈夋晥鐗╂枡
+        /// </summary>
+        [ExcelColumn(Name = "鏄惁鏈夋晥鐗╂枡", Width = 25)]
+        public int Num { get; set; }
+
+        /// <summary>
+        /// 鑷湁鏁伴噺
+        /// </summary>
+        [ExcelColumn(Name = "鑷湁鏁伴噺", Width = 25)]
+        public int? SelfNum { get; set; }
+
  
  
     public Dictionary<string, object> GetExportData() 

--
Gitblit v1.9.3