| | |
| | | public int UploadStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å建å
¥åºå |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¯å¦å建å
¥åºå")] |
| | | public int CreateInOrderStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客æ·ä»£å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "客æ·ä»£å·")] |
| | |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_ReceiveOrderDetail.ReceiveOrderId), nameof(ReceiveOrderId))] |
| | | public List<Dt_ReceiveOrderDetail> Details { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? PurchaseOrderNo { get; set; } |
| | | } |
| | | } |