1257 lines
		
	
	
		
			82 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1257 lines
		
	
	
		
			82 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
 | |
|   <!-- EF Runtime content -->
 | |
|   <edmx:Runtime>
 | |
|     <!-- SSDL content -->
 | |
|     <edmx:StorageModels>
 | |
|     <Schema Namespace="EEModelMain.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
 | |
|         <EntityType Name="EETGW_GroupUser">
 | |
|           <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" Nullable="false" />
 | |
|           <Property Name="level" Type="smallint" />
 | |
|           <Property Name="Process" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="state" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="useJobReport" Type="bit" />
 | |
|           <Property Name="useUserState" Type="bit" />
 | |
|           <Property Name="exceptHoly" Type="bit" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="EETGW_JobReport_AutoInput">
 | |
|           <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="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="edate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="pidx" Type="int" />
 | |
|           <Property Name="projectName" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="uid" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="requestpart" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="package" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="status" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="type" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="process" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="description" Type="nvarchar(max)" />
 | |
|           <Property Name="remark" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="hrs" Type="float" />
 | |
|           <Property Name="ot" Type="float" />
 | |
|           <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="char" MaxLength="1" />
 | |
|           <Property Name="enable" Type="bit" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="EETGW_LoginInfo">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="uid" Type="varchar" MaxLength="10" Nullable="false" />
 | |
|           <Property Name="login" Type="datetime" />
 | |
|           <Property Name="ip" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="hostname" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="wdate" Type="smalldatetime" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="HolidayLIst">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="free" Type="bit" />
 | |
|           <Property Name="memo" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="JobReport">
 | |
|           <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="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="pidx" Type="int" />
 | |
|           <Property Name="projectName" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="uid" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="requestpart" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="package" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="status" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="type" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="process" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="description" Type="nvarchar(max)" />
 | |
|           <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" />
 | |
|           <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="Projects">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="pidx" Type="int" />
 | |
|           <Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
 | |
|           <Property Name="isdel" Type="bit" />
 | |
|           <Property Name="category" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="status" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="asset" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="level" Type="int" />
 | |
|           <Property Name="rev" Type="int" />
 | |
|           <Property Name="process" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="part" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="name" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="userManager" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="usermain" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="usersub" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="userhw2" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="reqstaff" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="costo" Type="float" />
 | |
|           <Property Name="costn" Type="float" />
 | |
|           <Property Name="cnt" Type="int" />
 | |
|           <Property Name="remark_req" Type="varchar(max)" />
 | |
|           <Property Name="remark_ans" Type="varchar(max)" />
 | |
|           <Property Name="sdate" Type="varchar" MaxLength="50" />
 | |
|           <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" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|           <Property Name="orderno" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="crdue" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="import" Type="bit" />
 | |
|           <Property Name="path" Type="varchar" MaxLength="300" />
 | |
|           <Property Name="userprocess" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="CMP_Background" Type="nvarchar(max)" />
 | |
|           <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" />
 | |
|           <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" />
 | |
|           <Property Name="EB_Model" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="EB_OutSourceName" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="EB_RepairTime" Type="float" />
 | |
|           <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" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="ProjectsHistory">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="pidx" Type="int" Nullable="false" />
 | |
|           <Property Name="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="div" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="remark" Type="varchar(max)" />
 | |
|           <Property Name="remark2" Type="varchar(max)" />
 | |
|           <Property Name="mailsend" Type="bit" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="ProjectsIOMap">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="Project" Type="int" />
 | |
|           <Property Name="Dir" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="PIn" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="Description" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="Remark" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="ProjectsMailList">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="Project" Type="int" />
 | |
|           <Property Name="enable" Type="bit" />
 | |
|           <Property Name="div" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="name" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="address" Type="varchar" MaxLength="255" />
 | |
|           <Property Name="memo" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="ProjectsPart">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
 | |
|           <Property Name="no" Type="int" />
 | |
|           <Property Name="Project" Type="int" />
 | |
|           <Property Name="ItemGroup" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="ItemModel" Type="nvarchar" MaxLength="200" />
 | |
|           <Property Name="ItemUnit" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="ItemName" Type="nvarchar" MaxLength="200" />
 | |
|           <Property Name="ItemSid" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="ItemSupply" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="ItemSupplyidx" Type="int" />
 | |
|           <Property Name="ItemManu" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="Item" Type="int" />
 | |
|           <Property Name="option1" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="option2" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="option3" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="qty" Type="int" />
 | |
|           <Property Name="qtyn" Type="int" />
 | |
|           <Property Name="price" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="amt" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="amtn" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="jago" Type="int" />
 | |
|           <Property Name="remark" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="memo" Type="nvarchar" MaxLength="255" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|           <Property Name="import" Type="bit" />
 | |
|           <Property Name="qtyjago" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="qtybuy" Type="int" />
 | |
|           <Property Name="qtyin" Type="int" />
 | |
|           <Property Name="bbuy" Type="bit" />
 | |
|           <Property Name="bconfirm" Type="bit" />
 | |
|           <Property Name="bCancel" Type="bit" />
 | |
|           <Property Name="reqUser" Type="varchar" MaxLength="30" />
 | |
|           <Property Name="recvUser" Type="nvarchar" MaxLength="30" />
 | |
|           <Property Name="recvDate" Type="varchar" MaxLength="10" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="Purchase">
 | |
|           <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="pdate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="state" Type="varchar" MaxLength="30" />
 | |
|           <Property Name="process" Type="varchar" MaxLength="30" />
 | |
|           <Property Name="receive" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="sc" Type="varchar" MaxLength="30" />
 | |
|           <Property Name="request" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="sid" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="pumname" Type="nvarchar" MaxLength="200" />
 | |
