Fix bug and DB for invmaster

This commit is contained in:
MOHD ARIFF 2026-01-30 11:29:23 +08:00
parent ab79a16a6c
commit 90ae22568b

View File

@ -10,6 +10,7 @@ namespace PSTW_CentralSystem.Areas.Inventory.Models
public class InventoryMasterModel public class InventoryMasterModel
{ {
[Key] [Key]
public int RowId { get; set; }
public int StoreId { get; set; } public int StoreId { get; set; }
public int UserId { get; set; } public int UserId { get; set; }
[ForeignKey("UserId")] [ForeignKey("UserId")]