Browse Source

修正加入schema

master
yiru 2 weeks ago
parent
commit
5c5d0fed99
  1. 2
      AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs
  2. 2
      AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs

2
AMESCoreStudio.WebApi/Models/AMES/PreWorking.cs

@ -7,7 +7,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
/// <summary> /// <summary>
/// 前置加工入途程站點資料檔 /// 前置加工入途程站點資料檔
/// </summary> /// </summary>
[Table("PRE_WORKING")] [Table("PRE_WORKING", Schema = "JHAMES")]
public class PreWorking public class PreWorking
{ {
[Key] [Key]

2
AMESCoreStudio.WebApi/Models/AMES/WorkingFlowStations.cs

@ -7,7 +7,7 @@ namespace AMESCoreStudio.WebApi.Models.AMES
/// <summary> /// <summary>
/// 報工對應途程站點資料檔 /// 報工對應途程站點資料檔
/// </summary> /// </summary>
[Table("WORKING_FLOW_STATIONS")] [Table("WORKING_FLOW_STATIONS", Schema = "JHAMES")]
public class WorkingFlowStations public class WorkingFlowStations
{ {
[Key] [Key]

Loading…
Cancel
Save