|           <Property Name="pumidx" Type="int" />
 | |
|           <Property Name="pumscale" Type="varchar" MaxLength="200" />
 | |
|           <Property Name="pumunit" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="pumqty" Type="int" />
 | |
|           <Property Name="pumprice" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="pumpriceD" Type="decimal" Precision="18" Scale="2" />
 | |
|           <Property Name="pumamt" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="supply" Type="varchar" MaxLength="200" />
 | |
|           <Property Name="supplyidx" Type="int" />
 | |
|           <Property Name="project" Type="varchar(max)" />
 | |
|           <Property Name="projectidx" Type="int" />
 | |
|           <Property Name="asset" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="manuproc" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="edate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="indate" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="po" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="dept" Type="nvarchar" MaxLength="500" />
 | |
|           <Property Name="bigo" Type="nvarchar" MaxLength="500" />
 | |
|           <Property Name="import" Type="bit" />
 | |
|           <Property Name="isdel" Type="bit" />
 | |
|           <Property Name="orderno" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="place" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|           <Property Name="inqty" Type="int" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="UserGroup">
 | |
|           <Key>
 | |
|             <PropertyRef Name="dept" />
 | |
|           </Key>
 | |
|           <Property Name="dept" Type="varchar" MaxLength="100" Nullable="false" />
 | |
|           <Property Name="gcode" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="path_kj" Type="nvarchar" MaxLength="100" />
 | |
|           <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>
 | |
|             <PropertyRef Name="id" />
 | |
|           </Key>
 | |
|           <Property Name="id" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="gcode" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="password" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="nameE" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="name" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="dept" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="grade" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="email" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="level" Type="smallint" />
 | |
|           <Property Name="indate" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="outdate" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="tel" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="hp" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="place" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="ads_employNo" Type="varchar" MaxLength="50" />
 | |
|           <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="wuid" Type="varchar" MaxLength="20" Nullable="false" />
 | |
|           <Property Name="wdate" Type="smalldatetime" Nullable="false" />
 | |
|           <Property Name="processs" Type="nvarchar" MaxLength="100" />
 | |
|         </EntityType>
 | |
|         <!--생성 중 오류 발생:
 | |
| 경고 6002: 테이블/뷰 'EE.dbo.vFindSID'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.-->
 | |
|         <EntityType Name="vFindSID">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|             <PropertyRef Name="Location" />
 | |
|             <PropertyRef Name="manu" />
 | |
|             <PropertyRef Name="unit" />
 | |
|             <PropertyRef Name="supply" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="int" Nullable="false" />
 | |
|           <Property Name="Location" Type="varchar" MaxLength="4" Nullable="false" />
 | |
|           <Property Name="date" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="gcode" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="name" Type="nvarchar" MaxLength="200" />
 | |
|           <Property Name="sid" Type="varchar" MaxLength="50" />
 | |
|           <Property Name="model" Type="nvarchar" MaxLength="200" />
 | |
|           <Property Name="manu" Type="nvarchar" MaxLength="100" Nullable="false" />
 | |
|           <Property Name="unit" Type="varchar" MaxLength="50" Nullable="false" />
 | |
|           <Property Name="supply" Type="nvarchar" MaxLength="200" Nullable="false" />
 | |
|           <Property Name="price" Type="decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="remark" Type="nvarchar(max)" />
 | |
|         </EntityType>
 | |
|         <!--생성 중 오류 발생:
 | |
| 경고 6002: 테이블/뷰 'EE.dbo.vGroupUser'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.-->
 | |
|         <EntityType Name="vGroupUser">
 | |
|           <Key>
 | |
|             <PropertyRef Name="gcode" />
 | |
|             
 | |
|           </Key>
 | |
|           <Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
 | |
|           <Property Name="dept" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="level" Type="smallint" />
 | |
|           <Property Name="name" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="nameE" Type="nvarchar" MaxLength="100" />
 | |
|           <Property Name="grade" Type="varchar" MaxLength="10" />
 | |
|           <Property Name="email" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="tel" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="indate" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="outdate" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="hp" Type="varchar" MaxLength="20" />
 | |
|           <Property Name="place" Type="varchar" MaxLength="100" />
 | |
|           <Property Name="ads_employNo" Type="varchar" MaxLength="50" />
 | |
|           <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" Nullable="false" />
 | |
|           <Property Name="id" Type="varchar" MaxLength="20" />
 | |
|           <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>
 | |
|         <EntityContainer Name="EEModelMainStoreContainer">
 | |
|           <EntitySet Name="EETGW_GroupUser" EntityType="Self.EETGW_GroupUser" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="EETGW_JobReport_AutoInput" EntityType="Self.EETGW_JobReport_AutoInput" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="EETGW_LoginInfo" EntityType="Self.EETGW_LoginInfo" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="HolidayLIst" EntityType="Self.HolidayLIst" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="JobReport" EntityType="Self.JobReport" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="Projects" EntityType="Self.Projects" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="ProjectsHistory" EntityType="Self.ProjectsHistory" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="ProjectsIOMap" EntityType="Self.ProjectsIOMap" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="ProjectsMailList" EntityType="Self.ProjectsMailList" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="ProjectsPart" EntityType="Self.ProjectsPart" Schema="dbo" store:Type="Tables" />
 | |
|           <EntitySet Name="Purchase" EntityType="Self.Purchase" 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="vFindSID" EntityType="Self.vFindSID" store:Type="Views" store:Schema="dbo">
 | |
|             <DefiningQuery>SELECT 
 | |
|     [vFindSID].[idx] AS [idx], 
 | |
|     [vFindSID].[Location] AS [Location], 
 | |
