| | |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="ID", OracleSequenceName = "SEQ_sales", IsPrimaryKey = true)] |
| | | [SugarColumn(ColumnName="ID", OracleSequenceName = "SEQ_SALES", IsPrimaryKey = true)] |
| | | public decimal? Id { get; set; } |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SALES_ORDER_ID")] |
| | | public string SalesOrderId { get; set; } |
| | | public string? SalesOrderId { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="MATERIAL_ID")] |
| | | public string MaterialId { get; set; } |
| | | public string? MaterialId { get; set; } |
| | | /// <summary> |
| | | /// 物料名称 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="MATERIAL_NAME")] |
| | | public string MaterialName { get; set; } |
| | | public string? MaterialName { get; set; } |
| | | /// <summary> |
| | | /// 物料规格 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="MATERIAL_SPECIFICATION")] |
| | | public string MaterialSpecification { get; set; } |
| | | public string? MaterialSpecification { get; set; } |
| | | /// <summary> |
| | | /// 销售单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SALES_UNIT_ID")] |
| | | public string SalesUnitId { get; set; } |
| | | public string? SalesUnitId { get; set; } |
| | | /// <summary> |
| | | /// 销售数量 |
| | | ///</summary> |
| | |
| | | /// 出货仓库 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="WAREHOUSE")] |
| | | public string Warehouse { get; set; } |
| | | public string? Warehouse { get; set; } |
| | | /// <summary> |
| | | /// 计划跟踪号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="PLAN_TRACKING_NUMBER")] |
| | | public string PlanTrackingNumber { get; set; } |
| | | public string? PlanTrackingNumber { get; set; } |
| | | /// <summary> |
| | | /// 批号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="LOT_NUMBER")] |
| | | public string LotNumber { get; set; } |
| | | public string? LotNumber { get; set; } |
| | | /// <summary> |
| | | /// 源单编号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SRC_BILL_NO")] |
| | | public string SrcBillNo { get; set; } |
| | | public string? SrcBillNo { get; set; } |
| | | /// <summary> |
| | | /// 计价数量 |
| | | ///</summary> |
| | |
| | | /// 货主 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="OWNER_ID")] |
| | | public string OwnerId { get; set; } |
| | | public string? OwnerId { get; set; } |
| | | /// <summary> |
| | | /// 库存单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="INVENTORY_UNIT")] |
| | | public string InventoryUnit { get; set; } |
| | | public string? InventoryUnit { get; set; } |
| | | /// <summary> |
| | | /// 库存数量 |
| | | ///</summary> |
| | |
| | | /// 物料类别 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="MATERIAL_CATEGORY")] |
| | | public string MaterialCategory { get; set; } |
| | | public string? MaterialCategory { get; set; } |
| | | /// <summary> |
| | | /// 计划发货日期 |
| | | ///</summary> |
| | |
| | | /// 超发控制单位 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="OUT_LMT_UNIT")] |
| | | public string OutLmtUnit { get; set; } |
| | | public string? OutLmtUnit { get; set; } |
| | | /// <summary> |
| | | /// 出库上限 |
| | | ///</summary> |
| | |
| | | /// 交货地点 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="DELIVERY_LOC")] |
| | | public string DeliveryLoc { get; set; } |
| | | public string? DeliveryLoc { get; set; } |
| | | /// <summary> |
| | | /// 交货地址 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="DELIVERYL_ADDRESS")] |
| | | public string DeliverylAddress { get; set; } |
| | | public string? DeliverylAddress { get; set; } |
| | | /// <summary> |
| | | /// 源单单号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="SOURCE_BILL_NO")] |
| | | public string SourceBillNo { get; set; } |
| | | public string? SourceBillNo { get; set; } |
| | | /// <summary> |
| | | /// 订单单号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="ORDER_BILL_NO")] |
| | | public string OrderBillNo { get; set; } |
| | | public string? OrderBillNo { get; set; } |
| | | /// <summary> |
| | | /// 终止状态 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="TERMINATION_STATUS")] |
| | | public string TerminationStatus { get; set; } |
| | | public string? TerminationStatus { get; set; } |
| | | /// <summary> |
| | | /// 终止日期 |
| | | ///</summary> |
| | |
| | | /// ERP行ID |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="ERP_LINE_ID")] |
| | | public string ErpLineId { get; set; } |
| | | public string? ErpLineId { get; set; } |
| | | /// <summary> |
| | | /// ERP头ID |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="ERP_HEAD_ID")] |
| | | public string ErpHeadId { get; set; } |
| | | public string? ErpHeadId { get; set; } |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SALES_CONTRACT_NO")] |
| | | public string? SalesContractNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户物料名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_KHWLMC")] |
| | | public string? F_KHWLMC { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户物料编码 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_KHWLBM")] |
| | | public string? F_KHWLBM { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否完结 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "IS_FINISH")] |
| | | public decimal? IsFinish { get; set; } |
| | | } |
| | | |
| | | } |