| | |
| | | /// 采购单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "EBELN")] |
| | | public string Ebeln { get; set; } |
| | | public string? Ebeln { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购订单行号 |
| | |
| | | /// 物料编码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_NO")] |
| | | public string ItemNo { get; set; } |
| | | public string? ItemNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 收货数量 |
| | |
| | | /// 创建人 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CREATE_BY")] |
| | | public string CreateBy { get; set; } |
| | | public string? CreateBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 创建时间 |
| | |
| | | /// 最后更新人 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LASTUPDATE_BY")] |
| | | public string LastupdateBy { get; set; } |
| | | public string? LastupdateBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 最后更新时间 |
| | |
| | | /// 分厂编码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FACTORY")] |
| | | public string Factory { get; set; } |
| | | public string? Factory { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 公司代码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "COMPANY")] |
| | | public string Company { get; set; } |
| | | public string? Company { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购单ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "EBELN_K3ID")] |
| | | public decimal? EbelnK3id { get; set; } |
| | | public string? EbelnK3id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购单行ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LINE_K3ID")] |
| | | public decimal? LineK3id { get; set; } |
| | | public string? LineK3id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 本次应收数量 |
| | |
| | | /// 任务单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "WORK_NO")] |
| | | public string WorkNo { get; set; } |
| | | public string? WorkNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 急料标识 |
| | |
| | | /// 备注 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "MEMO")] |
| | | public string Memo { get; set; } |
| | | public string? Memo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 检验结果 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CHECK_RES")] |
| | | public string CheckRes { get; set; } |
| | | public string? CheckRes { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 检验状态 (待检、分选、特采、已检) |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CHECK_STATES")] |
| | | public string CheckStates { get; set; } |
| | | public string? CheckStates { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 收货余量 |
| | |
| | | /// 产品型号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "BOARD_STYLE")] |
| | | public string BoardStyle { get; set; } |
| | | public string? BoardStyle { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 任务单行号 |
| | |
| | | /// 到货单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DHA001")] |
| | | public string Dha001 { get; set; } |
| | | public string? Dha001 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 已入库数量 |
| | |
| | | /// 到货单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CBILL_NO")] |
| | | public string CbillNo { get; set; } |
| | | public string? CbillNo { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? itemModel { get; set; } |
| | | /// <summary> |
| | | /// 采购入库数量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CG_RKQTY")] |
| | | public decimal? CgRkqty { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? itemName { get; set; } |
| | | /// <summary> |
| | | /// 物料ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_ID")] |
| | | public decimal? ItemId { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? Fname { get; set; } |
| | | /// <summary> |
| | | /// 退货标识 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "RETURN_FLAG")] |
| | | public decimal? ReturnFlag { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SALES_ORDER")] |
| | | public string? SalesOrder { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 专用物料标识 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "IS_ZY")] |
| | | public decimal? IsZy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库完成时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "RK_DATE")] |
| | | public DateTime? RkDate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划跟踪号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "FMTONO")] |
| | | public string? Fmtono { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 供协单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DELIVERY_NO")] |
| | | public string? DeliveryNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 供协分录内码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DELIVERY_LINE")] |
| | | public decimal? DeliveryLine { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 批号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LOT_NO")] |
| | | public string? LotNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标识该物料是否已完成退补推送操作,N-未推送,Y-已推送 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "REPLENISHMENT_FLAG")] |
| | | public string? ReplenishmentFlag { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划行号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PLAN_LINE_NO")] |
| | | public string? PlanLineNo { get; set; } |
| | | } |