|     [vFindSID].[date] AS [date], 
 | |
|     [vFindSID].[gcode] AS [gcode], 
 | |
|     [vFindSID].[name] AS [name], 
 | |
|     [vFindSID].[sid] AS [sid], 
 | |
|     [vFindSID].[model] AS [model], 
 | |
|     [vFindSID].[manu] AS [manu], 
 | |
|     [vFindSID].[unit] AS [unit], 
 | |
|     [vFindSID].[supply] AS [supply], 
 | |
|     [vFindSID].[price] AS [price], 
 | |
|     [vFindSID].[remark] AS [remark]
 | |
|     FROM [dbo].[vFindSID] AS [vFindSID]</DefiningQuery>
 | |
|           </EntitySet>
 | |
|           <EntitySet Name="vGroupUser" EntityType="Self.vGroupUser" store:Type="Views" store:Schema="dbo">
 | |
|             <DefiningQuery>SELECT 
 | |
|     [vGroupUser].[gcode] AS [gcode], 
 | |
|     [vGroupUser].[dept] AS [dept], 
 | |
|     [vGroupUser].[level] AS [level], 
 | |
|     [vGroupUser].[name] AS [name], 
 | |
|     [vGroupUser].[nameE] AS [nameE], 
 | |
|     [vGroupUser].[grade] AS [grade], 
 | |
|     [vGroupUser].[email] AS [email], 
 | |
|     [vGroupUser].[tel] AS [tel], 
 | |
|     [vGroupUser].[indate] AS [indate], 
 | |
|     [vGroupUser].[outdate] AS [outdate], 
 | |
|     [vGroupUser].[hp] AS [hp], 
 | |
|     [vGroupUser].[place] AS [place], 
 | |
|     [vGroupUser].[ads_employNo] AS [ads_employNo], 
 | |
|     [vGroupUser].[ads_title] AS [ads_title], 
 | |
|     [vGroupUser].[ads_created] AS [ads_created], 
 | |
|     [vGroupUser].[memo] AS [memo], 
 | |
|     [vGroupUser].[processs] AS [processs], 
 | |
|     [vGroupUser].[id] AS [id], 
 | |
|     [vGroupUser].[state] AS [state], 
 | |
|     [vGroupUser].[useJobReport] AS [useJobReport], 
 | |
|     [vGroupUser].[useUserState] AS [useUserState], 
 | |
|     [vGroupUser].[password] AS [password], 
 | |
|     [vGroupUser].[exceptHoly] AS [exceptHoly]
 | |
|     FROM [dbo].[vGroupUser] AS [vGroupUser]</DefiningQuery>
 | |
|           </EntitySet>
 | |
|         </EntityContainer>
 | |
|       </Schema></edmx:StorageModels>
 | |
|     <!-- CSDL content -->
 | |
|     <edmx:ConceptualModels>
 | |
|       <Schema Namespace="EEModelMain" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
 | |
|         <EntityType Name="UserGroup">
 | |
|           <Key>
 | |
|             <PropertyRef Name="dept" />
 | |
|           </Key>
 | |
|           <Property Name="dept" Type="String" MaxLength="100" FixedLength="false" Unicode="false" Nullable="false" />
 | |
|           <Property Name="gcode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <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" />
 | |
|           <Property Name="managerinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="devinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
 | |
|         </EntityType>
 | |
|         <EntityContainer Name="EEEntitiesMain" annotation:LazyLoadingEnabled="true">
 | |
|           <EntitySet Name="UserGroup" EntityType="Self.UserGroup" />
 | |
|           <EntitySet Name="EETGW_LoginInfo" EntityType="EEModelMain.EETGW_LoginInfo" />
 | |
|           <EntitySet Name="Users" EntityType="EEModelMain.Users" />
 | |
|           <EntitySet Name="EETGW_GroupUser" EntityType="EEModelMain.EETGW_GroupUser" />
 | |
|           <EntitySet Name="vGroupUser" EntityType="EEModelMain.vGroupUser" />
 | |
|           <EntitySet Name="EETGW_JobReport_AutoInput" EntityType="EEModelMain.EETGW_JobReport_AutoInput" />
 | |
|           <EntitySet Name="JobReport" EntityType="EEModelMain.JobReport" />
 | |
|           <EntitySet Name="vFindSID" EntityType="EEModelMain.vFindSID" />
 | |
|           <EntitySet Name="Projects" EntityType="EEModelMain.Projects" />
 | |
|           <EntitySet Name="ProjectsHistory" EntityType="EEModelMain.ProjectsHistory" />
 | |
|           <EntitySet Name="ProjectsIOMap" EntityType="EEModelMain.ProjectsIOMap" />
 | |
|           <EntitySet Name="ProjectsMailList" EntityType="EEModelMain.ProjectsMailList" />
 | |
|           <EntitySet Name="ProjectsPart" EntityType="EEModelMain.ProjectsPart" />
 | |
|           <EntitySet Name="Purchase" EntityType="EEModelMain.Purchase" />
 | |
|           <EntitySet Name="HolidayLIst" EntityType="EEModelMain.HolidayLIst" />
 | |
|         </EntityContainer>
 | |
|         <EntityType Name="EETGW_LoginInfo">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="uid" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="login" Type="DateTime" Precision="3" />
 | |
|           <Property Name="ip" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="hostname" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="wuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="wdate" Type="DateTime" Precision="0" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="Users">
 | |
|           <Key>
 | |
|             <PropertyRef Name="id" />
 | |
|           </Key>
 | |
|           <Property Name="id" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="gcode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="nameE" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="dept" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="grade" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="email" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="level" Type="Int16" />
 | |
