username@email.com
2023-10-17 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590
DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -33,15 +33,33 @@
        /// 状态
        /// </summary>
        public int? Status { get; set; }
        public int? zbtzs { get; set; }
        public int? ht { get; set; }
        public int? ysbg { get; set; }
        public int? fkpz { get; set; }
        public int? yhpj { get; set; }
        public int? hjzs { get; set; }
    }
    public class DocumentSearch : BaseSearch
    {
        /// <summary>
        /// 分类代码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 二级分类
        /// </summary>
        public int class_id { get; set; }
    }
    /// <summary>