This commit is contained in:
chi
2020-12-11 17:53:47 +09:00
parent 0f44fbe9f8
commit bd41902254
60 changed files with 12425 additions and 2853 deletions

View File

@@ -33,5 +33,6 @@ namespace FPJ0000
public virtual DbSet<HolidayLIst> HolidayLIst { get; set; }
public virtual DbSet<vGroupUser> vGroupUser { get; set; }
public virtual DbSet<vJobReportForUser> vJobReportForUser { get; set; }
public virtual DbSet<EETGW_SaveCost> EETGW_SaveCost { get; set; }
}
}