|           <Property Name="indate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="outdate" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="tel" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="hp" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="place" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ads_employNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <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="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
 | |
|           <Property Name="processs" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="EETGW_GroupUser">
 | |
|           <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" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="level" Type="Int16" />
 | |
|           <Property Name="Process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="state" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="useJobReport" Type="Boolean" />
 | |
|           <Property Name="useUserState" 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="exceptHoly" Type="Boolean" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="vGroupUser">
 | |
|           <Key>
 | |
|             <PropertyRef Name="gcode" />
 | |
|           </Key>
 | |
|           <Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="dept" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="level" Type="Int16" />
 | |
|           <Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="nameE" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="grade" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="email" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="tel" Type="String" MaxLength="20" 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" />
 | |
|           <Property Name="hp" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="place" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ads_employNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <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" 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" />
 | |
|           <Property Name="useUserState" Type="Boolean" />
 | |
|           <Property Name="password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="exceptHoly" Type="Boolean" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="EETGW_JobReport_AutoInput">
 | |
|           <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="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="edate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pidx" Type="Int32" />
 | |
|           <Property Name="projectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="uid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="requestpart" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="package" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="status" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="type" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="remark" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="hrs" Type="Double" />
 | |
|           <Property Name="ot" Type="Double" />
 | |
|           <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="description2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="tag" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="autoinput" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
 | |
|           <Property Name="enable" Type="Boolean" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="JobReport">
 | |
|           <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="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pidx" Type="Int32" />
 | |
|           <Property Name="projectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="uid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="requestpart" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="package" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="status" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="type" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="remark" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="hrs" Type="Double" />
 | |
|           <Property Name="ot" Type="Double" />
 | |
|           <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="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" />
 | |
|           <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="vFindSID">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|             <PropertyRef Name="Location" />
 | |
|             <PropertyRef Name="manu" />
 | |
|             <PropertyRef Name="unit" />
 | |
|             <PropertyRef Name="supply" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" />
 | |
|           <Property Name="Location" Type="String" Nullable="false" MaxLength="4" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="date" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="gcode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="name" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="sid" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="model" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="manu" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="unit" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="supply" Type="String" Nullable="false" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="price" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="Projects">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="pidx" Type="Int32" />
 | |
|           <Property Name="gcode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="isdel" Type="Boolean" />
 | |
|           <Property Name="category" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="status" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="asset" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="level" Type="Int32" />
 | |
|           <Property Name="rev" Type="Int32" />
 | |
|           <Property Name="process" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="part" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pdate" Type="String" MaxLength="10" 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="usermain" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="usersub" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="userhw2" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="reqstaff" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="costo" Type="Double" />
 | |
|           <Property Name="costn" Type="Double" />
 | |
|           <Property Name="cnt" Type="Int32" />
 | |
|           <Property Name="remark_req" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="remark_ans" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="sdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ddate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="edate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="odate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="progress" Type="Int32" />
 | |
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
 | |
|           <Property Name="orderno" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="crdue" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="import" Type="Boolean" />
 | |
|           <Property Name="path" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="userprocess" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="CMP_Background" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="CMP_Description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="CMP_Before" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="CMP_After" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="bCost" Type="Boolean" />
 | |
|           <Property Name="bFanOut" Type="Boolean" />
 | |
|           <Property Name="div" Type="String" MaxLength="2" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_Site" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_Line" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_Team" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_Model" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_OutSourceName" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="EB_RepairTime" Type="Double" />
 | |
|           <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="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="CMP_After2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="model" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="serial" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="championid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="ProjectsHistory">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="pidx" Type="Int32" Nullable="false" />
 | |
|           <Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="div" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="remark2" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="mailsend" 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>
 | |
|         <EntityType Name="ProjectsIOMap">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="Project" Type="Int32" />
 | |
|           <Property Name="Dir" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="PIn" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="Description" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="Remark" Type="String" MaxLength="100" 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="ProjectsMailList">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="Project" Type="Int32" />
 | |
|           <Property Name="enable" Type="Boolean" />
 | |
|           <Property Name="div" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="address" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <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="ProjectsPart">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="no" Type="Int32" />
 | |
|           <Property Name="Project" Type="Int32" />
 | |
|           <Property Name="ItemGroup" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ItemModel" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="ItemUnit" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ItemName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="ItemSid" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="ItemSupply" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="ItemSupplyidx" Type="Int32" />
 | |
|           <Property Name="ItemManu" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="Item" Type="Int32" />
 | |
|           <Property Name="option1" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="option2" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="option3" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="qty" Type="Int32" />
 | |
|           <Property Name="qtyn" Type="Int32" />
 | |
|           <Property Name="price" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="amt" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="amtn" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="jago" Type="Int32" />
 | |
|           <Property Name="remark" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
 | |
|           <Property Name="import" Type="Boolean" />
 | |
|           <Property Name="qtyjago" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="qtybuy" Type="Int32" />
 | |
|           <Property Name="qtyin" Type="Int32" />
 | |
|           <Property Name="bbuy" Type="Boolean" />
 | |
|           <Property Name="bconfirm" Type="Boolean" />
 | |
|           <Property Name="bCancel" Type="Boolean" />
 | |
|           <Property Name="reqUser" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="recvUser" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="recvDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="Purchase">
 | |
|           <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="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="state" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="process" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="receive" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="sc" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="request" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="sid" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pumname" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="pumidx" Type="Int32" />
 | |
|           <Property Name="pumscale" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pumunit" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="pumqty" Type="Int32" />
 | |
|           <Property Name="pumprice" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="pumamt" Type="Decimal" Precision="18" Scale="0" />
 | |
|           <Property Name="supply" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="supplyidx" Type="Int32" />
 | |
