Fix bug and DB for invmaster
This commit is contained in:
parent
ab79a16a6c
commit
90ae22568b
@ -10,6 +10,7 @@ namespace PSTW_CentralSystem.Areas.Inventory.Models
|
||||
public class InventoryMasterModel
|
||||
{
|
||||
[Key]
|
||||
public int RowId { get; set; }
|
||||
public int StoreId { get; set; }
|
||||
public int UserId { get; set; }
|
||||
[ForeignKey("UserId")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user