From 6614d9f16c1012b8a9f2ba94b8a15bd1356e8adb Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期四, 24 八月 2023 10:42:12 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- DocumentServiceAPI.Application/DocManage/Dtos/Project_List_Dto.cs | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/DocManage/Dtos/Project_List_Dto.cs b/DocumentServiceAPI.Application/DocManage/Dtos/Project_List_Dto.cs new file mode 100644 index 0000000..f04b696 --- /dev/null +++ b/DocumentServiceAPI.Application/DocManage/Dtos/Project_List_Dto.cs @@ -0,0 +1,34 @@ +锘縩amespace DocumentServiceAPI.Application.DocManage.Dtos +{ + /// <summary> + /// 椤圭洰鍒楄〃淇℃伅 + /// </summary> + public class ProjectItem_List_Dto + { + /// <summary> + /// 椤圭洰id + /// </summary> + public int pro_id { get; set; } + + /// <summary> + /// 椤圭洰鍚嶇О + /// </summary> + public string pro_name { get; set; } + } + + /// <summary> + /// 椤圭洰鏌ヨ鏉′欢 + /// </summary> + public class ProjectItemSearch + { + /// <summary> + /// 绉熸埛 + /// </summary> + public int tenant_id { get; set; } + + /// <summary> + /// 鍗曚綅 + /// </summary> + public int org_id { get; set; } + } +} -- Gitblit v1.9.1