移动系统liao
2024-12-26 b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9
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>