From 1bbddc04976e03f1c7f852234f98c6d43b47cf2a Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周六, 30 11月 2024 16:50:37 +0800
Subject: [PATCH] 细节

---
 CC/iWareSql/WmsDBModel/mes_push_papercut.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CC/iWareSql/WmsDBModel/mes_push_papercut.cs b/CC/iWareSql/WmsDBModel/mes_push_papercut.cs
index a35a915..bb64f9d 100644
--- a/CC/iWareSql/WmsDBModel/mes_push_papercut.cs
+++ b/CC/iWareSql/WmsDBModel/mes_push_papercut.cs
@@ -19,7 +19,7 @@
 
         public DateTime? PushTime { get; set; }
 
-        public int PushNum { get; set; }
+        public int PushNum { get; set; } = 0;
 
         [Required]
         [StringLength(50)]

--
Gitblit v1.9.3