|           <Property Name="project" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="projectidx" Type="Int32" />
 | |
|           <Property Name="asset" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="manuproc" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="edate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="indate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="po" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="dept" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="bigo" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
 | |
|           <Property Name="import" Type="Boolean" />
 | |
|           <Property Name="isdel" Type="Boolean" />
 | |
|           <Property Name="orderno" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="place" 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" />
 | |
|           <Property Name="inqty" Type="Int32" />
 | |
|           <Property Name="pumpriceD" Type="Decimal" Precision="18" Scale="2" />
 | |
|         </EntityType>
 | |
|         <EntityType Name="HolidayLIst">
 | |
|           <Key>
 | |
|             <PropertyRef Name="idx" />
 | |
|           </Key>
 | |
|           <Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
 | |
|           <Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
 | |
|           <Property Name="free" Type="Boolean" />
 | |
|           <Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
 | |
|           <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 -->
 | |
|     <edmx:Mappings>
 | |
|       <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
 | |
|         <EntityContainerMapping StorageEntityContainer="EEModelMainStoreContainer" CdmEntityContainer="EEEntitiesMain">
 | |
|           <EntitySetMapping Name="UserGroup">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.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" />
 | |
|                 <ScalarProperty Name="path_kj" ColumnName="path_kj" />
 | |
|                 <ScalarProperty Name="advpurchase" ColumnName="advpurchase" />
 | |
|                 <ScalarProperty Name="permission" ColumnName="permission" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="EETGW_LoginInfo">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.EETGW_LoginInfo">
 | |
|               <MappingFragment StoreEntitySet="EETGW_LoginInfo">
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="hostname" ColumnName="hostname" />
 | |
|                 <ScalarProperty Name="ip" ColumnName="ip" />
 | |
|                 <ScalarProperty Name="login" ColumnName="login" />
 | |
|                 <ScalarProperty Name="uid" ColumnName="uid" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="Users">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.Users">
 | |
|               <MappingFragment StoreEntitySet="Users">
 | |
|                 <ScalarProperty Name="processs" ColumnName="processs" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="ads_created" ColumnName="ads_created" />
 | |
|                 <ScalarProperty Name="ads_title" ColumnName="ads_title" />
 | |
|                 <ScalarProperty Name="ads_employNo" ColumnName="ads_employNo" />
 | |
|                 <ScalarProperty Name="place" ColumnName="place" />
 | |
|                 <ScalarProperty Name="hp" ColumnName="hp" />
 | |
|                 <ScalarProperty Name="tel" ColumnName="tel" />
 | |
|                 <ScalarProperty Name="outdate" ColumnName="outdate" />
 | |
|                 <ScalarProperty Name="indate" ColumnName="indate" />
 | |
|                 <ScalarProperty Name="level" ColumnName="level" />
 | |
|                 <ScalarProperty Name="email" ColumnName="email" />
 | |
|                 <ScalarProperty Name="grade" ColumnName="grade" />
 | |
|                 <ScalarProperty Name="dept" ColumnName="dept" />
 | |
|                 <ScalarProperty Name="name" ColumnName="name" />
 | |
|                 <ScalarProperty Name="nameE" ColumnName="nameE" />
 | |
|                 <ScalarProperty Name="password" ColumnName="password" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="id" ColumnName="id" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="EETGW_GroupUser">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.EETGW_GroupUser">
 | |
|               <MappingFragment StoreEntitySet="EETGW_GroupUser">
 | |
|                 <ScalarProperty Name="exceptHoly" ColumnName="exceptHoly" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="useUserState" ColumnName="useUserState" />
 | |
|                 <ScalarProperty Name="useJobReport" ColumnName="useJobReport" />
 | |
|                 <ScalarProperty Name="state" ColumnName="state" />
 | |
|                 <ScalarProperty Name="Process" ColumnName="Process" />
 | |
|                 <ScalarProperty Name="level" ColumnName="level" />
 | |
|                 <ScalarProperty Name="uid" ColumnName="uid" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="vGroupUser">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.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" />
 | |
|                 <ScalarProperty Name="id" ColumnName="id" />
 | |
|                 <ScalarProperty Name="processs" ColumnName="processs" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="ads_created" ColumnName="ads_created" />
 | |
|                 <ScalarProperty Name="ads_title" ColumnName="ads_title" />
 | |
|                 <ScalarProperty Name="ads_employNo" ColumnName="ads_employNo" />
 | |
|                 <ScalarProperty Name="place" ColumnName="place" />
 | |
|                 <ScalarProperty Name="hp" ColumnName="hp" />
 | |
|                 <ScalarProperty Name="outdate" ColumnName="outdate" />
 | |
|                 <ScalarProperty Name="indate" ColumnName="indate" />
 | |
|                 <ScalarProperty Name="tel" ColumnName="tel" />
 | |
|                 <ScalarProperty Name="email" ColumnName="email" />
 | |
|                 <ScalarProperty Name="grade" ColumnName="grade" />
 | |
|                 <ScalarProperty Name="nameE" ColumnName="nameE" />
 | |
|                 <ScalarProperty Name="name" ColumnName="name" />
 | |
|                 <ScalarProperty Name="level" ColumnName="level" />
 | |
|                 <ScalarProperty Name="dept" ColumnName="dept" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="EETGW_JobReport_AutoInput">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.EETGW_JobReport_AutoInput">
 | |
|               <MappingFragment StoreEntitySet="EETGW_JobReport_AutoInput">
 | |
|                 <ScalarProperty Name="enable" ColumnName="enable" />
 | |
|                 <ScalarProperty Name="autoinput" ColumnName="autoinput" />
 | |
