| | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºåç¶æ")] |
| | | public int StockStatus { get; set; } |
| | | |
| | | ///// <summary> |
| | | ///// åºåæç» |
| | | ///// </summary> |
| | | //[SugarColumn(ColumnName = "StockInfoDetails")] |
| | | //[Navigate(NavigateType.OneToMany, nameof(Dt_PalletStockInfoDetail.StockId))] |
| | | //public List<Dt_PalletStockInfoDetail>? StockInfoDetails { get; set; } |
| | | /// <summary> |
| | | /// åºåæç» |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "StockInfoDetails")] |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_PalletStockInfoDetail.StockId))] |
| | | public List<Dt_PalletStockInfoDetail>? StockInfoDetails { get; set; } |
| | | |
| | | ///// <summary> |
| | | ///// è´§ä½æ°æ® |