namespace Admin.NET.Plugin.AiDOP.ProcurementExecution.Entity;
///
/// 交期发布/回复表(scm_jhjh_jq)
///
[SugarTable("scm_jhjh_jq")]
public class ScmJhjhJq
{
[SugarColumn(ColumnName = "id", IsPrimaryKey = true, Length = 36)]
public string Id { get; set; } = string.Empty;
[SugarColumn(ColumnName = "glid", IsNullable = true, Length = 50)]
public string? Glid { get; set; }
[SugarColumn(ColumnName = "wlbm", IsNullable = true, Length = 500)]
public string? Wlbm { get; set; }
[SugarColumn(ColumnName = "wlms", IsNullable = true, Length = 500)]
public string? Wlms { get; set; }
[SugarColumn(ColumnName = "wlgg", IsNullable = true, Length = 500)]
public string? Wlgg { get; set; }
[SugarColumn(ColumnName = "cgdd", IsNullable = true, Length = 500)]
public string? Cgdd { get; set; }
[SugarColumn(ColumnName = "jhdsl", IsNullable = true, Length = 500)]
public string? Jhdsl { get; set; }
[SugarColumn(ColumnName = "wjhsl", IsNullable = true, Length = 500)]
public string? Wjhsl { get; set; }
[SugarColumn(ColumnName = "jhd", IsNullable = true, Length = 500)]
public string? Jhd { get; set; }
[SugarColumn(ColumnName = "yjjhrq", IsNullable = true, Length = 500)]
public string? Yjjhrq { get; set; }
[SugarColumn(ColumnName = "jqhf", IsNullable = true, Length = 500)]
public string? Jqhf { get; set; }
[SugarColumn(ColumnName = "type", IsNullable = true, Length = 50)]
public string? Type { get; set; }
[SugarColumn(ColumnName = "flag", IsNullable = true)]
public int? Flag { get; set; }
[SugarColumn(ColumnName = "scrq", IsNullable = true, Length = 500)]
public string? Scrq { get; set; }
[SugarColumn(ColumnName = "scrid", IsNullable = true, Length = 500)]
public string? Scrid { get; set; }
[SugarColumn(ColumnName = "scrxm", IsNullable = true, Length = 500)]
public string? Scrxm { get; set; }
[SugarColumn(ColumnName = "gysdm", IsNullable = true, Length = 500)]
public string? Gysdm { get; set; }
[SugarColumn(ColumnName = "gysmc", IsNullable = true, Length = 500)]
public string? Gysmc { get; set; }
[SugarColumn(ColumnName = "hfrid", IsNullable = true, Length = 500)]
public string? Hfrid { get; set; }
[SugarColumn(ColumnName = "hfrxm", IsNullable = true, Length = 500)]
public string? Hfrxm { get; set; }
[SugarColumn(ColumnName = "hfsj", IsNullable = true, Length = 500)]
public string? Hfsj { get; set; }
[SugarColumn(ColumnName = "qhdj", IsNullable = true, Length = 500)]
public string? Qhdj { get; set; }
[SugarColumn(ColumnName = "ddhh", IsNullable = true)]
public int? Ddhh { get; set; }
[SugarColumn(ColumnName = "dw", IsNullable = true, Length = 50)]
public string? Dw { get; set; }
[SugarColumn(ColumnName = "bzsl", IsNullable = true, Length = 50)]
public string? Bzsl { get; set; }
[SugarColumn(ColumnName = "ly", IsNullable = true, Length = 50)]
public string? Ly { get; set; }
[SugarColumn(ColumnName = "glid1", IsNullable = true, Length = 50)]
public string? Glid1 { get; set; }
///
/// 租户Id
///
[SugarColumn(ColumnName = "tenant_id", ColumnDescription = "租户Id")]
public long? TenantId { get; set; }
}