| | |
| | | /// 物料编号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "item_no")] |
| | | public string ItemNo { get; set; } |
| | | public string? ItemNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 申请数量 |
| | |
| | | /// <summary> |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "create_by")] |
| | | public string CreateBy { get; set; } |
| | | public string? CreateBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "lastupdate_by")] |
| | | public string LastupdateBy { get; set; } |
| | | public string? LastupdateBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// </summary> |
| | |
| | | /// 备注信息 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "remark")] |
| | | public string Remark { get; set; } |
| | | public string? Remark { 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> |
| | | /// 推介仓库 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "depot_code")] |
| | | public string DepotCode { get; set; } |
| | | public string? DepotCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 推介库位 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "depot_section_code")] |
| | | public string DepotSectionCode { get; set; } |
| | | public string? DepotSectionCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "task_no")] |
| | | public string TaskNo { get; set; } |
| | | public string? TaskNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 到货单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "work_no")] |
| | | public string WorkNo { get; set; } |
| | | public string? WorkNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 到货单行号 |
| | |
| | | /// ERP_料号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "erp_item_no")] |
| | | public string ErpItemNo { get; set; } |
| | | public string? ErpItemNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 颜色 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "color_name")] |
| | | public string ColorName { get; set; } |
| | | public string? ColorName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 最新下载更新标识 |
| | |
| | | /// 默认值: ('0') |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ebeln")] |
| | | public string Ebeln { get; set; } |
| | | public string? Ebeln { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 采购订单行号 |
| | |
| | | /// 产品编号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "board_item")] |
| | | public string BoardItem { get; set; } |
| | | public string? BoardItem { get; set; } |
| | | |
| | | /// <summary> |
| | | /// </summary> |
| | |
| | | /// 领料编号/生产工单 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "pbill_no")] |
| | | public string PbillNo { get; set; } |
| | | public string? PbillNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// erp接口返回 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "erp_mark")] |
| | | public string ErpMark { get; set; } |
| | | public string? ErpMark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库单号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "rk_no")] |
| | | public string RkNo { get; set; } |
| | | public string? RkNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 已入库数 |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "item_dabid")] |
| | | public int? ItemDabid { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public decimal? KtQty { get; set; } |
| | | } |