|                 <ScalarProperty Name="tag" ColumnName="tag" />
 | |
|                 <ScalarProperty Name="description2" ColumnName="description2" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="import" ColumnName="import" />
 | |
|                 <ScalarProperty Name="ot" ColumnName="ot" />
 | |
|                 <ScalarProperty Name="hrs" ColumnName="hrs" />
 | |
|                 <ScalarProperty Name="remark" ColumnName="remark" />
 | |
|                 <ScalarProperty Name="description" ColumnName="description" />
 | |
|                 <ScalarProperty Name="process" ColumnName="process" />
 | |
|                 <ScalarProperty Name="type" ColumnName="type" />
 | |
|                 <ScalarProperty Name="status" ColumnName="status" />
 | |
|                 <ScalarProperty Name="package" ColumnName="package" />
 | |
|                 <ScalarProperty Name="requestpart" ColumnName="requestpart" />
 | |
|                 <ScalarProperty Name="uid" ColumnName="uid" />
 | |
|                 <ScalarProperty Name="projectName" ColumnName="projectName" />
 | |
|                 <ScalarProperty Name="pidx" ColumnName="pidx" />
 | |
|                 <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="JobReport">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.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" />
 | |
|                 <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" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="import" ColumnName="import" />
 | |
|                 <ScalarProperty Name="ot" ColumnName="ot" />
 | |
|                 <ScalarProperty Name="hrs" ColumnName="hrs" />
 | |
|                 <ScalarProperty Name="remark" ColumnName="remark" />
 | |
|                 <ScalarProperty Name="description" ColumnName="description" />
 | |
|                 <ScalarProperty Name="process" ColumnName="process" />
 | |
|                 <ScalarProperty Name="type" ColumnName="type" />
 | |
|                 <ScalarProperty Name="status" ColumnName="status" />
 | |
|                 <ScalarProperty Name="package" ColumnName="package" />
 | |
|                 <ScalarProperty Name="requestpart" ColumnName="requestpart" />
 | |
|                 <ScalarProperty Name="uid" ColumnName="uid" />
 | |
|                 <ScalarProperty Name="projectName" ColumnName="projectName" />
 | |
|                 <ScalarProperty Name="pidx" ColumnName="pidx" />
 | |
|                 <ScalarProperty Name="pdate" ColumnName="pdate" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="vFindSID">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.vFindSID">
 | |
|               <MappingFragment StoreEntitySet="vFindSID">
 | |
|                 <ScalarProperty Name="remark" ColumnName="remark" />
 | |
|                 <ScalarProperty Name="price" ColumnName="price" />
 | |
|                 <ScalarProperty Name="supply" ColumnName="supply" />
 | |
|                 <ScalarProperty Name="unit" ColumnName="unit" />
 | |
|                 <ScalarProperty Name="manu" ColumnName="manu" />
 | |
|                 <ScalarProperty Name="model" ColumnName="model" />
 | |
|                 <ScalarProperty Name="sid" ColumnName="sid" />
 | |
|                 <ScalarProperty Name="name" ColumnName="name" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="date" ColumnName="date" />
 | |
|                 <ScalarProperty Name="Location" ColumnName="Location" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="Projects">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.Projects">
 | |
|               <MappingFragment StoreEntitySet="Projects">
 | |
|                 <ScalarProperty Name="championid" ColumnName="championid" />
 | |
|                 <ScalarProperty Name="serial" ColumnName="serial" />
 | |
|                 <ScalarProperty Name="model" ColumnName="model" />
 | |
|                 <ScalarProperty Name="CMP_After2" ColumnName="CMP_After2" />
 | |
|                 <ScalarProperty Name="cdate" ColumnName="cdate" />
 | |
|                 <ScalarProperty Name="qdate" ColumnName="qdate" />
 | |
|                 <ScalarProperty Name="bdate" ColumnName="bdate" />
 | |
|                 <ScalarProperty Name="bAlert" ColumnName="bAlert" />
 | |
|                 <ScalarProperty Name="EB_BoardName" ColumnName="EB_BoardName" />
 | |
|                 <ScalarProperty Name="EB_ConstNew" ColumnName="EB_ConstNew" />
 | |
|                 <ScalarProperty Name="EB_RepairTime" ColumnName="EB_RepairTime" />
 | |
|                 <ScalarProperty Name="EB_OutSourceName" ColumnName="EB_OutSourceName" />
 | |
|                 <ScalarProperty Name="EB_Model" ColumnName="EB_Model" />
 | |
|                 <ScalarProperty Name="EB_Team" ColumnName="EB_Team" />
 | |
|                 <ScalarProperty Name="EB_Line" ColumnName="EB_Line" />
 | |
|                 <ScalarProperty Name="EB_Site" ColumnName="EB_Site" />
 | |
|                 <ScalarProperty Name="div" ColumnName="div" />
 | |
|                 <ScalarProperty Name="bFanOut" ColumnName="bFanOut" />
 | |
|                 <ScalarProperty Name="bCost" ColumnName="bCost" />
 | |
|                 <ScalarProperty Name="CMP_After" ColumnName="CMP_After" />
 | |
|                 <ScalarProperty Name="CMP_Before" ColumnName="CMP_Before" />
 | |
|                 <ScalarProperty Name="CMP_Description" ColumnName="CMP_Description" />
 | |
|                 <ScalarProperty Name="CMP_Background" ColumnName="CMP_Background" />
 | |
|                 <ScalarProperty Name="userprocess" ColumnName="userprocess" />
 | |
|                 <ScalarProperty Name="path" ColumnName="path" />
 | |
|                 <ScalarProperty Name="import" ColumnName="import" />
 | |
