..
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
<Property Name="import" Type="bit" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
<Property Name="원인2" Type="nvarchar(max)" />
|
||||
<Property Name="결과2" Type="nvarchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="EETGW_SaveCost">
|
||||
<Key>
|
||||
@@ -91,6 +93,7 @@
|
||||
<Property Name="eepart" Type="varchar" MaxLength="50" />
|
||||
<Property Name="fanout" Type="bit" />
|
||||
<Property Name="weekly" Type="bit" />
|
||||
<Property Name="Highlight" Type="bit" />
|
||||
</EntityType>
|
||||
<EntityType Name="HolidayLIst">
|
||||
<Key>
|
||||
@@ -103,6 +106,50 @@
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="MailData">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="project" Type="int" />
|
||||
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="cate" Type="varchar" MaxLength="20" />
|
||||
<Property Name="pdate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="subject" Type="varchar(max)" />
|
||||
<Property Name="fromlist" Type="varchar(max)" />
|
||||
<Property Name="tolist" Type="varchar(max)" />
|
||||
<Property Name="bcc" Type="varchar(max)" />
|
||||
<Property Name="cc" Type="varchar(max)" />
|
||||
<Property Name="body" Type="varchar(max)" />
|
||||
<Property Name="SendOK" Type="bit" />
|
||||
<Property Name="SendMsg" Type="varchar" MaxLength="255" />
|
||||
<Property Name="aidx" Type="int" />
|
||||
<Property Name="atime" Type="varchar" MaxLength="20" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="MailForm">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="cate" Type="varchar" MaxLength="2" />
|
||||
<Property Name="title" Type="varchar" MaxLength="100" />
|
||||
<Property Name="tolist" Type="varchar(max)" />
|
||||
<Property Name="bcc" Type="varchar(max)" />
|
||||
<Property Name="cc" Type="varchar(max)" />
|
||||
<Property Name="subject" Type="varchar(max)" />
|
||||
<Property Name="tail" Type="varchar(max)" />
|
||||
<Property Name="body" Type="varchar(max)" />
|
||||
<Property Name="selfTo" Type="bit" />
|
||||
<Property Name="selfCC" Type="bit" />
|
||||
<Property Name="selfBCC" Type="bit" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
<Property Name="exceptmail" Type="varchar(max)" />
|
||||
<Property Name="exceptmailcc" Type="varchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="UserGroup">
|
||||
<Key>
|
||||
<PropertyRef Name="dept" />
|
||||
@@ -221,12 +268,15 @@
|
||||
<Property Name="uname" Type="varchar" MaxLength="200" />
|
||||
<Property Name="hrs" Type="float" />
|
||||
<Property Name="ot" Type="float" />
|
||||
<Property Name="UserProcess" Type="varchar" MaxLength="50" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEModelStoreContainer">
|
||||
<EntitySet Name="Common" EntityType="Self.Common" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="EETGW_JobReport_EBoard" EntityType="Self.EETGW_JobReport_EBoard" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="EETGW_SaveCost" EntityType="Self.EETGW_SaveCost" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="HolidayLIst" EntityType="Self.HolidayLIst" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="MailData" EntityType="Self.MailData" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="MailForm" EntityType="Self.MailForm" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="UserGroup" EntityType="Self.UserGroup" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Users" EntityType="Self.Users" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="vGroupUser" EntityType="Self.vGroupUser" store:Type="Views" store:Schema="dbo">
|
||||
@@ -292,7 +342,8 @@
|
||||
[vUserWorkTimeList].[uid] AS [uid],
|
||||
[vUserWorkTimeList].[uname] AS [uname],
|
||||
[vUserWorkTimeList].[hrs] AS [hrs],
|
||||
[vUserWorkTimeList].[ot] AS [ot]
|
||||
[vUserWorkTimeList].[ot] AS [ot],
|
||||
[vUserWorkTimeList].[UserProcess] AS [UserProcess]
|
||||
FROM [dbo].[vUserWorkTimeList] AS [vUserWorkTimeList]</DefiningQuery>
|
||||
</EntitySet>
|
||||
</EntityContainer>
|
||||
@@ -380,6 +431,7 @@
|
||||
<Property Name="uname" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
||||
<Property Name="hrs" Type="Double" />
|
||||
<Property Name="ot" Type="Double" />
|
||||
<Property Name="UserProcess" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEEntities" annotation:LazyLoadingEnabled="true">
|
||||
<EntitySet Name="Common" EntityType="Self.Common" />
|
||||
@@ -392,6 +444,8 @@
|
||||
<EntitySet Name="vJobReportForUser" EntityType="EEModel.vJobReportForUser" />
|
||||
<EntitySet Name="EETGW_JobReport_EBoard" EntityType="EEModel.EETGW_JobReport_EBoard" />
|
||||
<EntitySet Name="EETGW_SaveCost" EntityType="EEModel.EETGW_SaveCost" />
|
||||
<EntitySet Name="MailData" EntityType="EEModel.MailData" />
|
||||
<EntitySet Name="MailForm" EntityType="EEModel.MailForm" />
|
||||
</EntityContainer>
|
||||
<EntityType Name="HolidayLIst">
|
||||
<Key>
|
||||
@@ -484,6 +538,8 @@
|
||||
<Property Name="import" 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="원인2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="결과2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
</EntityType>
|
||||
<EntityType Name="EETGW_SaveCost">
|
||||
<Key>
|
||||
@@ -520,6 +576,51 @@
|
||||
<Property Name="eepart" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="fanout" Type="Boolean" />
|
||||
<Property Name="weekly" Type="Boolean" />
|
||||
<Property Name="Highlight" Type="Boolean" />
|
||||
</EntityType>
|
||||
<EntityType Name="MailData">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="project" Type="Int32" />
|
||||
<Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="cate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="subject" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="fromlist" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="tolist" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="bcc" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="cc" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="body" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="SendOK" Type="Boolean" />
|
||||
<Property Name="SendMsg" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
<Property Name="aidx" Type="Int32" />
|
||||
<Property Name="atime" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
||||
</EntityType>
|
||||
<EntityType Name="MailForm">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</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="cate" Type="String" MaxLength="2" FixedLength="false" Unicode="false" />
|
||||
<Property Name="title" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="tolist" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="bcc" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="cc" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="subject" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="tail" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="body" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="selfTo" Type="Boolean" />
|
||||
<Property Name="selfCC" Type="Boolean" />
|
||||
<Property Name="selfBCC" 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="exceptmail" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="exceptmailcc" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
</Schema>
|
||||
</edmx:ConceptualModels>
|
||||
@@ -599,6 +700,7 @@
|
||||
<EntitySetMapping Name="vUserWorkTimeList">
|
||||
<EntityTypeMapping TypeName="EEModel.vUserWorkTimeList">
|
||||
<MappingFragment StoreEntitySet="vUserWorkTimeList">
|
||||
<ScalarProperty Name="UserProcess" ColumnName="UserProcess" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
<ScalarProperty Name="yymm" ColumnName="yymm" />
|
||||
<ScalarProperty Name="total" ColumnName="total" />
|
||||
@@ -670,6 +772,8 @@
|
||||
<EntitySetMapping Name="EETGW_JobReport_EBoard">
|
||||
<EntityTypeMapping TypeName="EEModel.EETGW_JobReport_EBoard">
|
||||
<MappingFragment StoreEntitySet="EETGW_JobReport_EBoard">
|
||||
<ScalarProperty Name="결과2" ColumnName="결과2" />
|
||||
<ScalarProperty Name="원인2" ColumnName="원인2" />
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
||||
<ScalarProperty Name="import" ColumnName="import" />
|
||||
@@ -707,6 +811,7 @@
|
||||
<EntitySetMapping Name="EETGW_SaveCost">
|
||||
<EntityTypeMapping TypeName="EEModel.EETGW_SaveCost">
|
||||
<MappingFragment StoreEntitySet="EETGW_SaveCost">
|
||||
<ScalarProperty Name="Highlight" ColumnName="Highlight" />
|
||||
<ScalarProperty Name="weekly" ColumnName="weekly" />
|
||||
<ScalarProperty Name="fanout" ColumnName="fanout" />
|
||||
<ScalarProperty Name="eepart" ColumnName="eepart" />
|
||||
@@ -741,6 +846,52 @@
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="MailData">
|
||||
<EntityTypeMapping TypeName="EEModel.MailData">
|
||||
<MappingFragment StoreEntitySet="MailData">
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
||||
<ScalarProperty Name="atime" ColumnName="atime" />
|
||||
<ScalarProperty Name="aidx" ColumnName="aidx" />
|
||||
<ScalarProperty Name="SendMsg" ColumnName="SendMsg" />
|
||||
<ScalarProperty Name="SendOK" ColumnName="SendOK" />
|
||||
<ScalarProperty Name="body" ColumnName="body" />
|
||||
<ScalarProperty Name="cc" ColumnName="cc" />
|
||||
<ScalarProperty Name="bcc" ColumnName="bcc" />
|
||||
<ScalarProperty Name="tolist" ColumnName="tolist" />
|
||||
<ScalarProperty Name="fromlist" ColumnName="fromlist" />
|
||||
<ScalarProperty Name="subject" ColumnName="subject" />
|
||||
<ScalarProperty Name="pdate" ColumnName="pdate" />
|
||||
<ScalarProperty Name="cate" ColumnName="cate" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
<ScalarProperty Name="project" ColumnName="project" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="MailForm">
|
||||
<EntityTypeMapping TypeName="EEModel.MailForm">
|
||||
<MappingFragment StoreEntitySet="MailForm">
|
||||
<ScalarProperty Name="exceptmailcc" ColumnName="exceptmailcc" />
|
||||
<ScalarProperty Name="exceptmail" ColumnName="exceptmail" />
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
||||
<ScalarProperty Name="selfBCC" ColumnName="selfBCC" />
|
||||
<ScalarProperty Name="selfCC" ColumnName="selfCC" />
|
||||
<ScalarProperty Name="selfTo" ColumnName="selfTo" />
|
||||
<ScalarProperty Name="body" ColumnName="body" />
|
||||
<ScalarProperty Name="tail" ColumnName="tail" />
|
||||
<ScalarProperty Name="subject" ColumnName="subject" />
|
||||
<ScalarProperty Name="cc" ColumnName="cc" />
|
||||
<ScalarProperty Name="bcc" ColumnName="bcc" />
|
||||
<ScalarProperty Name="tolist" ColumnName="tolist" />
|
||||
<ScalarProperty Name="title" ColumnName="title" />
|
||||
<ScalarProperty Name="cate" ColumnName="cate" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
</EntityContainerMapping>
|
||||
</Mapping>
|
||||
</edmx:Mappings>
|
||||
|
||||
Reference in New Issue
Block a user