From dd692f7c478e2d6a8e8659c9d972a7ddb70ddaaa Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 01 12月 2024 13:56:59 +0800 Subject: [PATCH] add --- 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