업무일지 등록시 메일 알림 기능 추가
This commit is contained in:
		| @@ -33,10 +33,10 @@ | ||||
|           <Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" /> | ||||
|           <Property Name="grp" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="code" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="svalue" Type="varchar" MaxLength="255" /> | ||||
|           <Property Name="svalue" Type="varchar" MaxLength="1000" /> | ||||
|           <Property Name="ivalue" Type="int" /> | ||||
|           <Property Name="fvalue" Type="float" /> | ||||
|           <Property Name="memo" Type="varchar" MaxLength="250" /> | ||||
|           <Property Name="memo" Type="varchar" MaxLength="1000" /> | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" /> | ||||
|         </EntityType> | ||||
| @@ -73,6 +73,8 @@ | ||||
|           <Property Name="sendmail" Type="bit" /> | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" /> | ||||
|           <Property Name="stime" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="etime" Type="varchar" MaxLength="10" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_JobReport_EBoard"> | ||||
|           <Key> | ||||
| @@ -167,6 +169,8 @@ | ||||
|           <Property Name="progress" Type="int" /> | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" /> | ||||
|           <Property Name="complete" Type="bit" /> | ||||
|           <Property Name="uidname" Type="varchar" MaxLength="50" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_SaveCost"> | ||||
|           <Key> | ||||
| @@ -206,6 +210,7 @@ | ||||
|           <Property Name="fanout" Type="bit" /> | ||||
|           <Property Name="weekly" Type="bit" /> | ||||
|           <Property Name="Highlight" Type="bit" /> | ||||
|           <Property Name="sfi" Type="float" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="HolidayLIst"> | ||||
|           <Key> | ||||
| @@ -250,6 +255,8 @@ | ||||
|           <Property Name="kisulamt" Type="decimal" Precision="18" Scale="3" /> | ||||
|           <Property Name="ot2" Type="float" /> | ||||
|           <Property Name="otReason" Type="varchar" MaxLength="255" /> | ||||
|           <Property Name="otwuid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="ottime" Type="datetime" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="MailData"> | ||||
|           <Key> | ||||
| @@ -326,6 +333,9 @@ | ||||
|           <Property Name="ddate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="edate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="odate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="bdate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="qdate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="cdate" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="progress" Type="int" /> | ||||
|           <Property Name="memo" Type="nvarchar" MaxLength="255" /> | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
| @@ -354,6 +364,19 @@ | ||||
|           <Property Name="EB_ConstNew" Type="float" /> | ||||
|           <Property Name="EB_BoardName" Type="nvarchar" MaxLength="255" /> | ||||
|           <Property Name="bAlert" Type="bit" /> | ||||
|           <Property Name="championid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="designid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="assemblyid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="epanelid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="softwareid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="userAssembly" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="ReqLine" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="ReqSite" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="ReqPackage" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="ReqPlant" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="pno" Type="int" /> | ||||
|           <Property Name="kdate" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="jasmin" Type="int" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Purchase"> | ||||
|           <Key> | ||||
| @@ -394,6 +417,9 @@ | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" /> | ||||
|           <Property Name="inqty" Type="int" /> | ||||
|           <Property Name="inremark" Type="nvarchar" MaxLength="500" /> | ||||
|           <Property Name="winuid" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="windate" Type="smalldatetime" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="UserGroup"> | ||||
|           <Key> | ||||
| @@ -405,6 +431,8 @@ | ||||
|           <Property Name="advpurchase" Type="bit" /> | ||||
|           <Property Name="permission" Type="int" /> | ||||
|           <Property Name="advkisul" Type="bit" /> | ||||
|           <Property Name="managerinfo" Type="varchar" MaxLength="255" /> | ||||
|           <Property Name="devinfo" Type="varchar" MaxLength="255" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Users"> | ||||
|           <Key> | ||||
| @@ -450,6 +478,7 @@ | ||||
|           <Property Name="memo" Type="nvarchar" MaxLength="255" /> | ||||
|           <Property Name="isdel" Type="bit" /> | ||||
|           <Property Name="status" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="champion" Type="varchar" MaxLength="200" /> | ||||
|         </EntityType> | ||||
|         <!--생성 중 오류 발생: | ||||
| 경고 6002: 테이블/뷰 'EE.dbo.vGroupUser'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.--> | ||||
| @@ -479,6 +508,8 @@ | ||||
|           <Property Name="state" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="useJobReport" Type="bit" /> | ||||
|           <Property Name="useUserState" Type="bit" /> | ||||
|           <Property Name="password" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="exceptHoly" Type="bit" /> | ||||
|         </EntityType> | ||||
|         <!--생성 중 오류 발생: | ||||
| 경고 6002: 테이블/뷰 'EE.dbo.vHoliday_uselist'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.--> | ||||
| @@ -583,7 +614,8 @@ | ||||
|     [vEETGW_Project_LayoutList].[userManager] AS [userManager],  | ||||
|     [vEETGW_Project_LayoutList].[memo] AS [memo],  | ||||
|     [vEETGW_Project_LayoutList].[isdel] AS [isdel],  | ||||
|     [vEETGW_Project_LayoutList].[status] AS [status] | ||||
|     [vEETGW_Project_LayoutList].[status] AS [status],  | ||||
|     [vEETGW_Project_LayoutList].[champion] AS [champion] | ||||
|     FROM [dbo].[vEETGW_Project_LayoutList] AS [vEETGW_Project_LayoutList]</DefiningQuery> | ||||
|           </EntitySet> | ||||
|           <EntitySet Name="vGroupUser" EntityType="Self.vGroupUser" store:Type="Views" store:Schema="dbo"> | ||||
| @@ -608,7 +640,9 @@ | ||||
|     [vGroupUser].[id] AS [id],  | ||||
|     [vGroupUser].[state] AS [state],  | ||||
|     [vGroupUser].[useJobReport] AS [useJobReport],  | ||||
|     [vGroupUser].[useUserState] AS [useUserState] | ||||
|     [vGroupUser].[useUserState] AS [useUserState],  | ||||
|     [vGroupUser].[password] AS [password],  | ||||
|     [vGroupUser].[exceptHoly] AS [exceptHoly] | ||||
|     FROM [dbo].[vGroupUser] AS [vGroupUser]</DefiningQuery> | ||||
|           </EntitySet> | ||||
|           <EntitySet Name="vHoliday_uselist" EntityType="Self.vHoliday_uselist" store:Type="Views" store:Schema="dbo"> | ||||
| @@ -680,10 +714,10 @@ | ||||
|           <Property Name="gcode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" Nullable="false" /> | ||||
|           <Property Name="grp" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="code" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="svalue" Type="String" MaxLength="255" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="svalue" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ivalue" Type="Int32" /> | ||||
|           <Property Name="fvalue" Type="Double" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="250" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="wuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" /> | ||||
|         </EntityType> | ||||
| @@ -697,6 +731,8 @@ | ||||
|           <Property Name="advpurchase" Type="Boolean" /> | ||||
|           <Property Name="permission" Type="Int32" /> | ||||
|           <Property Name="advkisul" Type="Boolean" /> | ||||
|           <Property Name="managerinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="devinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Users"> | ||||
|           <Key> | ||||
| @@ -776,11 +812,11 @@ | ||||
|           <EntitySet Name="vJobReportForUser" EntityType="EEModel.vJobReportForUser" /> | ||||
|           <EntitySet Name="Auth" EntityType="EEModel.Auth" /> | ||||
|           <EntitySet Name="Projects" EntityType="EEModel.Projects" /> | ||||
|           <EntitySet Name="vEETGW_Project_LayoutList" EntityType="EEModel.vEETGW_Project_LayoutList" /> | ||||
|           <EntitySet Name="EETGW_Project_Layout" EntityType="EEModel.EETGW_Project_Layout" /> | ||||
|           <EntitySet Name="EETGW_DocuForm" EntityType="EEModel.EETGW_DocuForm" /> | ||||
|           <EntitySet Name="EETGW_ProjectsSchedule" EntityType="EEModel.EETGW_ProjectsSchedule" /> | ||||
|           <EntitySet Name="EETGW_HolydayRequest" EntityType="EEModel.EETGW_HolydayRequest" /> | ||||
|           <EntitySet Name="vEETGW_Project_LayoutList" EntityType="EEModel.vEETGW_Project_LayoutList" /> | ||||
|         </EntityContainer> | ||||
|         <EntityType Name="HolidayLIst"> | ||||
|           <Key> | ||||
| @@ -870,6 +906,7 @@ | ||||
|           <Property Name="Highlight" Type="Boolean" /> | ||||
|           <Property Name="bef_time" Type="Double" /> | ||||
|           <Property Name="aft_time" Type="Double" /> | ||||
|           <Property Name="sfi" Type="Double" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="MailData"> | ||||
|           <Key> | ||||
| @@ -954,6 +991,9 @@ | ||||
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" /> | ||||
|           <Property Name="inqty" Type="Int32" /> | ||||
|           <Property Name="pumpriceD" Type="Decimal" Precision="18" Scale="2" /> | ||||
|           <Property Name="inremark" Type="String" MaxLength="500" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="winuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="windate" Type="DateTime" Precision="0" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_Note"> | ||||
|           <Key> | ||||
| @@ -1003,6 +1043,8 @@ | ||||
|           <Property Name="kisulamt" Type="Decimal" Precision="18" Scale="3" /> | ||||
|           <Property Name="ot2" Type="Double" /> | ||||
|           <Property Name="otReason" Type="String" MaxLength="255" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="otwuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ottime" Type="DateTime" Precision="3" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vGroupUser"> | ||||
|           <Key> | ||||
| @@ -1029,6 +1071,8 @@ | ||||
|           <Property Name="state" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="useJobReport" Type="Boolean" /> | ||||
|           <Property Name="useUserState" Type="Boolean" /> | ||||
|           <Property Name="password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="exceptHoly" Type="Boolean" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vJobReportForUser"> | ||||
|           <Key> | ||||
| @@ -1139,23 +1183,22 @@ | ||||
|           <Property Name="model" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="serial" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="CMP_After2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vEETGW_Project_LayoutList"> | ||||
|           <Key> | ||||
|             <PropertyRef Name="idx" /> | ||||
|             <PropertyRef Name="gcode" /> | ||||
|           </Key> | ||||
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> | ||||
|           <Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="edate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ddate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="sdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="userManager" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="isdel" Type="Boolean" /> | ||||
|           <Property Name="status" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="bdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="qdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="cdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="championid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="designid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="assemblyid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="epanelid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="softwareid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="userAssembly" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ReqLine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ReqSite" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ReqPackage" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ReqPlant" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="pno" Type="Int32" /> | ||||
|           <Property Name="kdate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="jasmin" Type="Int32" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_Project_Layout"> | ||||
|           <Key> | ||||
| @@ -1207,6 +1250,8 @@ | ||||
|           <Property Name="progress" Type="Int32" /> | ||||
|           <Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" /> | ||||
|           <Property Name="complete" Type="Boolean" /> | ||||
|           <Property Name="uidname" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_HolydayRequest"> | ||||
|           <Key> | ||||
| @@ -1229,6 +1274,26 @@ | ||||
|           <Property Name="sendmail" Type="Boolean" /> | ||||
|           <Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" /> | ||||
|           <Property Name="stime" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="etime" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vEETGW_Project_LayoutList"> | ||||
|           <Key> | ||||
|             <PropertyRef Name="idx" /> | ||||
|             <PropertyRef Name="gcode" /> | ||||
|           </Key> | ||||
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> | ||||
|           <Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="edate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ddate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="sdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="userManager" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="isdel" Type="Boolean" /> | ||||
|           <Property Name="status" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="champion" Type="String" MaxLength="200" FixedLength="false" Unicode="false" /> | ||||
|         </EntityType> | ||||
|       </Schema> | ||||
|     </edmx:ConceptualModels> | ||||
| @@ -1255,6 +1320,8 @@ | ||||
|           <EntitySetMapping Name="UserGroup"> | ||||
|             <EntityTypeMapping TypeName="EEModel.UserGroup"> | ||||
|               <MappingFragment StoreEntitySet="UserGroup"> | ||||
|                 <ScalarProperty Name="devinfo" ColumnName="devinfo" /> | ||||
|                 <ScalarProperty Name="managerinfo" ColumnName="managerinfo" /> | ||||
|                 <ScalarProperty Name="advkisul" ColumnName="advkisul" /> | ||||
|                 <ScalarProperty Name="dept" ColumnName="dept" /> | ||||
|                 <ScalarProperty Name="gcode" ColumnName="gcode" /> | ||||
| @@ -1378,6 +1445,7 @@ | ||||
|           <EntitySetMapping Name="EETGW_SaveCost"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_SaveCost"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_SaveCost"> | ||||
|                 <ScalarProperty Name="sfi" ColumnName="sfi" /> | ||||
|                 <ScalarProperty Name="aft_time" ColumnName="aft_time" /> | ||||
|                 <ScalarProperty Name="bef_time" ColumnName="bef_time" /> | ||||
|                 <ScalarProperty Name="Highlight" ColumnName="Highlight" /> | ||||
| @@ -1464,6 +1532,9 @@ | ||||
|           <EntitySetMapping Name="Purchase"> | ||||
|             <EntityTypeMapping TypeName="EEModel.Purchase"> | ||||
|               <MappingFragment StoreEntitySet="Purchase"> | ||||
|                 <ScalarProperty Name="windate" ColumnName="windate" /> | ||||
|                 <ScalarProperty Name="winuid" ColumnName="winuid" /> | ||||
|                 <ScalarProperty Name="inremark" ColumnName="inremark" /> | ||||
|                 <ScalarProperty Name="pumpriceD" ColumnName="pumpriceD" /> | ||||
|                 <ScalarProperty Name="inqty" ColumnName="inqty" /> | ||||
|                 <ScalarProperty Name="wdate" ColumnName="wdate" /> | ||||
| @@ -1522,6 +1593,8 @@ | ||||
|           <EntitySetMapping Name="JobReport"> | ||||
|             <EntityTypeMapping TypeName="EEModel.JobReport"> | ||||
|               <MappingFragment StoreEntitySet="JobReport"> | ||||
|                 <ScalarProperty Name="ottime" ColumnName="ottime" /> | ||||
|                 <ScalarProperty Name="otwuid" ColumnName="otwuid" /> | ||||
|                 <ScalarProperty Name="otReason" ColumnName="otReason" /> | ||||
|                 <ScalarProperty Name="ot2" ColumnName="ot2" /> | ||||
|                 <ScalarProperty Name="kisulamt" ColumnName="kisulamt" /> | ||||
| @@ -1556,6 +1629,8 @@ | ||||
|           <EntitySetMapping Name="vGroupUser"> | ||||
|             <EntityTypeMapping TypeName="EEModel.vGroupUser"> | ||||
|               <MappingFragment StoreEntitySet="vGroupUser"> | ||||
|                 <ScalarProperty Name="exceptHoly" ColumnName="exceptHoly" /> | ||||
|                 <ScalarProperty Name="password" ColumnName="password" /> | ||||
|                 <ScalarProperty Name="useUserState" ColumnName="useUserState" /> | ||||
|                 <ScalarProperty Name="useJobReport" ColumnName="useJobReport" /> | ||||
|                 <ScalarProperty Name="state" ColumnName="state" /> | ||||
| @@ -1634,6 +1709,22 @@ | ||||
|           <EntitySetMapping Name="Projects"> | ||||
|             <EntityTypeMapping TypeName="EEModel.Projects"> | ||||
|               <MappingFragment StoreEntitySet="Projects"> | ||||
|                 <ScalarProperty Name="jasmin" ColumnName="jasmin" /> | ||||
|                 <ScalarProperty Name="kdate" ColumnName="kdate" /> | ||||
|                 <ScalarProperty Name="pno" ColumnName="pno" /> | ||||
|                 <ScalarProperty Name="ReqPlant" ColumnName="ReqPlant" /> | ||||
|                 <ScalarProperty Name="ReqPackage" ColumnName="ReqPackage" /> | ||||
|                 <ScalarProperty Name="ReqSite" ColumnName="ReqSite" /> | ||||
|                 <ScalarProperty Name="ReqLine" ColumnName="ReqLine" /> | ||||
|                 <ScalarProperty Name="userAssembly" ColumnName="userAssembly" /> | ||||
|                 <ScalarProperty Name="softwareid" ColumnName="softwareid" /> | ||||
|                 <ScalarProperty Name="epanelid" ColumnName="epanelid" /> | ||||
|                 <ScalarProperty Name="assemblyid" ColumnName="assemblyid" /> | ||||
|                 <ScalarProperty Name="designid" ColumnName="designid" /> | ||||
|                 <ScalarProperty Name="championid" ColumnName="championid" /> | ||||
|                 <ScalarProperty Name="cdate" ColumnName="cdate" /> | ||||
|                 <ScalarProperty Name="qdate" ColumnName="qdate" /> | ||||
|                 <ScalarProperty Name="bdate" ColumnName="bdate" /> | ||||
|                 <ScalarProperty Name="CMP_After2" ColumnName="CMP_After2" /> | ||||
|                 <ScalarProperty Name="serial" ColumnName="serial" /> | ||||
|                 <ScalarProperty Name="model" ColumnName="model" /> | ||||
| @@ -1692,23 +1783,6 @@ | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="vEETGW_Project_LayoutList"> | ||||
|             <EntityTypeMapping TypeName="EEModel.vEETGW_Project_LayoutList"> | ||||
|               <MappingFragment StoreEntitySet="vEETGW_Project_LayoutList"> | ||||
|                 <ScalarProperty Name="status" ColumnName="status" /> | ||||
|                 <ScalarProperty Name="isdel" ColumnName="isdel" /> | ||||
|                 <ScalarProperty Name="memo" ColumnName="memo" /> | ||||
|                 <ScalarProperty Name="userManager" ColumnName="userManager" /> | ||||
|                 <ScalarProperty Name="name" ColumnName="name" /> | ||||
|                 <ScalarProperty Name="sdate" ColumnName="sdate" /> | ||||
|                 <ScalarProperty Name="ddate" ColumnName="ddate" /> | ||||
|                 <ScalarProperty Name="edate" ColumnName="edate" /> | ||||
|                 <ScalarProperty Name="pdate" ColumnName="pdate" /> | ||||
|                 <ScalarProperty Name="gcode" ColumnName="gcode" /> | ||||
|                 <ScalarProperty Name="idx" ColumnName="idx" /> | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="EETGW_Project_Layout"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_Project_Layout"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_Project_Layout"> | ||||
| @@ -1743,6 +1817,8 @@ | ||||
|           <EntitySetMapping Name="EETGW_ProjectsSchedule"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_ProjectsSchedule"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_ProjectsSchedule"> | ||||
|                 <ScalarProperty Name="uidname" ColumnName="uidname" /> | ||||
|                 <ScalarProperty Name="complete" ColumnName="complete" /> | ||||
|                 <ScalarProperty Name="wdate" ColumnName="wdate" /> | ||||
|                 <ScalarProperty Name="wuid" ColumnName="wuid" /> | ||||
|                 <ScalarProperty Name="progress" ColumnName="progress" /> | ||||
| @@ -1766,6 +1842,8 @@ | ||||
|           <EntitySetMapping Name="EETGW_HolydayRequest"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_HolydayRequest"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_HolydayRequest"> | ||||
|                 <ScalarProperty Name="etime" ColumnName="etime" /> | ||||
|                 <ScalarProperty Name="stime" ColumnName="stime" /> | ||||
|                 <ScalarProperty Name="wdate" ColumnName="wdate" /> | ||||
|                 <ScalarProperty Name="wuid" ColumnName="wuid" /> | ||||
|                 <ScalarProperty Name="sendmail" ColumnName="sendmail" /> | ||||
| @@ -1786,6 +1864,24 @@ | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="vEETGW_Project_LayoutList"> | ||||
|             <EntityTypeMapping TypeName="EEModel.vEETGW_Project_LayoutList"> | ||||
|               <MappingFragment StoreEntitySet="vEETGW_Project_LayoutList"> | ||||
|                 <ScalarProperty Name="champion" ColumnName="champion" /> | ||||
|                 <ScalarProperty Name="status" ColumnName="status" /> | ||||
|                 <ScalarProperty Name="isdel" ColumnName="isdel" /> | ||||
|                 <ScalarProperty Name="memo" ColumnName="memo" /> | ||||
|                 <ScalarProperty Name="userManager" ColumnName="userManager" /> | ||||
|                 <ScalarProperty Name="name" ColumnName="name" /> | ||||
|                 <ScalarProperty Name="sdate" ColumnName="sdate" /> | ||||
|                 <ScalarProperty Name="ddate" ColumnName="ddate" /> | ||||
|                 <ScalarProperty Name="edate" ColumnName="edate" /> | ||||
|                 <ScalarProperty Name="pdate" ColumnName="pdate" /> | ||||
|                 <ScalarProperty Name="gcode" ColumnName="gcode" /> | ||||
|                 <ScalarProperty Name="idx" ColumnName="idx" /> | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|         </EntityContainerMapping> | ||||
|       </Mapping> | ||||
|     </edmx:Mappings> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi