using SqlSugar;
namespace NewPdaSqlServer.entity;
///
///
[SugarTable("WOMDAA")]
public class Womdaa
{
///
/// 默认值: (newid())
///
[SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
public Guid Guid { get; set; }
///
///
[SugarColumn(ColumnName = "pbaGuid")]
public Guid? PbaGuid { get; set; }
///
///
[SugarColumn(ColumnName = "caaGuid")]
public Guid? CaaGuid { get; set; }
/////
///// 自增列
/////
//[SugarColumn(ColumnName = "id")]
//public int? Id { get; set; }
/////
///// 排产ID
/////
//[SugarColumn(ColumnName = "pid")]
//public int? Pid { get; set; }
///
/// 单号
///
[SugarColumn(ColumnName = "daa001")]
public string? Daa001 { get; set; }
///
/// 产品ID
///
[SugarColumn(ColumnName = "daa002")]
public string? Daa002 { get; set; }
///
/// 产品名称
///
[SugarColumn(ColumnName = "daa003")]
public string? Daa003 { get; set; }
///
/// 产品规格
///
[SugarColumn(ColumnName = "daa004")]
public string? Daa004 { get; set; }
///
/// 单位
///
[SugarColumn(ColumnName = "daa005")]
public string? Daa005 { get; set; }
///
/// ERP预计开工时间
///
[SugarColumn(ColumnName = "daa006")]
public DateTime? Daa006 { get; set; }
///
/// ERP预计完工时间
///
[SugarColumn(ColumnName = "daa007")]
public DateTime? Daa007 { get; set; }
///
/// 工单数量
///
[SugarColumn(ColumnName = "daa008")]
public int? Daa008 { get; set; }
///
/// 备注
///
[SugarColumn(ColumnName = "daa009")]
public string? Daa009 { get; set; }
///
/// 入库数量
///
[SugarColumn(ColumnName = "daa010")]
public int? Daa010 { get; set; }
///
/// 已生产量
///
[SugarColumn(ColumnName = "daa011")]
public int? Daa011 { get; set; }
///
/// 报废数量
///
[SugarColumn(ColumnName = "daa012")]
public int? Daa012 { get; set; }
///
/// 工作车间
///
[SugarColumn(ColumnName = "daa013")]
public string? Daa013 { get; set; }
///
/// 投料单单号
///
[SugarColumn(ColumnName = "daa014")]
public string? Daa014 { get; set; }
///
/// 生产线别
///
[SugarColumn(ColumnName = "daa015")]
public string? Daa015 { get; set; }
///
/// 实际开工日
///
[SugarColumn(ColumnName = "daa016")]
public DateTime? Daa016 { get; set; }
///
/// 实际完工日
///
[SugarColumn(ColumnName = "daa017")]
public DateTime? Daa017 { get; set; }
///
/// 工单状态
///
[SugarColumn(ColumnName = "daa018")]
public string? Daa018 { get; set; }
///
/// 齐套状态
///
[SugarColumn(ColumnName = "daa019")]
public string? Daa019 { get; set; }
///
/// 审核码
///
[SugarColumn(ColumnName = "fstatus")]
public int? Fstatus { get; set; }
///
/// 审核日期
///
[SugarColumn(ColumnName = "check_date")]
public DateTime? CheckDate { get; set; }
///
/// 审核人
///
[SugarColumn(ColumnName = "check_user")]
public string? CheckUser { get; set; }
///
/// 线别编码
///
[SugarColumn(ColumnName = "daa020")]
public string? Daa020 { get; set; }
///
/// 任务单单号
///
[SugarColumn(ColumnName = "daa021")]
public string? Daa021 { get; set; }
///
/// 通知备料,0-未通知,1-通知
/// 默认值: ((0))
///
[SugarColumn(ColumnName = "daa022")]
public int? Daa022 { get; set; }
///
/// 生产序号
///
[SugarColumn(ColumnName = "daa023")]
public int? Daa023 { get; set; }
///
/// 排产日期
///
[SugarColumn(ColumnName = "daa024")]
public string? Daa024 { get; set; }
///
/// 首件是否检验1-检验,0未检验
///
[SugarColumn(ColumnName = "daa025")]
public string? Daa025 { get; set; }
///
/// 首件检验结果
///
[SugarColumn(ColumnName = "daa026")]
public string? Daa026 { get; set; }
///
/// 已报检,0-未报检,1-已报检
///
[SugarColumn(ColumnName = "is_reportcheck")]
public int? IsReportcheck { get; set; }
///
/// 报检人
///
[SugarColumn(ColumnName = "usname")]
public string? Usname { get; set; }
///
/// 报检时间
///
[SugarColumn(ColumnName = "reporttime")]
public DateTime? Reporttime { get; set; }
///
/// 机台编号
///
[SugarColumn(ColumnName = "machine_no")]
public string? MachineNo { get; set; }
///
/// 备料完成1-完成,0未完成
///
[SugarColumn(ColumnName = "daa027")]
public int? Daa027 { get; set; }
///
/// 备料完成时间
///
[SugarColumn(ColumnName = "daa028")]
public string? Daa028 { get; set; }
///
/// 标准工时
///
[SugarColumn(ColumnName = "prod_hour")]
public int? ProdHour { get; set; }
///
/// 单人小时产能
///
[SugarColumn(ColumnName = "person_hour_capacity")]
public int? PersonHourCapacity { get; set; }
///
/// 理论标产
///
[SugarColumn(ColumnName = "the_capacity")]
public int? TheCapacity { get; set; }
///
/// 计划用人数
///
[SugarColumn(ColumnName = "plan_personnel")]
public int? PlanPersonnel { get; set; }
///
/// 计划标准产能
///
[SugarColumn(ColumnName = "plan_capacity")]
public int? PlanCapacity { get; set; }
///
/// 理论用时/M
///
[SugarColumn(ColumnName = "the_min")]
public int? TheMin { get; set; }
///
/// 理论用时/H
///
[SugarColumn(ColumnName = "the_hour")]
public int? TheHour { get; set; }
///
/// 线体类别
///
[SugarColumn(ColumnName = "line_type")]
public string? LineType { get; set; }
///
/// 标准人数
///
[SugarColumn(ColumnName = "personnel")]
public int? Personnel { get; set; }
///
/// 换线时间
///
[SugarColumn(ColumnName = "change_line_time")]
public int? ChangeLineTime { get; set; }
///
/// 休息时间
///
[SugarColumn(ColumnName = "rest_time")]
public int? RestTime { get; set; }
///
/// 排产序号
///
[SugarColumn(ColumnName = "schedule_order")]
public int? ScheduleOrder { get; set; }
///
/// MES预计开工时间
///
[SugarColumn(ColumnName = "mes_start_prod")]
public DateTime? MesStartProd { get; set; }
///
/// MES预计完工时间
///
[SugarColumn(ColumnName = "mes_end_prod")]
public DateTime? MesEndProd { get; set; }
///
/// 排产推送标识
///
[SugarColumn(ColumnName = "prodts")]
public int? Prodts { get; set; }
///
/// 预计备料时间
///
[SugarColumn(ColumnName = "prepare_time")]
public DateTime? PrepareTime { get; set; }
///
/// 插件投入人数
///
[SugarColumn(ColumnName = "cj_worker")]
public int? CjWorker { get; set; }
///
/// 插件计划投入人数
///
[SugarColumn(ColumnName = "p_cj_worker")]
public int? PCjWorker { get; set; }
///
/// 插件日产量
///
[SugarColumn(ColumnName = "cj_daily_out")]
public int? CjDailyOut { get; set; }
///
/// 插件标准工时
///
[SugarColumn(ColumnName = "cj_std_hour")]
public int? CjStdHour { get; set; }
///
/// 锡焊投入人数
///
[SugarColumn(ColumnName = "hx_worker")]
public int? HxWorker { get; set; }
///
/// 锡焊计划投入人数
///
[SugarColumn(ColumnName = "p_hx_worker")]
public int? PHxWorker { get; set; }
///
/// 锡焊日产量
///
[SugarColumn(ColumnName = "hx_daily_out")]
public int? HxDailyOut { get; set; }
///
/// 锡焊标准工时
///
[SugarColumn(ColumnName = "hx_std_hour")]
public int? HxStdHour { get; set; }
///
/// 插件数量
///
[SugarColumn(ColumnName = "cj_num")]
public int? CjNum { get; set; }
///
/// 客户
///
[SugarColumn(ColumnName = "cust")]
public string? Cust { get; set; }
///
/// 是否首检
///
[SugarColumn(ColumnName = "IS_SJ")]
public int? IsSj { get; set; }
///
/// 产品编码
///
[SugarColumn(ColumnName = "daa029")]
public string? Daa029 { get; set; }
///
/// 实际线体编码
///
[SugarColumn(ColumnName = "sj_xt")]
public string? SjXt { get; set; }
}