liaoxujun@qq.com
2023-09-07 00501bf99a6eeb26b79bbe2c83de84edff7e8f65
DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs
@@ -38,6 +38,36 @@
        public int ddlLitigationStatus { get; set; }
        public int UnitId { get; set; }
        public string Experts { get; set; }
        public string FileName { get; set; }
        public int ProjectId { get; set; }
        public string delegateName { get; set; }
        public int isUse { get; set; }
        public string UnitName { get; set; }
        public int IsUsed { get; set; }
        public string txtName { get; set; }
        public string txtWorkStartTime { get; set; }
        public string txtWorkEndTime { get; set; }
        public string txtEmployeeId { get; set; }
        public string projectName { get; set; }
        public string txtWorkItem { get; set; }
        public int Classification { get; set; }
        public string FilePath { get; set; }
        public string LayType { get; set; }
        public string LayName { get; set; }
        public string LayProvince { get; set; }
    }
    public class DocumentProjectInfoDTO
    {
@@ -407,6 +437,32 @@
        public string tbqk { get; set; }
        public int? DocumentStatus { get; set; }
        /// <summary>
        /// Desc:
        /// Default:
        /// Nullable:True
        /// </summary>
        public DateTime? TenderDepositStartTime { get; set; }
        /// <summary>
        /// Desc:
        /// Default:
        /// Nullable:True
        /// </summary>
        public DateTime? TenderDepositEndTime { get; set; }
        /// <summary>
        /// Desc:
        /// Default:
        /// Nullable:True
        /// </summary>
        public DateTime? BidbondStartTime { get; set; }
        /// <summary>
        /// Desc:
        /// Default:
        /// Nullable:True
        /// </summary>
        public DateTime? BidbondEndTime { get; set; }
        /// <summary>
        /// Desc:
@@ -429,5 +485,7 @@
        /// </summary>           
        public int CountyId { get; set; }
    }
}