From 48b92ad114d76907ce2e1e6f645c5cd2f0c55fbc Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 15 八月 2022 19:30:27 +0800 Subject: [PATCH] 新增了了缺料看板相同订单号只显示第一行订单号功能 --- WebAPI/Models/Department.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Department.cs b/WebAPI/Models/Department.cs index e814ce3..5fc006a 100644 --- a/WebAPI/Models/Department.cs +++ b/WebAPI/Models/Department.cs @@ -31,6 +31,10 @@ public string HCreator { get; set; } + public bool HStopflag { get; set; } + + public Int64 HEmpID { get; set; } + //public DateTime HCreateDate { get; set; } public string HUpDater { get; set; } -- Gitblit v1.9.1