You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

400 lines
25 KiB

<?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="TicketModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" 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">
<!--生成过程中发现错误:
警告 6013: 表/视图“Ticket.dbo.Authority”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="Authority">
<Property Name="tmp_field" Type="varchar" MaxLength="1" />
<Property Name="GROUP_CODE" Type="varchar" MaxLength="50" />
<Property Name="FM_30" Type="varchar" MaxLength="50" />
<Property Name="FM_31" Type="varchar" MaxLength="50" />
<Property Name="FM_32" Type="varchar" MaxLength="50" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.CHEMICAL_QUEUE”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.DYESTUFF_QUEUE”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6013: 表/视图“Ticket.dbo.GroupAccount”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="GroupAccount">
<Property Name="tmp_field" Type="varchar" MaxLength="1" />
<Property Name="GROUP_CODE" Type="varchar" MaxLength="50" />
<Property Name="GROUP_LEVEL" Type="int" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.JOBTKT”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.POWDER_QUEUE”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="Product">
<Key>
<PropertyRef Name="ProductCode" />
</Key>
<Property Name="ProductCode" Type="nchar" MaxLength="20" Nullable="false" />
<Property Name="ProductName" Type="nchar" MaxLength="50" />
<Property Name="Price" Type="float" />
<Property Name="Deduct" Type="float" />
<Property Name="FullWeight" Type="float" />
<Property Name="LampPosition" Type="int" />
<Property Name="TablePosition" Type="nchar" MaxLength="5" />
<Property Name="AREA" Type="nchar" MaxLength="5" />
<Property Name="SafetyStock" Type="float" />
<Property Name="ProductUnit" Type="int" />
<Property Name="ProductType" Type="int" />
<Property Name="ProductClass" Type="int" />
<Property Name="CurrentStock" Type="float" />
<Property Name="ProductLot" Type="nchar" MaxLength="30" />
<Property Name="RplDate" Type="datetime" />
<Property Name="UsedDate" Type="datetime" />
<Property Name="CuMonth" Type="nchar" MaxLength="2" />
<Property Name="LaStock" Type="float" />
<Property Name="ThStock" Type="float" />
<Property Name="ThUsed" Type="float" />
<Property Name="Color" Type="int" />
<Property Name="LastTime" Type="float" />
<Property Name="CalTime" Type="float" />
<Property Name="BackflowTime" Type="int" />
<Property Name="Tol_G" Type="int" />
<Property Name="Tol_P" Type="int" />
<Property Name="Alarm" Type="int" />
<Property Name="Change_Bucket" Type="int" />
<Property Name="Small_Volume_by_manual" Type="int" />
<Property Name="Target_Weight" Type="int" />
<Property Name="Pre_Weight" Type="int" />
<Property Name="One_Sec" Type="int" />
<Property Name="GetscalTime" Type="int" />
<Property Name="DelayOpenValve" Type="int" />
<Property Name="ValveMap" Type="nchar" MaxLength="5" />
<Property Name="PumpMap" Type="nchar" MaxLength="20" />
<Property Name="Includepump" Type="int" />
<Property Name="Once_minimum_weight" Type="int" />
<Property Name="Once_minimum_max_weight" Type="int" />
<Property Name="Once_minimum_time" Type="int" />
<Property Name="Res_S1" Type="nchar" MaxLength="30" />
<Property Name="Res_S2" Type="nchar" MaxLength="30" />
<Property Name="Res_S3" Type="nchar" MaxLength="30" />
<Property Name="Res_S4" Type="nchar" MaxLength="30" />
<Property Name="Res_I1" Type="int" />
<Property Name="Res_I2" Type="int" />
<Property Name="Res_I3" Type="int" />
<Property Name="Res_I4" Type="int" />
<Property Name="Res_F1" Type="float" />
<Property Name="Res_F2" Type="float" />
<Property Name="Res_F3" Type="float" />
<Property Name="Res_F4" Type="float" />
<Property Name="Batch_NO" Type="varchar" MaxLength="30" />
<Property Name="Concentration" Type="float" />
<Property Name="Pump" Type="int" />
<Property Name="PRODUCT_KIND" Type="int" />
<Property Name="SUPPLIER" Type="varchar" MaxLength="48" />
<Property Name="PRODUCT_MODIFY_DATE" Type="datetime" />
<Property Name="GRAVITY" Type="float" Nullable="false" />
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“Ticket.dbo.ProductKind”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="ProductKind">
<Property Name="tmp_field" Type="varchar" MaxLength="1" />
<Property Name="KIND_NAME" Type="nvarchar" MaxLength="50" />
<Property Name="ORDER_NO" Type="int" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.REMOTETERMINAL”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.TEMPCHEMICALTKT”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.TEMPDYESTUFFTKT”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.TEMPPOWDER”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.TICKET_DETAIL”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6013: 表/视图“Ticket.dbo.TICKET_TITLE”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="TICKET_TITLE">
<Property Name="ID_NO" Type="char" MaxLength="30" />
<Property Name="ID_TYPE" Type="char" MaxLength="1" />
<Property Name="PROCEDURE_CODE" Type="char" MaxLength="24" />
<Property Name="TOTAL_STEP" Type="int" />
<Property Name="TICKET" Type="char" MaxLength="30" />
<Property Name="MACHINE_NO" Type="char" MaxLength="30" />
<Property Name="CUSTOMER_CODE" Type="char" MaxLength="30" />
<Property Name="CUSTOMER_NAME" Type="char" MaxLength="30" />
<Property Name="PROGRAM_CODE" Type="char" MaxLength="30" />
<Property Name="PROGRAM_NAME" Type="char" MaxLength="30" />
<Property Name="FABRIC_CODE" Type="char" MaxLength="30" />
<Property Name="FABRIC_NAME" Type="char" MaxLength="30" />
<Property Name="GRAMS_YARD" Type="float" />
<Property Name="VOLUME" Type="float" />
<Property Name="TOTAL_WT" Type="float" />
<Property Name="TOTAL_LENGTH" Type="float" />
<Property Name="COLOR_NAME" Type="char" MaxLength="30" />
<Property Name="ORDER_NO" Type="char" MaxLength="30" />
<Property Name="PILL" Type="char" MaxLength="30" />
<Property Name="UNIT" Type="char" MaxLength="30" />
<Property Name="BATCH" Type="char" MaxLength="30" />
<Property Name="PRODUCT_LOT" Type="char" MaxLength="30" />
<Property Name="CONC" Type="char" MaxLength="30" />
<Property Name="PRICE" Type="char" MaxLength="30" />
<Property Name="SHEET" Type="char" MaxLength="30" />
<Property Name="SHADE" Type="char" MaxLength="30" />
<Property Name="TOTAL_VALUE" Type="char" MaxLength="30" />
<Property Name="YARN" Type="char" MaxLength="30" />
<Property Name="USER25" Type="char" MaxLength="30" />
<Property Name="USER26" Type="char" MaxLength="30" />
<Property Name="USER27" Type="char" MaxLength="30" />
<Property Name="USER28" Type="char" MaxLength="30" />
<Property Name="USER29" Type="char" MaxLength="30" />
<Property Name="USER30" Type="char" MaxLength="30" />
<Property Name="ADD_ID_NO" Type="char" MaxLength="30" />
<Property Name="ADD_FREQUENCY" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
<Property Name="lldid" Type="int" />
<Property Name="Redye" Type="int" />
<Property Name="Industry" Type="int" />
<Property Name="UserCode" Type="char" MaxLength="10" />
<Property Name="TotalLength" Type="float" />
<Property Name="USER1" Type="varchar" MaxLength="30" />
<Property Name="USER2" Type="varchar" MaxLength="30" />
<Property Name="USER3" Type="varchar" MaxLength="30" />
<Property Name="USER4" Type="varchar" MaxLength="30" />
<Property Name="USER5" Type="varchar" MaxLength="30" />
<Property Name="USER6" Type="varchar" MaxLength="30" />
<Property Name="USER7" Type="varchar" MaxLength="30" />
<Property Name="USER8" Type="varchar" MaxLength="30" />
<Property Name="USER9" Type="varchar" MaxLength="30" />
<Property Name="USER10" Type="varchar" MaxLength="30" />
<Property Name="FormTypeName" Type="nvarchar" MaxLength="32" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.TicketSerial”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<!--生成过程中发现错误:
警告 6002: 表/视图“Ticket.dbo.UserAccount”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="UserAccount">
<Key>
<PropertyRef Name="tmp_field" />
</Key>
<Property Name="tmp_field" Type="varchar" MaxLength="1" Nullable="false" />
<Property Name="UserCode" Type="varchar" MaxLength="50" />
<Property Name="PassWord" Type="varchar" MaxLength="50" />
<Property Name="JobTicket" Type="int" />
<Property Name="Report" Type="int" />
<Property Name="PathSetup" Type="int" />
<Property Name="UserSetup" Type="int" />
<Property Name="GROUP_CODE" Type="varchar" MaxLength="50" Nullable="false" />
</EntityType>
<EntityContainer Name="TicketModelStoreContainer">
<EntitySet Name="Product" EntityType="Self.Product" Schema="dbo" store:Type="Tables" />
<EntitySet Name="UserAccount" EntityType="Self.UserAccount" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[UserAccount].[tmp_field] AS [tmp_field],
[UserAccount].[UserCode] AS [UserCode],
[UserAccount].[PassWord] AS [PassWord],
[UserAccount].[JobTicket] AS [JobTicket],
[UserAccount].[Report] AS [Report],
[UserAccount].[PathSetup] AS [PathSetup],
[UserAccount].[UserSetup] AS [UserSetup],
[UserAccount].[GROUP_CODE] AS [GROUP_CODE]
FROM [dbo].[UserAccount] AS [UserAccount]</DefiningQuery>
</EntitySet>
</EntityContainer>
</Schema>
</edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="TicketModel" 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="Product">
<Key>
<PropertyRef Name="ProductCode" />
</Key>
<Property Name="ProductCode" Type="String" MaxLength="20" FixedLength="true" Unicode="true" Nullable="false" />
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="true" Unicode="true" />
<Property Name="Price" Type="Double" />
<Property Name="Deduct" Type="Double" />
<Property Name="FullWeight" Type="Double" />
<Property Name="LampPosition" Type="Int32" />
<Property Name="TablePosition" Type="String" MaxLength="5" FixedLength="true" Unicode="true" />
<Property Name="AREA" Type="String" MaxLength="5" FixedLength="true" Unicode="true" />
<Property Name="SafetyStock" Type="Double" />
<Property Name="ProductUnit" Type="Int32" />
<Property Name="ProductType" Type="Int32" />
<Property Name="ProductClass" Type="Int32" />
<Property Name="CurrentStock" Type="Double" />
<Property Name="ProductLot" Type="String" MaxLength="30" FixedLength="true" Unicode="true" />
<Property Name="RplDate" Type="DateTime" Precision="3" />
<Property Name="UsedDate" Type="DateTime" Precision="3" />
<Property Name="CuMonth" Type="String" MaxLength="2" FixedLength="true" Unicode="true" />
<Property Name="LaStock" Type="Double" />
<Property Name="ThStock" Type="Double" />
<Property Name="ThUsed" Type="Double" />
<Property Name="Color" Type="Int32" />
<Property Name="LastTime" Type="Double" />
<Property Name="CalTime" Type="Double" />
<Property Name="BackflowTime" Type="Int32" />
<Property Name="Tol_G" Type="Int32" />
<Property Name="Tol_P" Type="Int32" />
<Property Name="Alarm" Type="Int32" />
<Property Name="Change_Bucket" Type="Int32" />
<Property Name="Small_Volume_by_manual" Type="Int32" />
<Property Name="Target_Weight" Type="Int32" />
<Property Name="Pre_Weight" Type="Int32" />
<Property Name="One_Sec" Type="Int32" />
<Property Name="GetscalTime" Type="Int32" />
<Property Name="DelayOpenValve" Type="Int32" />
<Property Name="ValveMap" Type="String" MaxLength="5" FixedLength="true" Unicode="true" />
<Property Name="PumpMap" Type="String" MaxLength="20" FixedLength="true" Unicode="true" />
<Property Name="Includepump" Type="Int32" />
<Property Name="Once_minimum_weight" Type="Int32" />
<Property Name="Once_minimum_max_weight" Type="Int32" />
<Property Name="Once_minimum_time" Type="Int32" />
<Property Name="Res_S1" Type="String" MaxLength="30" FixedLength="true" Unicode="true" />
<Property Name="Res_S2" Type="String" MaxLength="30" FixedLength="true" Unicode="true" />
<Property Name="Res_S3" Type="String" MaxLength="30" FixedLength="true" Unicode="true" />
<Property Name="Res_S4" Type="String" MaxLength="30" FixedLength="true" Unicode="true" />
<Property Name="Res_I1" Type="Int32" />
<Property Name="Res_I2" Type="Int32" />
<Property Name="Res_I3" Type="Int32" />
<Property Name="Res_I4" Type="Int32" />
<Property Name="Res_F1" Type="Double" />
<Property Name="Res_F2" Type="Double" />
<Property Name="Res_F3" Type="Double" />
<Property Name="Res_F4" Type="Double" />
<Property Name="Batch_NO" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
<Property Name="Concentration" Type="Double" />
<Property Name="Pump" Type="Int32" />
<Property Name="PRODUCT_KIND" Type="Int32" />
<Property Name="SUPPLIER" Type="String" MaxLength="48" FixedLength="false" Unicode="false" />
<Property Name="PRODUCT_MODIFY_DATE" Type="DateTime" Precision="3" />
<Property Name="GRAVITY" Type="Double" Nullable="false" />
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="UserAccount">
<Key>
<PropertyRef Name="tmp_field" />
</Key>
<Property Name="tmp_field" Type="String" MaxLength="1" FixedLength="false" Unicode="false" Nullable="false" />
<Property Name="UserCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="PassWord" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="JobTicket" Type="Int32" />
<Property Name="Report" Type="Int32" />
<Property Name="PathSetup" Type="Int32" />
<Property Name="UserSetup" Type="Int32" />
<Property Name="GROUP_CODE" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
</EntityType>
<EntityContainer Name="TicketEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="Product" EntityType="Self.Product" />
<EntitySet Name="UserAccount" EntityType="Self.UserAccount" />
</EntityContainer>
</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="TicketModelStoreContainer" CdmEntityContainer="TicketEntities">
<EntitySetMapping Name="Product">
<EntityTypeMapping TypeName="TicketModel.Product">
<MappingFragment StoreEntitySet="Product">
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="Price" ColumnName="Price" />
<ScalarProperty Name="Deduct" ColumnName="Deduct" />
<ScalarProperty Name="FullWeight" ColumnName="FullWeight" />
<ScalarProperty Name="LampPosition" ColumnName="LampPosition" />
<ScalarProperty Name="TablePosition" ColumnName="TablePosition" />
<ScalarProperty Name="AREA" ColumnName="AREA" />
<ScalarProperty Name="SafetyStock" ColumnName="SafetyStock" />
<ScalarProperty Name="ProductUnit" ColumnName="ProductUnit" />
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
<ScalarProperty Name="ProductClass" ColumnName="ProductClass" />
<ScalarProperty Name="CurrentStock" ColumnName="CurrentStock" />
<ScalarProperty Name="ProductLot" ColumnName="ProductLot" />
<ScalarProperty Name="RplDate" ColumnName="RplDate" />
<ScalarProperty Name="UsedDate" ColumnName="UsedDate" />
<ScalarProperty Name="CuMonth" ColumnName="CuMonth" />
<ScalarProperty Name="LaStock" ColumnName="LaStock" />
<ScalarProperty Name="ThStock" ColumnName="ThStock" />
<ScalarProperty Name="ThUsed" ColumnName="ThUsed" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="LastTime" ColumnName="LastTime" />
<ScalarProperty Name="CalTime" ColumnName="CalTime" />
<ScalarProperty Name="BackflowTime" ColumnName="BackflowTime" />
<ScalarProperty Name="Tol_G" ColumnName="Tol_G" />
<ScalarProperty Name="Tol_P" ColumnName="Tol_P" />
<ScalarProperty Name="Alarm" ColumnName="Alarm" />
<ScalarProperty Name="Change_Bucket" ColumnName="Change_Bucket" />
<ScalarProperty Name="Small_Volume_by_manual" ColumnName="Small_Volume_by_manual" />
<ScalarProperty Name="Target_Weight" ColumnName="Target_Weight" />
<ScalarProperty Name="Pre_Weight" ColumnName="Pre_Weight" />
<ScalarProperty Name="One_Sec" ColumnName="One_Sec" />
<ScalarProperty Name="GetscalTime" ColumnName="GetscalTime" />
<ScalarProperty Name="DelayOpenValve" ColumnName="DelayOpenValve" />
<ScalarProperty Name="ValveMap" ColumnName="ValveMap" />
<ScalarProperty Name="PumpMap" ColumnName="PumpMap" />
<ScalarProperty Name="Includepump" ColumnName="Includepump" />
<ScalarProperty Name="Once_minimum_weight" ColumnName="Once_minimum_weight" />
<ScalarProperty Name="Once_minimum_max_weight" ColumnName="Once_minimum_max_weight" />
<ScalarProperty Name="Once_minimum_time" ColumnName="Once_minimum_time" />
<ScalarProperty Name="Res_S1" ColumnName="Res_S1" />
<ScalarProperty Name="Res_S2" ColumnName="Res_S2" />
<ScalarProperty Name="Res_S3" ColumnName="Res_S3" />
<ScalarProperty Name="Res_S4" ColumnName="Res_S4" />
<ScalarProperty Name="Res_I1" ColumnName="Res_I1" />
<ScalarProperty Name="Res_I2" ColumnName="Res_I2" />
<ScalarProperty Name="Res_I3" ColumnName="Res_I3" />
<ScalarProperty Name="Res_I4" ColumnName="Res_I4" />
<ScalarProperty Name="Res_F1" ColumnName="Res_F1" />
<ScalarProperty Name="Res_F2" ColumnName="Res_F2" />
<ScalarProperty Name="Res_F3" ColumnName="Res_F3" />
<ScalarProperty Name="Res_F4" ColumnName="Res_F4" />
<ScalarProperty Name="Batch_NO" ColumnName="Batch_NO" />
<ScalarProperty Name="Concentration" ColumnName="Concentration" />
<ScalarProperty Name="Pump" ColumnName="Pump" />
<ScalarProperty Name="PRODUCT_KIND" ColumnName="PRODUCT_KIND" />
<ScalarProperty Name="SUPPLIER" ColumnName="SUPPLIER" />
<ScalarProperty Name="PRODUCT_MODIFY_DATE" ColumnName="PRODUCT_MODIFY_DATE" />
<ScalarProperty Name="GRAVITY" ColumnName="GRAVITY" />
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="UserAccount">
<EntityTypeMapping TypeName="TicketModel.UserAccount">
<MappingFragment StoreEntitySet="UserAccount">
<ScalarProperty Name="tmp_field" ColumnName="tmp_field" />
<ScalarProperty Name="UserCode" ColumnName="UserCode" />
<ScalarProperty Name="PassWord" ColumnName="PassWord" />
<ScalarProperty Name="JobTicket" ColumnName="JobTicket" />
<ScalarProperty Name="Report" ColumnName="Report" />
<ScalarProperty Name="PathSetup" ColumnName="PathSetup" />
<ScalarProperty Name="UserSetup" ColumnName="UserSetup" />
<ScalarProperty Name="GROUP_CODE" ColumnName="GROUP_CODE" />
</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>