qwj
2023-08-28 51fadf5811dbe6cd7fe68cf533142282bc593c3d
DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -37,11 +37,17 @@
    public class DocumentSearch : BaseSearch
    {
        /// <summary>
        /// 分类代码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 二级分类
        /// </summary>
        public int class_id { get; set; }
    }
    /// <summary>