From ba230615ede7ae34b90ff1c22399daa28f184b50 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期三, 09 八月 2023 14:06:01 +0800
Subject: [PATCH] 资料分类维护数据接口
---
DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
index 8a1e5f1..675d4d3 100644
--- a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
+++ b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -1,12 +1,6 @@
锘縰sing DocumentServiceAPI.Core;
-using DocumentServiceAPI.Model;
using DocumentServiceAPI.Model.cyDocumentModel;
using DocumentServiceAPI.Utility;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace DocumentServiceAPI.Application.DocManage.Services
{
@@ -16,6 +10,11 @@
/// 鍒嗙被浠g爜
/// </summary>
public string Code { get; set; }
+
+ /// <summary>
+ /// 鐘舵��
+ /// </summary>
+ public int? Status { get; set; }
}
/// <summary>
--
Gitblit v1.9.1