Files
Groupware/Project/ModelProject.edmx

636 lines
41 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="EEModelProject.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_ProjecthistoryD">
<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="EETGW_ProjectsSchedule">
<Key>
<PropertyRef Name="idx" />
</Key>
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="gcode" Type="varchar" MaxLength="20" />
<Property Name="project" Type="int" />
<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="uid" Type="varchar" MaxLength="50" />
<Property Name="memo" Type="varchar(max)" />
<Property Name="appoval" Type="int" />
<Property Name="progress" Type="int" />
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
</EntityType>
<EntityType Name="EETGW_ProjectToDo">
<Key>
<PropertyRef Name="idx" />
</Key>
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="pidx" Type="int" Nullable="false" />
<Property Name="pseq" Type="int" />
<Property Name="sw" Type="int" />
<Property Name="ww" Type="int" />
<Property Name="sort" Type="varchar" MaxLength="2" />
<Property Name="cate" Type="nvarchar" MaxLength="100" />
<Property Name="title" Type="nvarchar" MaxLength="255" />
<Property Name="pdate" Type="varchar" MaxLength="10" />
<Property Name="edate" Type="varchar" MaxLength="10" />
<Property Name="process" Type="int" />
<Property Name="remark" Type="varchar(max)" />
<Property Name="remark2" Type="varchar(max)" />
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
</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="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="bCost" Type="bit" />
<Property Name="bFanOut" Type="bit" />
<Property Name="div" Type="varchar" MaxLength="2" />
<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" />
</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" />
</EntityType>
<EntityContainer Name="EEModelProjectStoreContainer">
<EntitySet Name="EETGW_ProjecthistoryD" EntityType="Self.EETGW_ProjecthistoryD" Schema="dbo" store:Type="Tables" />
<EntitySet Name="EETGW_ProjectsSchedule" EntityType="Self.EETGW_ProjectsSchedule" Schema="dbo" store:Type="Tables" />
<EntitySet Name="EETGW_ProjectToDo" EntityType="Self.EETGW_ProjectToDo" 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" />
</EntityContainer>
</Schema></edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="EEModelProject" 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="EETGW_ProjecthistoryD">
<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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
</EntityType>
<EntityType Name="EETGW_ProjectToDo">
<Key>
<PropertyRef Name="idx" />
</Key>
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="pidx" Type="Int32" Nullable="false" />
<Property Name="pseq" Type="Int32" />
<Property Name="sw" Type="Int32" />
<Property Name="ww" Type="Int32" />
<Property Name="sort" Type="String" MaxLength="2" FixedLength="false" Unicode="false" />
<Property Name="cate" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="title" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="pdate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
<Property Name="edate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
<Property Name="process" Type="Int32" />
<Property Name="remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="remark2" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="wuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
</EntityType>
<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" MaxLength="10" FixedLength="false" Unicode="false" Nullable="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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="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" />
</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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="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" MaxLength="20" FixedLength="false" Unicode="false" Nullable="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" />
</EntityType>
<EntityContainer Name="EEEntitiesProject" annotation:LazyLoadingEnabled="true">
<EntitySet Name="EETGW_ProjecthistoryD" EntityType="Self.EETGW_ProjecthistoryD" />
<EntitySet Name="EETGW_ProjectToDo" EntityType="Self.EETGW_ProjectToDo" />
<EntitySet Name="Projects" EntityType="Self.Projects" />
<EntitySet Name="ProjectsHistory" EntityType="Self.ProjectsHistory" />
<EntitySet Name="ProjectsIOMap" EntityType="Self.ProjectsIOMap" />
<EntitySet Name="ProjectsMailList" EntityType="Self.ProjectsMailList" />
<EntitySet Name="ProjectsPart" EntityType="Self.ProjectsPart" />
<EntitySet Name="EETGW_ProjectsSchedule" EntityType="EEModelProject.EETGW_ProjectsSchedule" />
</EntityContainer>
<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" />
</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="EEModelProjectStoreContainer" CdmEntityContainer="EEEntitiesProject">
<EntitySetMapping Name="EETGW_ProjecthistoryD">
<EntityTypeMapping TypeName="EEModelProject.EETGW_ProjecthistoryD">
<MappingFragment StoreEntitySet="EETGW_ProjecthistoryD">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="pidx" ColumnName="pidx" />
<ScalarProperty Name="pdate" ColumnName="pdate" />
<ScalarProperty Name="div" ColumnName="div" />
<ScalarProperty Name="remark" ColumnName="remark" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="mailsend" ColumnName="mailsend" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="EETGW_ProjectToDo">
<EntityTypeMapping TypeName="EEModelProject.EETGW_ProjectToDo">
<MappingFragment StoreEntitySet="EETGW_ProjectToDo">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="pidx" ColumnName="pidx" />
<ScalarProperty Name="pseq" ColumnName="pseq" />
<ScalarProperty Name="sw" ColumnName="sw" />
<ScalarProperty Name="ww" ColumnName="ww" />
<ScalarProperty Name="sort" ColumnName="sort" />
<ScalarProperty Name="cate" ColumnName="cate" />
<ScalarProperty Name="title" ColumnName="title" />
<ScalarProperty Name="pdate" ColumnName="pdate" />
<ScalarProperty Name="edate" ColumnName="edate" />
<ScalarProperty Name="process" ColumnName="process" />
<ScalarProperty Name="remark" ColumnName="remark" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Projects">
<EntityTypeMapping TypeName="EEModelProject.Projects">
<MappingFragment StoreEntitySet="Projects">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="pidx" ColumnName="pidx" />
<ScalarProperty Name="gcode" ColumnName="gcode" />
<ScalarProperty Name="isdel" ColumnName="isdel" />
<ScalarProperty Name="category" ColumnName="category" />
<ScalarProperty Name="status" ColumnName="status" />
<ScalarProperty Name="asset" ColumnName="asset" />
<ScalarProperty Name="level" ColumnName="level" />
<ScalarProperty Name="rev" ColumnName="rev" />
<ScalarProperty Name="process" ColumnName="process" />
<ScalarProperty Name="part" ColumnName="part" />
<ScalarProperty Name="pdate" ColumnName="pdate" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="userManager" ColumnName="userManager" />
<ScalarProperty Name="usermain" ColumnName="usermain" />
<ScalarProperty Name="usersub" ColumnName="usersub" />
<ScalarProperty Name="userhw2" ColumnName="userhw2" />
<ScalarProperty Name="reqstaff" ColumnName="reqstaff" />
<ScalarProperty Name="costo" ColumnName="costo" />
<ScalarProperty Name="costn" ColumnName="costn" />
<ScalarProperty Name="cnt" ColumnName="cnt" />
<ScalarProperty Name="remark_req" ColumnName="remark_req" />
<ScalarProperty Name="remark_ans" ColumnName="remark_ans" />
<ScalarProperty Name="sdate" ColumnName="sdate" />
<ScalarProperty Name="ddate" ColumnName="ddate" />
<ScalarProperty Name="edate" ColumnName="edate" />
<ScalarProperty Name="odate" ColumnName="odate" />
<ScalarProperty Name="progress" ColumnName="progress" />
<ScalarProperty Name="memo" ColumnName="memo" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
<ScalarProperty Name="orderno" ColumnName="orderno" />
<ScalarProperty Name="crdue" ColumnName="crdue" />
<ScalarProperty Name="import" ColumnName="import" />
<ScalarProperty Name="path" ColumnName="path" />
<ScalarProperty Name="userprocess" ColumnName="userprocess" />
<ScalarProperty Name="CMP_Background" ColumnName="CMP_Background" />
<ScalarProperty Name="CMP_Description" ColumnName="CMP_Description" />
<ScalarProperty Name="CMP_Before" ColumnName="CMP_Before" />
<ScalarProperty Name="CMP_After" ColumnName="CMP_After" />
<ScalarProperty Name="bCost" ColumnName="bCost" />
<ScalarProperty Name="bFanOut" ColumnName="bFanOut" />
<ScalarProperty Name="div" ColumnName="div" />
<ScalarProperty Name="EB_Site" ColumnName="EB_Site" />
<ScalarProperty Name="EB_Line" ColumnName="EB_Line" />
<ScalarProperty Name="EB_Team" ColumnName="EB_Team" />
<ScalarProperty Name="EB_Model" ColumnName="EB_Model" />
<ScalarProperty Name="EB_OutSourceName" ColumnName="EB_OutSourceName" />
<ScalarProperty Name="EB_RepairTime" ColumnName="EB_RepairTime" />
<ScalarProperty Name="EB_ConstNew" ColumnName="EB_ConstNew" />
<ScalarProperty Name="EB_BoardName" ColumnName="EB_BoardName" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ProjectsHistory">
<EntityTypeMapping TypeName="EEModelProject.ProjectsHistory">
<MappingFragment StoreEntitySet="ProjectsHistory">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="pidx" ColumnName="pidx" />
<ScalarProperty Name="pdate" ColumnName="pdate" />
<ScalarProperty Name="div" ColumnName="div" />
<ScalarProperty Name="remark" ColumnName="remark" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="mailsend" ColumnName="mailsend" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ProjectsIOMap">
<EntityTypeMapping TypeName="EEModelProject.ProjectsIOMap">
<MappingFragment StoreEntitySet="ProjectsIOMap">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Dir" ColumnName="Dir" />
<ScalarProperty Name="PIn" ColumnName="PIn" />
<ScalarProperty Name="Description" ColumnName="Description" />
<ScalarProperty Name="Remark" ColumnName="Remark" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ProjectsMailList">
<EntityTypeMapping TypeName="EEModelProject.ProjectsMailList">
<MappingFragment StoreEntitySet="ProjectsMailList">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="enable" ColumnName="enable" />
<ScalarProperty Name="div" ColumnName="div" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="address" ColumnName="address" />
<ScalarProperty Name="memo" ColumnName="memo" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ProjectsPart">
<EntityTypeMapping TypeName="EEModelProject.ProjectsPart">
<MappingFragment StoreEntitySet="ProjectsPart">
<ScalarProperty Name="idx" ColumnName="idx" />
<ScalarProperty Name="no" ColumnName="no" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="ItemGroup" ColumnName="ItemGroup" />
<ScalarProperty Name="ItemModel" ColumnName="ItemModel" />
<ScalarProperty Name="ItemUnit" ColumnName="ItemUnit" />
<ScalarProperty Name="ItemName" ColumnName="ItemName" />
<ScalarProperty Name="ItemSid" ColumnName="ItemSid" />
<ScalarProperty Name="ItemSupply" ColumnName="ItemSupply" />
<ScalarProperty Name="ItemSupplyidx" ColumnName="ItemSupplyidx" />
<ScalarProperty Name="ItemManu" ColumnName="ItemManu" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="option1" ColumnName="option1" />
<ScalarProperty Name="option2" ColumnName="option2" />
<ScalarProperty Name="option3" ColumnName="option3" />
<ScalarProperty Name="qty" ColumnName="qty" />
<ScalarProperty Name="qtyn" ColumnName="qtyn" />
<ScalarProperty Name="price" ColumnName="price" />
<ScalarProperty Name="amt" ColumnName="amt" />
<ScalarProperty Name="amtn" ColumnName="amtn" />
<ScalarProperty Name="jago" ColumnName="jago" />
<ScalarProperty Name="remark" ColumnName="remark" />
<ScalarProperty Name="memo" ColumnName="memo" />
<ScalarProperty Name="wuid" ColumnName="wuid" />
<ScalarProperty Name="wdate" ColumnName="wdate" />
<ScalarProperty Name="import" ColumnName="import" />
<ScalarProperty Name="qtyjago" ColumnName="qtyjago" />
<ScalarProperty Name="qtybuy" ColumnName="qtybuy" />
<ScalarProperty Name="qtyin" ColumnName="qtyin" />
<ScalarProperty Name="bbuy" ColumnName="bbuy" />
<ScalarProperty Name="bconfirm" ColumnName="bconfirm" />
<ScalarProperty Name="bCancel" ColumnName="bCancel" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="EETGW_ProjectsSchedule">
<EntityTypeMapping TypeName="EEModelProject.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>
</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>