From a161b6f9ad92f645c20fb3b35ad5617490e7f6d2 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 31 八月 2023 13:13:35 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService
---
DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs | 57 ++++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 48 insertions(+), 9 deletions(-)
diff --git a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
index 8a1e5f1..22fc21f 100644
--- a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
+++ b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -1,27 +1,66 @@
锘縰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
{
- public class DocClassificationPageSearch : PageBaseSearch
+ /// <summary>
+ /// 鏂囨。鍒嗛〉鏌ヨ鏉′欢
+ /// </summary>
+ public class DocumentPageSearch : PageBaseSearch
{
/// <summary>
/// 鍒嗙被浠g爜
/// </summary>
public string Code { get; set; }
+
+ /// <summary>
+ /// 绫诲埆ID
+ /// </summary>
+ public int? ClassCode { get; set; }
+
+ /// <summary>
+ /// 鏂囨。鍚嶇О
+ /// </summary>
+ public string Name { get; set; }
+
+ /// <summary>
+ /// 鍗曚綅ID
+ /// </summary>
+ public int? OrganizationCode { get; set; }
+
+ /// <summary>
+ /// 鐘舵��
+ /// </summary>
+ public int? Status { get; set; }
+ }
+
+ public class DocumentSearch : BaseSearch
+ {
+
+ /// <summary>
+ /// 鍒嗙被浠g爜
+ /// </summary>
+ public string Code { get; set; }
+
+ /// <summary>
+ /// 浜岀骇鍒嗙被
+ /// </summary>
+ public int class_id { get; set; }
+
}
/// <summary>
- /// 鏂囨。鍒嗙被
+ /// 鏂囨。绠$悊
/// </summary>
- public class DocClassificationService : BaseRepository<Doc_Classification>, ITransient
+ public class DocumentManageService : BaseRepository<Doc_Info>, ITransient
+ {
+ }
+
+ /// <summary>
+ /// 鏂囦欢绠$悊
+ /// </summary>
+ public class FileManageService : BaseRepository<File_Info>, ITransient
{
}
}
--
Gitblit v1.9.1