From d025fb7f76a203f3d29f7041611115a00f7a010c Mon Sep 17 00:00:00 2001 From: 杨乐 <yang.le.192@qq.com> Date: 星期一, 14 二月 2022 16:19:14 +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