qwj
2023-08-28 f99c1becb0bbde82796e15d27e11ac4965c56468
DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs
@@ -76,6 +76,11 @@
        /// </summary>
        public int? org_id { get; set; }
        /// <summary>
        /// 项目名称
        /// </summary>
        public int? project_id { get; set; }
        public int status { get; set; }
        public List<DocumentFile_Submit_Dto> newfiles { get; set; }