....
This commit is contained in:
		| @@ -19,6 +19,7 @@ | ||||
|           <Property Name="savecost" Type="int" /> | ||||
|           <Property Name="scheapp" Type="int" /> | ||||
|           <Property Name="equipment" Type="int" /> | ||||
|           <Property Name="kusul" Type="int" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Common"> | ||||
|           <Key> | ||||
| @@ -129,10 +130,11 @@ | ||||
|           <Property Name="no" Type="int" /> | ||||
|           <Property Name="seq" Type="int" /> | ||||
|           <Property Name="title" Type="varchar" MaxLength="100" /> | ||||
|           <Property Name="sw" Type="int" /> | ||||
|           <Property Name="ew" Type="int" /> | ||||
|           <Property Name="swa" Type="int" /> | ||||
|           <Property Name="ewa" Type="int" /> | ||||
|           <Property Name="cate" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="sw" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="ew" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="swa" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="ewa" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="uid" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="memo" Type="varchar(max)" /> | ||||
|           <Property Name="appoval" Type="int" /> | ||||
| @@ -209,12 +211,17 @@ | ||||
|           <Property Name="remark" Type="nvarchar" MaxLength="255" /> | ||||
|           <Property Name="hrs" Type="float" /> | ||||
|           <Property Name="ot" Type="float" /> | ||||
|           <Property Name="otStart" Type="datetime" /> | ||||
|           <Property Name="otEnd" Type="datetime" /> | ||||
|           <Property Name="import" Type="bit" /> | ||||
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" /> | ||||
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" /> | ||||
|           <Property Name="description2" Type="nvarchar(max)" /> | ||||
|           <Property Name="tag" Type="varchar" MaxLength="255" /> | ||||
|           <Property Name="autoinput" Type="bit" /> | ||||
|           <Property Name="kisullv" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="kisuldiv" Type="varchar" MaxLength="100" /> | ||||
|           <Property Name="kisulamt" Type="decimal" Precision="18" Scale="3" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="MailData"> | ||||
|           <Key> | ||||
| @@ -307,6 +314,8 @@ | ||||
|           <Property Name="bCost" Type="bit" /> | ||||
|           <Property Name="bFanOut" Type="bit" /> | ||||
|           <Property Name="div" Type="varchar" MaxLength="2" /> | ||||
|           <Property Name="model" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="serial" Type="varchar" MaxLength="50" /> | ||||
|           <Property Name="EB_Site" Type="varchar" MaxLength="20" /> | ||||
|           <Property Name="EB_Line" Type="varchar" MaxLength="10" /> | ||||
|           <Property Name="EB_Team" Type="varchar" MaxLength="10" /> | ||||
| @@ -366,6 +375,7 @@ | ||||
|           <Property Name="path_kj" Type="nvarchar" MaxLength="100" /> | ||||
|           <Property Name="advpurchase" Type="bit" /> | ||||
|           <Property Name="permission" Type="int" /> | ||||
|           <Property Name="advkisul" Type="bit" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Users"> | ||||
|           <Key> | ||||
| @@ -484,6 +494,8 @@ | ||||
|           <Property Name="projectName" Type="nvarchar" MaxLength="255" /> | ||||
|           <Property Name="description" Type="nvarchar(max)" /> | ||||
|           <Property Name="ww" Type="varchar" MaxLength="6" /> | ||||
|           <Property Name="otStart" Type="datetime" /> | ||||
|           <Property Name="otEnd" Type="datetime" /> | ||||
|         </EntityType> | ||||
|         <!--생성 중 오류 발생: | ||||
| 경고 6002: 테이블/뷰 'EE.dbo.vUserWorkTimeList'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.--> | ||||
| @@ -589,7 +601,9 @@ | ||||
|     [vJobReportForUser].[status] AS [status],  | ||||
|     [vJobReportForUser].[projectName] AS [projectName],  | ||||
|     [vJobReportForUser].[description] AS [description],  | ||||
|     [vJobReportForUser].[ww] AS [ww] | ||||
|     [vJobReportForUser].[ww] AS [ww],  | ||||
|     [vJobReportForUser].[otStart] AS [otStart],  | ||||
|     [vJobReportForUser].[otEnd] AS [otEnd] | ||||
|     FROM [dbo].[vJobReportForUser] AS [vJobReportForUser]</DefiningQuery> | ||||
|           </EntitySet> | ||||
|           <EntitySet Name="vUserWorkTimeList" EntityType="Self.vUserWorkTimeList" store:Type="Views" store:Schema="dbo"> | ||||
| @@ -634,6 +648,7 @@ | ||||
|           <Property Name="path_kj" Type="String" MaxLength="100" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="advpurchase" Type="Boolean" /> | ||||
|           <Property Name="permission" Type="Int32" /> | ||||
|           <Property Name="advkisul" Type="Boolean" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Users"> | ||||
|           <Key> | ||||
| @@ -709,12 +724,12 @@ | ||||
|           <EntitySet Name="JobReport" EntityType="EEModel.JobReport" /> | ||||
|           <EntitySet Name="vGroupUser" EntityType="EEModel.vGroupUser" /> | ||||
|           <EntitySet Name="vJobReportForUser" EntityType="EEModel.vJobReportForUser" /> | ||||
|           <EntitySet Name="EETGW_ProjectsSchedule" EntityType="EEModel.EETGW_ProjectsSchedule" /> | ||||
|           <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" /> | ||||
|         </EntityContainer> | ||||
|         <EntityType Name="HolidayLIst"> | ||||
|           <Key> | ||||
| @@ -930,6 +945,11 @@ | ||||
|           <Property Name="description2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="tag" Type="String" MaxLength="255" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="autoinput" Type="Boolean" /> | ||||
|           <Property Name="otStart" Type="DateTime" Precision="3" /> | ||||
|           <Property Name="otEnd" Type="DateTime" Precision="3" /> | ||||
|           <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" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vGroupUser"> | ||||
|           <Key> | ||||
| @@ -979,27 +999,8 @@ | ||||
|           <Property Name="projectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" /> | ||||
|           <Property Name="ww" Type="String" MaxLength="6" FixedLength="false" Unicode="false" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="EETGW_ProjectsSchedule"> | ||||
|           <Key> | ||||
|             <PropertyRef Name="idx" /> | ||||
|           </Key> | ||||
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> | ||||
|           <Property Name="gcode" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="project" Type="Int32" /> | ||||
|           <Property Name="no" Type="Int32" /> | ||||
|           <Property Name="seq" Type="Int32" /> | ||||
|           <Property Name="title" Type="String" MaxLength="100" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="sw" Type="Int32" /> | ||||
|           <Property Name="ew" Type="Int32" /> | ||||
|           <Property Name="swa" Type="Int32" /> | ||||
|           <Property Name="ewa" Type="Int32" /> | ||||
|           <Property Name="uid" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="appoval" Type="Int32" /> | ||||
|           <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="otStart" Type="DateTime" Precision="3" /> | ||||
|           <Property Name="otEnd" Type="DateTime" Precision="3" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Auth"> | ||||
|           <Key> | ||||
| @@ -1015,6 +1016,7 @@ | ||||
|           <Property Name="savecost" Type="Int32" /> | ||||
|           <Property Name="scheapp" Type="Int32" /> | ||||
|           <Property Name="equipment" Type="Int32" /> | ||||
|           <Property Name="kusul" Type="Int32" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="Projects"> | ||||
|           <Key> | ||||
| @@ -1072,6 +1074,8 @@ | ||||
|           <Property Name="EB_ConstNew" Type="Double" /> | ||||
|           <Property Name="EB_BoardName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> | ||||
|           <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" /> | ||||
|         </EntityType> | ||||
|         <EntityType Name="vEETGW_Project_LayoutList"> | ||||
|           <Key> | ||||
| @@ -1119,6 +1123,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_ProjectsSchedule"> | ||||
|           <Key> | ||||
|             <PropertyRef Name="idx" /> | ||||
|           </Key> | ||||
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> | ||||
|           <Property Name="gcode" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="project" Type="Int32" /> | ||||
|           <Property Name="no" Type="Int32" /> | ||||
|           <Property Name="seq" Type="Int32" /> | ||||
|           <Property Name="title" Type="String" MaxLength="100" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="cate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="sw" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ew" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="swa" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="ewa" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="uid" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="memo" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" /> | ||||
|           <Property Name="appoval" Type="Int32" /> | ||||
|           <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" /> | ||||
|         </EntityType> | ||||
|       </Schema> | ||||
|     </edmx:ConceptualModels> | ||||
|     <!-- C-S mapping content --> | ||||
| @@ -1144,6 +1170,7 @@ | ||||
|           <EntitySetMapping Name="UserGroup"> | ||||
|             <EntityTypeMapping TypeName="EEModel.UserGroup"> | ||||
|               <MappingFragment StoreEntitySet="UserGroup"> | ||||
|                 <ScalarProperty Name="advkisul" ColumnName="advkisul" /> | ||||
|                 <ScalarProperty Name="dept" ColumnName="dept" /> | ||||
|                 <ScalarProperty Name="gcode" ColumnName="gcode" /> | ||||
|                 <ScalarProperty Name="path_kj" ColumnName="path_kj" /> | ||||
| @@ -1408,6 +1435,11 @@ | ||||
|           <EntitySetMapping Name="JobReport"> | ||||
|             <EntityTypeMapping TypeName="EEModel.JobReport"> | ||||
|               <MappingFragment StoreEntitySet="JobReport"> | ||||
|                 <ScalarProperty Name="kisulamt" ColumnName="kisulamt" /> | ||||
|                 <ScalarProperty Name="kisuldiv" ColumnName="kisuldiv" /> | ||||
|                 <ScalarProperty Name="kisullv" ColumnName="kisullv" /> | ||||
|                 <ScalarProperty Name="otEnd" ColumnName="otEnd" /> | ||||
|                 <ScalarProperty Name="otStart" ColumnName="otStart" /> | ||||
|                 <ScalarProperty Name="autoinput" ColumnName="autoinput" /> | ||||
|                 <ScalarProperty Name="tag" ColumnName="tag" /> | ||||
|                 <ScalarProperty Name="description2" ColumnName="description2" /> | ||||
| @@ -1462,6 +1494,8 @@ | ||||
|           <EntitySetMapping Name="vJobReportForUser"> | ||||
|             <EntityTypeMapping TypeName="EEModel.vJobReportForUser"> | ||||
|               <MappingFragment StoreEntitySet="vJobReportForUser"> | ||||
|                 <ScalarProperty Name="otEnd" ColumnName="otEnd" /> | ||||
|                 <ScalarProperty Name="otStart" ColumnName="otStart" /> | ||||
|                 <ScalarProperty Name="ww" ColumnName="ww" /> | ||||
|                 <ScalarProperty Name="description" ColumnName="description" /> | ||||
|                 <ScalarProperty Name="projectName" ColumnName="projectName" /> | ||||
| @@ -1482,31 +1516,10 @@ | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="EETGW_ProjectsSchedule"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_ProjectsSchedule"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_ProjectsSchedule"> | ||||
|                 <ScalarProperty Name="wdate" ColumnName="wdate" /> | ||||
|                 <ScalarProperty Name="wuid" ColumnName="wuid" /> | ||||
|                 <ScalarProperty Name="progress" ColumnName="progress" /> | ||||
|                 <ScalarProperty Name="appoval" ColumnName="appoval" /> | ||||
|                 <ScalarProperty Name="memo" ColumnName="memo" /> | ||||
|                 <ScalarProperty Name="uid" ColumnName="uid" /> | ||||
|                 <ScalarProperty Name="ewa" ColumnName="ewa" /> | ||||
|                 <ScalarProperty Name="swa" ColumnName="swa" /> | ||||
|                 <ScalarProperty Name="ew" ColumnName="ew" /> | ||||
|                 <ScalarProperty Name="sw" ColumnName="sw" /> | ||||
|                 <ScalarProperty Name="title" ColumnName="title" /> | ||||
|                 <ScalarProperty Name="seq" ColumnName="seq" /> | ||||
|                 <ScalarProperty Name="no" ColumnName="no" /> | ||||
|                 <ScalarProperty Name="project" ColumnName="project" /> | ||||
|                 <ScalarProperty Name="gcode" ColumnName="gcode" /> | ||||
|                 <ScalarProperty Name="idx" ColumnName="idx" /> | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="Auth"> | ||||
|             <EntityTypeMapping TypeName="EEModel.Auth"> | ||||
|               <MappingFragment StoreEntitySet="Auth"> | ||||
|                 <ScalarProperty Name="kusul" ColumnName="kusul" /> | ||||
|                 <ScalarProperty Name="equipment" ColumnName="equipment" /> | ||||
|                 <ScalarProperty Name="scheapp" ColumnName="scheapp" /> | ||||
|                 <ScalarProperty Name="savecost" ColumnName="savecost" /> | ||||
| @@ -1523,6 +1536,8 @@ | ||||
|           <EntitySetMapping Name="Projects"> | ||||
|             <EntityTypeMapping TypeName="EEModel.Projects"> | ||||
|               <MappingFragment StoreEntitySet="Projects"> | ||||
|                 <ScalarProperty Name="serial" ColumnName="serial" /> | ||||
|                 <ScalarProperty Name="model" ColumnName="model" /> | ||||
|                 <ScalarProperty Name="bAlert" ColumnName="bAlert" /> | ||||
|                 <ScalarProperty Name="EB_BoardName" ColumnName="EB_BoardName" /> | ||||
|                 <ScalarProperty Name="EB_ConstNew" ColumnName="EB_ConstNew" /> | ||||
| @@ -1626,6 +1641,29 @@ | ||||
|               </MappingFragment> | ||||
|             </EntityTypeMapping> | ||||
|           </EntitySetMapping> | ||||
|           <EntitySetMapping Name="EETGW_ProjectsSchedule"> | ||||
|             <EntityTypeMapping TypeName="EEModel.EETGW_ProjectsSchedule"> | ||||
|               <MappingFragment StoreEntitySet="EETGW_ProjectsSchedule"> | ||||
|                 <ScalarProperty Name="wdate" ColumnName="wdate" /> | ||||
|                 <ScalarProperty Name="wuid" ColumnName="wuid" /> | ||||
|                 <ScalarProperty Name="progress" ColumnName="progress" /> | ||||
|                 <ScalarProperty Name="appoval" ColumnName="appoval" /> | ||||
|                 <ScalarProperty Name="memo" ColumnName="memo" /> | ||||
|                 <ScalarProperty Name="uid" ColumnName="uid" /> | ||||
|                 <ScalarProperty Name="ewa" ColumnName="ewa" /> | ||||
|                 <ScalarProperty Name="swa" ColumnName="swa" /> | ||||
|                 <ScalarProperty Name="ew" ColumnName="ew" /> | ||||
|                 <ScalarProperty Name="sw" ColumnName="sw" /> | ||||
|                 <ScalarProperty Name="cate" ColumnName="cate" /> | ||||
|                 <ScalarProperty Name="title" ColumnName="title" /> | ||||
|                 <ScalarProperty Name="seq" ColumnName="seq" /> | ||||
|                 <ScalarProperty Name="no" ColumnName="no" /> | ||||
|                 <ScalarProperty Name="project" ColumnName="project" /> | ||||
|                 <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