|
|
|
|
@@ -20,6 +20,10 @@
|
|
|
|
|
<Property Name="scheapp" Type="int" />
|
|
|
|
|
<Property Name="equipment" Type="int" />
|
|
|
|
|
<Property Name="kusul" Type="int" />
|
|
|
|
|
<Property Name="otconfirm" Type="int" />
|
|
|
|
|
<Property Name="kuntae" Type="int" />
|
|
|
|
|
<Property Name="holyreq" Type="int" />
|
|
|
|
|
<Property Name="account" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Common">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -48,6 +52,28 @@
|
|
|
|
|
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
|
|
|
|
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="EETGW_HolydayRequest">
|
|
|
|
|
<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="uid" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="cate" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="sdate" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="edate" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="conf" Type="int" />
|
|
|
|
|
<Property Name="Remark" Type="varchar" MaxLength="255" />
|
|
|
|
|
<Property Name="Response" Type="varchar" MaxLength="255" />
|
|
|
|
|
<Property Name="HolyReason" Type="varchar" MaxLength="100" />
|
|
|
|
|
<Property Name="HolyBackup" Type="varchar" MaxLength="100" />
|
|
|
|
|
<Property Name="HolyLocation" Type="varchar" MaxLength="100" />
|
|
|
|
|
<Property Name="HolyDays" Type="int" />
|
|
|
|
|
<Property Name="HolyTimes" Type="float" />
|
|
|
|
|
<Property Name="sendmail" Type="bit" />
|
|
|
|
|
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
|
|
|
|
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="EETGW_JobReport_EBoard">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="idx" />
|
|
|
|
|
@@ -222,6 +248,8 @@
|
|
|
|
|
<Property Name="kisullv" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="kisuldiv" Type="varchar" MaxLength="100" />
|
|
|
|
|
<Property Name="kisulamt" Type="decimal" Precision="18" Scale="3" />
|
|
|
|
|
<Property Name="ot2" Type="float" />
|
|
|
|
|
<Property Name="otReason" Type="varchar" MaxLength="255" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="MailData">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -311,6 +339,7 @@
|
|
|
|
|
<Property Name="CMP_Description" Type="nvarchar(max)" />
|
|
|
|
|
<Property Name="CMP_Before" Type="nvarchar(max)" />
|
|
|
|
|
<Property Name="CMP_After" Type="nvarchar(max)" />
|
|
|
|
|
<Property Name="CMP_After2" Type="nvarchar(max)" />
|
|
|
|
|
<Property Name="bCost" Type="bit" />
|
|
|
|
|
<Property Name="bFanOut" Type="bit" />
|
|
|
|
|
<Property Name="div" Type="varchar" MaxLength="2" />
|
|
|
|
|
@@ -427,6 +456,7 @@
|
|
|
|
|
<EntityType Name="vGroupUser">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="gcode" />
|
|
|
|
|
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
|
|
|
|
<Property Name="dept" Type="varchar" MaxLength="100" />
|
|
|
|
|
@@ -444,7 +474,7 @@
|
|
|
|
|
<Property Name="ads_title" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="ads_created" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="memo" Type="nvarchar" MaxLength="255" />
|
|
|
|
|
<Property Name="processs" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="processs" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="id" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="state" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="useJobReport" Type="bit" />
|
|
|
|
|
@@ -476,19 +506,22 @@
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="idx" />
|
|
|
|
|
<PropertyRef Name="gcode" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="idx" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="pdate" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
|
|
|
|
<Property Name="id" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="name" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="process" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="process" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="type" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="svalue" Type="varchar" MaxLength="255" />
|
|
|
|
|
<Property Name="hrs" Type="float" />
|
|
|
|
|
<Property Name="ot" Type="float" />
|
|
|
|
|
<Property Name="requestpart" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="package" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="requestpart" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="package" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="userProcess" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="status" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="projectName" Type="nvarchar" MaxLength="255" />
|
|
|
|
|
@@ -496,6 +529,11 @@
|
|
|
|
|
<Property Name="ww" Type="varchar" MaxLength="6" />
|
|
|
|
|
<Property Name="otStart" Type="datetime" />
|
|
|
|
|
<Property Name="otEnd" Type="datetime" />
|
|
|
|
|
<Property Name="ot2" Type="float" />
|
|
|
|
|
<Property Name="otReason" Type="varchar" MaxLength="255" />
|
|
|
|
|
<Property Name="grade" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="indate" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="outdate" Type="varchar" MaxLength="20" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--생성 중 오류 발생:
|
|
|
|
|
경고 6002: 테이블/뷰 'EE.dbo.vUserWorkTimeList'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.-->
|
|
|
|
|
@@ -512,11 +550,14 @@
|
|
|
|
|
<Property Name="ot" Type="float" />
|
|
|
|
|
<Property Name="UserProcess" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="holyot" Type="float" />
|
|
|
|
|
<Property Name="ot2" Type="float" />
|
|
|
|
|
<Property Name="holyot2" Type="float" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityContainer Name="EEModelStoreContainer">
|
|
|
|
|
<EntitySet Name="Auth" EntityType="Self.Auth" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Common" EntityType="Self.Common" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="EETGW_DocuForm" EntityType="Self.EETGW_DocuForm" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="EETGW_HolydayRequest" EntityType="Self.EETGW_HolydayRequest" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="EETGW_JobReport_EBoard" EntityType="Self.EETGW_JobReport_EBoard" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="EETGW_Note" EntityType="Self.EETGW_Note" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="EETGW_Project_Layout" EntityType="Self.EETGW_Project_Layout" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
@@ -603,7 +644,12 @@
|
|
|
|
|
[vJobReportForUser].[description] AS [description],
|
|
|
|
|
[vJobReportForUser].[ww] AS [ww],
|
|
|
|
|
[vJobReportForUser].[otStart] AS [otStart],
|
|
|
|
|
[vJobReportForUser].[otEnd] AS [otEnd]
|
|
|
|
|
[vJobReportForUser].[otEnd] AS [otEnd],
|
|
|
|
|
[vJobReportForUser].[ot2] AS [ot2],
|
|
|
|
|
[vJobReportForUser].[otReason] AS [otReason],
|
|
|
|
|
[vJobReportForUser].[grade] AS [grade],
|
|
|
|
|
[vJobReportForUser].[indate] AS [indate],
|
|
|
|
|
[vJobReportForUser].[outdate] AS [outdate]
|
|
|
|
|
FROM [dbo].[vJobReportForUser] AS [vJobReportForUser]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="vUserWorkTimeList" EntityType="Self.vUserWorkTimeList" store:Type="Views" store:Schema="dbo">
|
|
|
|
|
@@ -616,7 +662,9 @@
|
|
|
|
|
[vUserWorkTimeList].[hrs] AS [hrs],
|
|
|
|
|
[vUserWorkTimeList].[ot] AS [ot],
|
|
|
|
|
[vUserWorkTimeList].[UserProcess] AS [UserProcess],
|
|
|
|
|
[vUserWorkTimeList].[holyot] AS [holyot]
|
|
|
|
|
[vUserWorkTimeList].[holyot] AS [holyot],
|
|
|
|
|
[vUserWorkTimeList].[ot2] AS [ot2],
|
|
|
|
|
[vUserWorkTimeList].[holyot2] AS [holyot2]
|
|
|
|
|
FROM [dbo].[vUserWorkTimeList] AS [vUserWorkTimeList]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
</EntityContainer>
|
|
|
|
|
@@ -707,6 +755,8 @@
|
|
|
|
|
<Property Name="ot" Type="Double" />
|
|
|
|
|
<Property Name="UserProcess" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="holyot" Type="Double" />
|
|
|
|
|
<Property Name="ot2" Type="Double" />
|
|
|
|
|
<Property Name="holyot2" Type="Double" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityContainer Name="EEEntities" annotation:LazyLoadingEnabled="true">
|
|
|
|
|
<EntitySet Name="Common" EntityType="Self.Common" />
|
|
|
|
|
@@ -730,6 +780,7 @@
|
|
|
|
|
<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" />
|
|
|
|
|
</EntityContainer>
|
|
|
|
|
<EntityType Name="HolidayLIst">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -950,6 +1001,8 @@
|
|
|
|
|
<Property Name="kisullv" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="kisuldiv" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
|
<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" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="vGroupUser">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -971,7 +1024,7 @@
|
|
|
|
|
<Property Name="ads_title" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ads_created" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="processs" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="processs" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="id" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="state" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="useJobReport" Type="Boolean" />
|
|
|
|
|
@@ -987,13 +1040,13 @@
|
|
|
|
|
<Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="id" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="type" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="svalue" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="hrs" Type="Double" />
|
|
|
|
|
<Property Name="ot" Type="Double" />
|
|
|
|
|
<Property Name="requestpart" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="package" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="requestpart" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="package" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="userProcess" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="status" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="projectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
|
|
|
@@ -1001,6 +1054,11 @@
|
|
|
|
|
<Property Name="ww" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="otStart" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="otEnd" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="ot2" Type="Double" />
|
|
|
|
|
<Property Name="otReason" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="grade" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="indate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="outdate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Auth">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -1017,6 +1075,10 @@
|
|
|
|
|
<Property Name="scheapp" Type="Int32" />
|
|
|
|
|
<Property Name="equipment" Type="Int32" />
|
|
|
|
|
<Property Name="kusul" Type="Int32" />
|
|
|
|
|
<Property Name="otconfirm" Type="Int32" />
|
|
|
|
|
<Property Name="kuntae" Type="Int32" />
|
|
|
|
|
<Property Name="holyreq" Type="Int32" />
|
|
|
|
|
<Property Name="account" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Projects">
|
|
|
|
|
<Key>
|
|
|
|
|
@@ -1076,6 +1138,7 @@
|
|
|
|
|
<Property Name="bAlert" Type="Boolean" />
|
|
|
|
|
<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>
|
|
|
|
|
@@ -1145,6 +1208,28 @@
|
|
|
|
|
<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="EETGW_HolydayRequest">
|
|
|
|
|
<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="uid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="cate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="sdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="edate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="conf" Type="Int32" />
|
|
|
|
|
<Property Name="Remark" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Response" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HolyReason" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HolyBackup" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HolyLocation" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HolyDays" Type="Int32" />
|
|
|
|
|
<Property Name="HolyTimes" Type="Double" />
|
|
|
|
|
<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" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
</Schema>
|
|
|
|
|
</edmx:ConceptualModels>
|
|
|
|
|
<!-- C-S mapping content -->
|
|
|
|
|
@@ -1224,6 +1309,8 @@
|
|
|
|
|
<EntitySetMapping Name="vUserWorkTimeList">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.vUserWorkTimeList">
|
|
|
|
|
<MappingFragment StoreEntitySet="vUserWorkTimeList">
|
|
|
|
|
<ScalarProperty Name="holyot2" ColumnName="holyot2" />
|
|
|
|
|
<ScalarProperty Name="ot2" ColumnName="ot2" />
|
|
|
|
|
<ScalarProperty Name="holyot" ColumnName="holyot" />
|
|
|
|
|
<ScalarProperty Name="UserProcess" ColumnName="UserProcess" />
|
|
|
|
|
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
|
|
|
|
@@ -1435,6 +1522,8 @@
|
|
|
|
|
<EntitySetMapping Name="JobReport">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.JobReport">
|
|
|
|
|
<MappingFragment StoreEntitySet="JobReport">
|
|
|
|
|
<ScalarProperty Name="otReason" ColumnName="otReason" />
|
|
|
|
|
<ScalarProperty Name="ot2" ColumnName="ot2" />
|
|
|
|
|
<ScalarProperty Name="kisulamt" ColumnName="kisulamt" />
|
|
|
|
|
<ScalarProperty Name="kisuldiv" ColumnName="kisuldiv" />
|
|
|
|
|
<ScalarProperty Name="kisullv" ColumnName="kisullv" />
|
|
|
|
|
@@ -1494,6 +1583,11 @@
|
|
|
|
|
<EntitySetMapping Name="vJobReportForUser">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.vJobReportForUser">
|
|
|
|
|
<MappingFragment StoreEntitySet="vJobReportForUser">
|
|
|
|
|
<ScalarProperty Name="outdate" ColumnName="outdate" />
|
|
|
|
|
<ScalarProperty Name="indate" ColumnName="indate" />
|
|
|
|
|
<ScalarProperty Name="grade" ColumnName="grade" />
|
|
|
|
|
<ScalarProperty Name="otReason" ColumnName="otReason" />
|
|
|
|
|
<ScalarProperty Name="ot2" ColumnName="ot2" />
|
|
|
|
|
<ScalarProperty Name="otEnd" ColumnName="otEnd" />
|
|
|
|
|
<ScalarProperty Name="otStart" ColumnName="otStart" />
|
|
|
|
|
<ScalarProperty Name="ww" ColumnName="ww" />
|
|
|
|
|
@@ -1519,6 +1613,10 @@
|
|
|
|
|
<EntitySetMapping Name="Auth">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.Auth">
|
|
|
|
|
<MappingFragment StoreEntitySet="Auth">
|
|
|
|
|
<ScalarProperty Name="account" ColumnName="account" />
|
|
|
|
|
<ScalarProperty Name="holyreq" ColumnName="holyreq" />
|
|
|
|
|
<ScalarProperty Name="kuntae" ColumnName="kuntae" />
|
|
|
|
|
<ScalarProperty Name="otconfirm" ColumnName="otconfirm" />
|
|
|
|
|
<ScalarProperty Name="kusul" ColumnName="kusul" />
|
|
|
|
|
<ScalarProperty Name="equipment" ColumnName="equipment" />
|
|
|
|
|
<ScalarProperty Name="scheapp" ColumnName="scheapp" />
|
|
|
|
|
@@ -1536,6 +1634,7 @@
|
|
|
|
|
<EntitySetMapping Name="Projects">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.Projects">
|
|
|
|
|
<MappingFragment StoreEntitySet="Projects">
|
|
|
|
|
<ScalarProperty Name="CMP_After2" ColumnName="CMP_After2" />
|
|
|
|
|
<ScalarProperty Name="serial" ColumnName="serial" />
|
|
|
|
|
<ScalarProperty Name="model" ColumnName="model" />
|
|
|
|
|
<ScalarProperty Name="bAlert" ColumnName="bAlert" />
|
|
|
|
|
@@ -1664,6 +1763,29 @@
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="EETGW_HolydayRequest">
|
|
|
|
|
<EntityTypeMapping TypeName="EEModel.EETGW_HolydayRequest">
|
|
|
|
|
<MappingFragment StoreEntitySet="EETGW_HolydayRequest">
|
|
|
|
|
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
|
|
|
|
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
|
|
|
|
<ScalarProperty Name="sendmail" ColumnName="sendmail" />
|
|
|
|
|
<ScalarProperty Name="HolyTimes" ColumnName="HolyTimes" />
|
|
|
|
|
<ScalarProperty Name="HolyDays" ColumnName="HolyDays" />
|
|
|
|
|
<ScalarProperty Name="HolyLocation" ColumnName="HolyLocation" />
|
|
|
|
|
<ScalarProperty Name="HolyBackup" ColumnName="HolyBackup" />
|
|
|
|
|
<ScalarProperty Name="HolyReason" ColumnName="HolyReason" />
|
|
|
|
|
<ScalarProperty Name="Response" ColumnName="Response" />
|
|
|
|
|
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
|
|
|
<ScalarProperty Name="conf" ColumnName="conf" />
|
|
|
|
|
<ScalarProperty Name="edate" ColumnName="edate" />
|
|
|
|
|
<ScalarProperty Name="sdate" ColumnName="sdate" />
|
|
|
|
|
<ScalarProperty Name="cate" ColumnName="cate" />
|
|
|
|
|
<ScalarProperty Name="uid" ColumnName="uid" />
|
|
|
|
|
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
|
|
|
|
<ScalarProperty Name="idx" ColumnName="idx" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
</EntityContainerMapping>
|
|
|
|
|
</Mapping>
|
|
|
|
|
</edmx:Mappings>
|
|
|
|
|
|