|                 <ScalarProperty Name="crdue" ColumnName="crdue" />
 | |
|                 <ScalarProperty Name="orderno" ColumnName="orderno" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="progress" ColumnName="progress" />
 | |
|                 <ScalarProperty Name="odate" ColumnName="odate" />
 | |
|                 <ScalarProperty Name="edate" ColumnName="edate" />
 | |
|                 <ScalarProperty Name="ddate" ColumnName="ddate" />
 | |
|                 <ScalarProperty Name="sdate" ColumnName="sdate" />
 | |
|                 <ScalarProperty Name="remark_ans" ColumnName="remark_ans" />
 | |
|                 <ScalarProperty Name="remark_req" ColumnName="remark_req" />
 | |
|                 <ScalarProperty Name="cnt" ColumnName="cnt" />
 | |
|                 <ScalarProperty Name="costn" ColumnName="costn" />
 | |
|                 <ScalarProperty Name="costo" ColumnName="costo" />
 | |
|                 <ScalarProperty Name="reqstaff" ColumnName="reqstaff" />
 | |
|                 <ScalarProperty Name="userhw2" ColumnName="userhw2" />
 | |
|                 <ScalarProperty Name="usersub" ColumnName="usersub" />
 | |
|                 <ScalarProperty Name="usermain" ColumnName="usermain" />
 | |
|                 <ScalarProperty Name="userManager" ColumnName="userManager" />
 | |
|                 <ScalarProperty Name="name" ColumnName="name" />
 | |
|                 <ScalarProperty Name="pdate" ColumnName="pdate" />
 | |
|                 <ScalarProperty Name="part" ColumnName="part" />
 | |
|                 <ScalarProperty Name="process" ColumnName="process" />
 | |
|                 <ScalarProperty Name="rev" ColumnName="rev" />
 | |
|                 <ScalarProperty Name="level" ColumnName="level" />
 | |
|                 <ScalarProperty Name="asset" ColumnName="asset" />
 | |
|                 <ScalarProperty Name="status" ColumnName="status" />
 | |
|                 <ScalarProperty Name="category" ColumnName="category" />
 | |
|                 <ScalarProperty Name="isdel" ColumnName="isdel" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="pidx" ColumnName="pidx" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="ProjectsHistory">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.ProjectsHistory">
 | |
|               <MappingFragment StoreEntitySet="ProjectsHistory">
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="mailsend" ColumnName="mailsend" />
 | |
|                 <ScalarProperty Name="remark2" ColumnName="remark2" />
 | |
|                 <ScalarProperty Name="remark" ColumnName="remark" />
 | |
|                 <ScalarProperty Name="div" ColumnName="div" />
 | |
|                 <ScalarProperty Name="pdate" ColumnName="pdate" />
 | |
|                 <ScalarProperty Name="pidx" ColumnName="pidx" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="ProjectsIOMap">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.ProjectsIOMap">
 | |
|               <MappingFragment StoreEntitySet="ProjectsIOMap">
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="Remark" ColumnName="Remark" />
 | |
|                 <ScalarProperty Name="Description" ColumnName="Description" />
 | |
|                 <ScalarProperty Name="PIn" ColumnName="PIn" />
 | |
|                 <ScalarProperty Name="Dir" ColumnName="Dir" />
 | |
|                 <ScalarProperty Name="Project" ColumnName="Project" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="ProjectsMailList">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.ProjectsMailList">
 | |
|               <MappingFragment StoreEntitySet="ProjectsMailList">
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="address" ColumnName="address" />
 | |
|                 <ScalarProperty Name="name" ColumnName="name" />
 | |
|                 <ScalarProperty Name="div" ColumnName="div" />
 | |
|                 <ScalarProperty Name="enable" ColumnName="enable" />
 | |
|                 <ScalarProperty Name="Project" ColumnName="Project" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="ProjectsPart">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.ProjectsPart">
 | |
|               <MappingFragment StoreEntitySet="ProjectsPart">
 | |
|                 <ScalarProperty Name="recvDate" ColumnName="recvDate" />
 | |
|                 <ScalarProperty Name="recvUser" ColumnName="recvUser" />
 | |
|                 <ScalarProperty Name="reqUser" ColumnName="reqUser" />
 | |
|                 <ScalarProperty Name="bCancel" ColumnName="bCancel" />
 | |
|                 <ScalarProperty Name="bconfirm" ColumnName="bconfirm" />
 | |
|                 <ScalarProperty Name="bbuy" ColumnName="bbuy" />
 | |
|                 <ScalarProperty Name="qtyin" ColumnName="qtyin" />
 | |
|                 <ScalarProperty Name="qtybuy" ColumnName="qtybuy" />
 | |
|                 <ScalarProperty Name="qtyjago" ColumnName="qtyjago" />
 | |
|                 <ScalarProperty Name="import" ColumnName="import" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="remark" ColumnName="remark" />
 | |
|                 <ScalarProperty Name="jago" ColumnName="jago" />
 | |
|                 <ScalarProperty Name="amtn" ColumnName="amtn" />
 | |
|                 <ScalarProperty Name="amt" ColumnName="amt" />
 | |
|                 <ScalarProperty Name="price" ColumnName="price" />
 | |
|                 <ScalarProperty Name="qtyn" ColumnName="qtyn" />
 | |
|                 <ScalarProperty Name="qty" ColumnName="qty" />
 | |
|                 <ScalarProperty Name="option3" ColumnName="option3" />
 | |
|                 <ScalarProperty Name="option2" ColumnName="option2" />
 | |
|                 <ScalarProperty Name="option1" ColumnName="option1" />
 | |
|                 <ScalarProperty Name="Item" ColumnName="Item" />
 | |
