using DocumentServiceAPI.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DocumentServiceAPI.Application.ProjectInfo.ViewMode
{
///
/// 项目搜索 参数
///
public class DocumentProjectInfoPageSearch : PageBaseSearch
{
public string Province { get; set; }
public string City { get; set; }
public string County { get; set; }
public string ddlSignupStartTime { get; set; }
public string ddlSignupEndTime { get; set; }
public string ddlTenderStartTime { get; set; }
public string ddlTenderEndTime { get; set; }
public int ddlPurchaseMethod { get; set; }
public string txtProjectName { get; set; }
public string txtProjectCode { get; set; }
public string txtPurchaseUnit { get; set; }
public string txtAgencyUnit { get; set; }
public string txtTenderPerson { get; set; }
public string txtCompanyName { get; set; }
public int ddlSignUp { get; set; }
public int ddlTenderDeposit { get; set; }
public int ddlBidbond { get; set; }
public int ddlDocumentStatus { get; set; }
public int ddlTenderStatus { get; set; }
public int ddlWinStatus { get; set; }
public int ddlOppugnStatus { get; set; }
public int ddlComplainStatus { get; set; }
public int ddlReviewStatus { get; set; }
public int ddlLitigationStatus { get; set; }
public int UnitId { get; set; }
public string Experts { get; set; }
}
public class DocumentProjectInfoDTO
{
public DocumentProjectInfoDTO()
{
}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int ProjectId { get; set; }
public int DocumentId { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ProjectName { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ProjectCode { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? ProjectStatus { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Province { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string City { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string County { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? NoticeType { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? PurchaseMethod { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? ReleaseTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? OpinionEndTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FeedbackUnit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ReportUnit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? SignupStartTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? DocumentUpdateTime { get; set; }
public DateTime? LastUpdateTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? SignupEndTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? SignupMethod { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? SignupFee { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? TenderDeposit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? PayMethod { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? TenderTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyUnit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyManager { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyPhone { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyAddress { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyZipCode { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AgencyFax { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchaseUnit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchaseManager { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchasePhone { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchaseAddress { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchaseZipCode { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PurchaseFax { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendanceUnit { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendancePerson { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendancePhone { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendanceAddress { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendanceZipCode { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IntendanceFax { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? Bidbond { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? IsTenderDepositRemind { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PackageNum { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? CgwjTime { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? TenantID { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ProjectUrl { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? GongGaoTime { get; set; }
public string xmqy { get; set; }
public string PurchaseMethodName { get; set; }
public string NoticeTypeName { get; set; }
public string TenderPerson { get; set; }
public string bm { get; set; }
public string bzj { get; set; }
public string lybzj { get; set; }
public string tb { get; set; }
public string zb { get; set; }
public string bs { get; set; }
public string Advise { get; set; }
public string zy { get; set; }
public string ts { get; set; }
public string fy { get; set; }
public string ss { get; set; }
public int? IsSignup { get; set; }
public int? TenderDepositStatus { get; set; }
public int? BidbondStatus { get; set; }
public int? TenderStatus { get; set; }
public int? IsWin { get; set; }
public int? IsAdvise { get; set; }
public string FilePathzy { get; set; }
public string FilePathts { get; set; }
public string FilePathfy { get; set; }
public string FilePathss { get; set; }
public string wj { get; set; }
public string tbqk { get; set; }
public int? DocumentStatus { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int ProvinceId { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CityId { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public int CountyId { get; set; }
}
}