From 102334b2ab255b279f9c492b146276baeb2910d1 Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期四, 28 九月 2023 14:38:37 +0800 Subject: [PATCH] 计量单位列表:增加 审核,反审核,禁用,反禁用,按钮设置 等按钮;并修改视图,将 审核人,审核日期,禁用人,禁用日期 4列 显示出来; --- WebAPI/Models/Gy_OrderBackInfo.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/Gy_OrderBackInfo.cs b/WebAPI/Models/Gy_OrderBackInfo.cs index 9c6b05c..53c3b5d 100644 --- a/WebAPI/Models/Gy_OrderBackInfo.cs +++ b/WebAPI/Models/Gy_OrderBackInfo.cs @@ -1,4 +1,4 @@ -锘縰sing System; +using System; using System.Collections.Generic; using System.Linq; using System.Web; -- Gitblit v1.9.1