| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æçå· |
| | | /// 模å
·ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "è¶æ¡å·/å¤ç®±å·")] |
| | | public string PalletCode { get; set; } |
| | | /// <summary> |
| | | /// åºå屿§<br/> |
| | | /// æå =1, |
| | | /// åæå = 2, |
| | | /// åææ = 3, |
| | | /// è¾
æå¤ä»¶ = 4, |
| | | /// 空æ = 5, |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºå屿§")] |
| | | public int ProStockAttribute { get; set; } |
| | | /// <summary> |
| | | /// è¶æ¡ç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è¶æ¡ç±»å")] |
| | | public int PalletType { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "模å
·ç¼å·")] |
| | | public string ContainerCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] |
| | | [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "è´§ä½ç¼å·")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºè´§åå· |
| | | /// ææ¡ç±»å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "åºè´§åå·")] |
| | | public string ShipmentOrder { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ææ¡ç±»å")] |
| | | public int ContainerType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å
¥åºåå· |
| | | /// ä»åºID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "å
¥åºåå·")] |
| | | public string ProInOrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»åºä¸»é®")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ä»åºID")] |
| | | public int WarehouseId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåç¶æ")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åºåç¶æ")] |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦ç©ºæ¡ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¯å¦ç©ºæ¡")] |
| | | public bool IsEmpty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦æ»¡æ¡ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¯å¦æ»¡æ¡")] |
| | | public bool IsFill { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦åæ£ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¯å¦åæ£")] |
| | | public bool IsPick { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 订åå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "订åå·")] |
| | | public string OrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | /// <summary> |
| | | /// åºåæç» |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_ProStockInfoDetail.ProStockId), nameof(Id))] |
| | | public List<Dt_ProStockInfoDetail> proStockInfoDetails { get; set; } |
| | | } |
| | | } |