first update

This commit is contained in:
misya 2025-03-17 10:21:50 +08:00
parent 7c66571264
commit 59f45bb4bd

View File

@ -99,5 +99,6 @@ namespace PSTW_CentralSystem.DBContext
public DbSet<StationModel> Stations { get; set; } public DbSet<StationModel> Stations { get; set; }
public DbSet<StoreModel> Stores { get; set; } public DbSet<StoreModel> Stores { get; set; }
//testing
} }
} }