diff --git a/AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs b/AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs
index 71ff3f5..e0dab45 100644
--- a/AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs
+++ b/AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs
@@ -7,7 +7,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
///
/// 前置加工入途程站點資料檔
///
- [Table("PRE_WORKING")]
+ [Table("PRE_WORKING", Schema = "JHAMES")]
public class PreWorking
{
[Key]
diff --git a/AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs b/AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs
index 86577d3..4e89ecf 100644
--- a/AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs
+++ b/AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs
@@ -7,7 +7,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
///
/// 報工對應途程站點資料檔
///
- [Table("WORKING_FLOW_STATIONS")]
+ [Table("WORKING_FLOW_STATIONS", Schema = "JHAMES")]
public class WorkingFlowStations
{
[Key]