This commit is contained in:
@@ -23,11 +23,19 @@ namespace AyaNova.Models
|
||||
public DateTime? LastEntryDate { get; set; }
|
||||
[Required]
|
||||
public long PartId { get; set; }
|
||||
[NotMapped]
|
||||
public string PartViz { get; set; }
|
||||
[Required]
|
||||
public long PartWarehouseId { get; set; }
|
||||
[NotMapped]
|
||||
public string PartWarehouseViz { get; set; }
|
||||
|
||||
public long? SourceId { get; set; }
|
||||
[NotMapped]
|
||||
public string SourceViz { get; set; }
|
||||
public AyaType? SourceType { get; set; }
|
||||
[NotMapped]
|
||||
public string SourceTypeViz { get; set; }
|
||||
|
||||
[Required]
|
||||
public decimal Quantity { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user