diff --git a/AMESCoreStudio.WebApi/Models/AMES/WorkingHoursCollection.cs b/AMESCoreStudio.WebApi/Models/AMES/WorkingHoursCollection.cs
index ba5eb698..453c212e 100644
--- a/AMESCoreStudio.WebApi/Models/AMES/WorkingHoursCollection.cs
+++ b/AMESCoreStudio.WebApi/Models/AMES/WorkingHoursCollection.cs
@@ -212,18 +212,6 @@ namespace AMESCoreStudio.WebApi.Models.AMES
[ForeignKey("StationID")]
public virtual AMESCoreStudio.WebApi.Models.BAS.Stations Station { get; set; }
- ///
- /// 廠別類型
- ///
- [Column("FactoryType")]
- [StringLength(200)]
- [DataMember]
- [Display(Name = "廠別類型")]
- public string FactoryType { get; set; }
- ///
- /// PE工程師姓名 Engineer
- ///
- //[NotMapped]
- //public string Engineer_Name { get; set; }
+
}
}