using System;
|
using System.Collections.Generic;
|
|
#nullable disable
|
|
namespace zhengcaioa.Models
|
{
|
public partial class ZhengfuProject
|
{
|
public string Id { get; set; }
|
public DateTime NoticeTime { get; set; }
|
public string Sheng { get; set; }
|
public string City { get; set; }
|
public string RegionCode { get; set; }
|
public string Cgfs { get; set; }
|
public string Gglx { get; set; }
|
public string OpenTenderCode { get; set; }
|
public string Title { get; set; }
|
public string Shorttitle { get; set; }
|
public string Pageurl { get; set; }
|
public string Remark { get; set; }
|
public string RecStatus { get; set; }
|
public string Creater { get; set; }
|
public DateTime Createtime { get; set; }
|
public string Modifier { get; set; }
|
public DateTime Modifytime { get; set; }
|
public string Content { get; set; }
|
public string Pingmu { get; set; }
|
public string Purchaser { get; set; }
|
public decimal? Budget { get; set; }
|
public string Agency { get; set; }
|
public string AgencyCode { get; set; }
|
public DateTime? OpenTenderTime { get; set; }
|
}
|
}
|