|                 <ScalarProperty Name="ItemManu" ColumnName="ItemManu" />
 | |
|                 <ScalarProperty Name="ItemSupplyidx" ColumnName="ItemSupplyidx" />
 | |
|                 <ScalarProperty Name="ItemSupply" ColumnName="ItemSupply" />
 | |
|                 <ScalarProperty Name="ItemSid" ColumnName="ItemSid" />
 | |
|                 <ScalarProperty Name="ItemName" ColumnName="ItemName" />
 | |
|                 <ScalarProperty Name="ItemUnit" ColumnName="ItemUnit" />
 | |
|                 <ScalarProperty Name="ItemModel" ColumnName="ItemModel" />
 | |
|                 <ScalarProperty Name="ItemGroup" ColumnName="ItemGroup" />
 | |
|                 <ScalarProperty Name="Project" ColumnName="Project" />
 | |
|                 <ScalarProperty Name="no" ColumnName="no" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="Purchase">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.Purchase">
 | |
|               <MappingFragment StoreEntitySet="Purchase">
 | |
|                 <ScalarProperty Name="pumpriceD" ColumnName="pumpriceD" />
 | |
|                 <ScalarProperty Name="inqty" ColumnName="inqty" />
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="place" ColumnName="place" />
 | |
|                 <ScalarProperty Name="orderno" ColumnName="orderno" />
 | |
|                 <ScalarProperty Name="isdel" ColumnName="isdel" />
 | |
|                 <ScalarProperty Name="import" ColumnName="import" />
 | |
|                 <ScalarProperty Name="bigo" ColumnName="bigo" />
 | |
|                 <ScalarProperty Name="dept" ColumnName="dept" />
 | |
|                 <ScalarProperty Name="po" ColumnName="po" />
 | |
|                 <ScalarProperty Name="indate" ColumnName="indate" />
 | |
|                 <ScalarProperty Name="edate" ColumnName="edate" />
 | |
|                 <ScalarProperty Name="manuproc" ColumnName="manuproc" />
 | |
|                 <ScalarProperty Name="asset" ColumnName="asset" />
 | |
|                 <ScalarProperty Name="projectidx" ColumnName="projectidx" />
 | |
|                 <ScalarProperty Name="project" ColumnName="project" />
 | |
|                 <ScalarProperty Name="supplyidx" ColumnName="supplyidx" />
 | |
|                 <ScalarProperty Name="supply" ColumnName="supply" />
 | |
|                 <ScalarProperty Name="pumamt" ColumnName="pumamt" />
 | |
|                 <ScalarProperty Name="pumprice" ColumnName="pumprice" />
 | |
|                 <ScalarProperty Name="pumqty" ColumnName="pumqty" />
 | |
|                 <ScalarProperty Name="pumunit" ColumnName="pumunit" />
 | |
|                 <ScalarProperty Name="pumscale" ColumnName="pumscale" />
 | |
|                 <ScalarProperty Name="pumidx" ColumnName="pumidx" />
 | |
|                 <ScalarProperty Name="pumname" ColumnName="pumname" />
 | |
|                 <ScalarProperty Name="sid" ColumnName="sid" />
 | |
|                 <ScalarProperty Name="request" ColumnName="request" />
 | |
|                 <ScalarProperty Name="sc" ColumnName="sc" />
 | |
|                 <ScalarProperty Name="receive" ColumnName="receive" />
 | |
|                 <ScalarProperty Name="process" ColumnName="process" />
 | |
|                 <ScalarProperty Name="state" ColumnName="state" />
 | |
|                 <ScalarProperty Name="pdate" ColumnName="pdate" />
 | |
|                 <ScalarProperty Name="gcode" ColumnName="gcode" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|           <EntitySetMapping Name="HolidayLIst">
 | |
|             <EntityTypeMapping TypeName="EEModelMain.HolidayLIst">
 | |
|               <MappingFragment StoreEntitySet="HolidayLIst">
 | |
|                 <ScalarProperty Name="wdate" ColumnName="wdate" />
 | |
|                 <ScalarProperty Name="wuid" ColumnName="wuid" />
 | |
|                 <ScalarProperty Name="memo" ColumnName="memo" />
 | |
|                 <ScalarProperty Name="free" ColumnName="free" />
 | |
|                 <ScalarProperty Name="pdate" ColumnName="pdate" />
 | |
|                 <ScalarProperty Name="idx" ColumnName="idx" />
 | |
|               </MappingFragment>
 | |
|             </EntityTypeMapping>
 | |
|           </EntitySetMapping>
 | |
|         </EntityContainerMapping>
 | |
|       </Mapping>
 | |
|     </edmx:Mappings>
 | |
|   </edmx:Runtime>
 | |
|   <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
 | |
|   <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
 | |
|     <Connection>
 | |
|       <DesignerInfoPropertySet>
 | |
|         <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
 | |
|       </DesignerInfoPropertySet>
 | |
|     </Connection>
 | |
|     <Options>
 | |
|       <DesignerInfoPropertySet>
 | |
|         <DesignerProperty Name="ValidateOnBuild" Value="true" />
 | |
|         <DesignerProperty Name="EnablePluralization" Value="false" />
 | |
|         <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
 | |
|         <DesignerProperty Name="UseLegacyProvider" Value="false" />
 | |
|         <DesignerProperty Name="CodeGenerationStrategy" Value="없음" />
 | |
|       </DesignerInfoPropertySet>
 | |
|     </Options>
 | |
|     <!-- Diagram content (shape and connector positions) -->
 | |
|     <Diagrams></Diagrams>
 | |
|   </Designer>
 | |
| </edmx:Edmx> | 
