| | |
| | | /// <summary> |
| | | /// SEQ_sales序列 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_sales", |
| | | IsPrimaryKey = true)] |
| | | [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD",IsPrimaryKey = true)] |
| | | public decimal? Id { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ERP_ID")] |
| | |
| | | [SugarColumn(ColumnName = "HEAD_LOC_ID")] |
| | | public string? HeadLocId { get; set; } // 交货地点 |
| | | |
| | | [SugarColumn(ColumnName = "UNW_TEXT_KHDD")] |
| | | public string? UnWTextKhdd { get; set; } // 客户订单 |
| | | |
| | | [SugarColumn(ColumnName = "UNW_DATE_KHXQ")] |
| | | public DateTime? UnWDateKhxq { get; set; } // 客户需求交期 |
| | | |
| | | [SugarColumn(ColumnName = "UNW_BASE_PROPERTY_KHDJ")] |
| | | public string? UnWBasePropertyKhdj { get; set; } // 客户等级 |
| | | |
| | | [SugarColumn(ColumnName = "CUST_ID")] |
| | | public string? CustId { get; set; } // 客户 |
| | | |
| | | [SugarColumn(ColumnName = "UNW_LARGE_TEXT_TBKHBZ")] |
| | | public string? UnWLargetextTbkhbz { get; set; } // 淘宝客户备注 |
| | | |
| | | [SugarColumn(ColumnName = "CLOSE_STATUS")] |
| | | public string? CloseStatus { get; set; } // 关闭状态 |
| | |
| | | |
| | | [SugarColumn(ColumnName = "CHANGE_REASON")] |
| | | public string? ChangeReason { get; set; } // 变更原因 |
| | | |
| | | [SugarColumn(ColumnName = "NOTE")] |
| | | public string? Note { get; set; } // 备注 |
| | | |
| | | [SugarColumn(ColumnName = "UNW_REMARKS_KHJHDD")] |
| | | public string? UnWRemarksKhjHdd { get; set; } // 客户交货地点 |
| | | |
| | | [SugarColumn(ColumnName = "SETTLE_ID")] |
| | | public string? SettleId { get; set; } // 结算方 |