From f3edd353771b9b28c3fadec8787af9bbe4011cde Mon Sep 17 00:00:00 2001 From: Yiru Date: Mon, 11 Dec 2023 10:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=ABb.b.=20=E5=88=AA=E9=99=A4=20WorkingHou?= =?UTF-8?q?rsCollections=20=E7=9A=84=20FactoryType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/AMES/WorkingHoursCollection.cs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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; } + } }