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.
558 lines
35 KiB
558 lines
35 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="BatchDyeingCentralModel.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">
|
|
<EntityType Name="Dyelots">
|
|
<Key>
|
|
<PropertyRef Name="Dyelot" />
|
|
<PropertyRef Name="ReDye" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
<Property Name="Industry" Type="int" />
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="DispenseMachine" Type="varchar" MaxLength="50" />
|
|
<Property Name="StartTime" Type="datetime" />
|
|
<Property Name="EndTime" Type="datetime" />
|
|
<Property Name="StandardTime" Type="float" />
|
|
<Property Name="TotalShot" Type="int" />
|
|
<Property Name="State" Type="smallint" />
|
|
<Property Name="Blocked" Type="smallint" />
|
|
<Property Name="Program" Type="ntext" />
|
|
<Property Name="Color" Type="int" />
|
|
<Property Name="CreationTime" Type="datetime" />
|
|
<Property Name="Batch" Type="varchar" MaxLength="50" />
|
|
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
|
|
<Property Name="TotalWeight" Type="float" />
|
|
<Property Name="LiquidRatio" Type="varchar" MaxLength="50" />
|
|
<Property Name="TotalVolume" Type="varchar" MaxLength="50" />
|
|
<Property Name="AcidQty" Type="int" />
|
|
<Property Name="ActualAcidQty" Type="int" />
|
|
<Property Name="Sequence" Type="int" />
|
|
<Property Name="DispenseMode" Type="int" />
|
|
<Property Name="DyeDissolve" Type="int" />
|
|
<Property Name="CheDissolve" Type="int" />
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
<Property Name="SpcTotalBuckets" Type="int" />
|
|
<Property Name="DissolveMethod" Type="int" />
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="Final" Type="int" />
|
|
<Property Name="Shade" Type="int" />
|
|
<Property Name="OnSchedule" Type="int" />
|
|
<Property Name="DyeStep" Type="int" />
|
|
<Property Name="PowderBlocked" Type="smallint" />
|
|
<Property Name="PowderOnSchedule" Type="int" />
|
|
<Property Name="PowderStep" Type="int" />
|
|
<Property Name="DispensedVolume" Type="varchar" MaxLength="50" />
|
|
<Property Name="Times" Type="int" />
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
<Property Name="FabricName" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="ColorNo" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="CustomerName" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="CUSTOMER_CODE" Type="varchar" MaxLength="30" />
|
|
<Property Name="FABRIC_CODE" Type="varchar" MaxLength="30" />
|
|
<Property Name="GRAMS_YARD" Type="float" />
|
|
<Property Name="ModifyDT" Type="datetime" />
|
|
<Property Name="CreateDT" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="DyelotsBulkedRecipe">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
<Property Name="StepNumber" Type="int" />
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
<Property Name="DevideNo" Type="int" />
|
|
<Property Name="ShotNo" Type="int" />
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
<Property Name="ProductType" Type="int" />
|
|
<Property Name="ProductLot" Type="varchar" MaxLength="30" />
|
|
<Property Name="ProductClass" Type="int" />
|
|
<Property Name="SN" Type="int" />
|
|
<Property Name="Amount" Type="varchar" MaxLength="50" />
|
|
<Property Name="Grams" Type="float" />
|
|
<Property Name="Created" Type="datetime" />
|
|
<Property Name="DispenseStartTime" Type="datetime" />
|
|
<Property Name="DispenseEndTime" Type="datetime" />
|
|
<Property Name="DispenseTime" Type="datetime" />
|
|
<Property Name="DispenseGrams" Type="float" />
|
|
<Property Name="DispenseResult" Type="int" />
|
|
<Property Name="LADispenseResult" Type="int" />
|
|
<Property Name="Volume" Type="varchar" MaxLength="50" />
|
|
<Property Name="HostRead" Type="int" />
|
|
<Property Name="State" Type="varchar" MaxLength="10" />
|
|
<Property Name="NeedDispense" Type="int" />
|
|
<Property Name="MixTankNo" Type="int" />
|
|
<Property Name="DyeWeightTime" Type="datetime" />
|
|
<Property Name="Process" Type="varchar" MaxLength="30" />
|
|
<Property Name="FinalProcess" Type="varchar" MaxLength="30" />
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" />
|
|
<Property Name="TankNo" Type="int" />
|
|
<Property Name="Error" Type="int" />
|
|
<Property Name="BucketNo" Type="int" />
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
<Property Name="StepDevideNo" Type="int" />
|
|
<Property Name="StepTotalBuckets" Type="int" />
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="DispenseWater" Type="int" />
|
|
<Property Name="DrainWater" Type="int" />
|
|
<Property Name="DissolveTemperature" Type="int" />
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
<Property Name="TargetGrams" Type="float" />
|
|
<Property Name="ActualGrams" Type="float" />
|
|
<Property Name="FinishTime" Type="datetime" />
|
|
<Property Name="Tagged" Type="char" MaxLength="1" />
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
<Property Name="Final" Type="int" />
|
|
<Property Name="DissolveManual" Type="int" />
|
|
<Property Name="Concentration" Type="float" />
|
|
<Property Name="DeductTotalBuckets" Type="int" />
|
|
<Property Name="DeductBuckets" Type="int" />
|
|
<Property Name="Flow" Type="int" />
|
|
<Property Name="CallTime" Type="datetime" />
|
|
<Property Name="BreakGrams" Type="float" />
|
|
<Property Name="RecoveryAction" Type="int" />
|
|
<Property Name="SmallDye" Type="int" />
|
|
<Property Name="PrepareTank" Type="varchar" MaxLength="32" />
|
|
<Property Name="DeductBox" Type="int" />
|
|
<Property Name="Shade" Type="int" />
|
|
<Property Name="stuffid" Type="varchar" MaxLength="50" />
|
|
<Property Name="tfname" Type="varchar" MaxLength="10" />
|
|
<Property Name="tftips" Type="varchar" MaxLength="20" />
|
|
<Property Name="program" Type="varchar" MaxLength="30" />
|
|
<Property Name="dosage" Type="decimal" Precision="7" Scale="3" />
|
|
<Property Name="groupid" Type="varchar" MaxLength="8" />
|
|
</EntityType>
|
|
<EntityType Name="Machines">
|
|
<Key>
|
|
<PropertyRef Name="Name" />
|
|
</Key>
|
|
<Property Name="Name" Type="varchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="DispenseDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="DispenseReDye" Type="int" />
|
|
<Property Name="RescheduleGroup" Type="varchar" MaxLength="50" />
|
|
<Property Name="Connect" Type="varchar" MaxLength="50" />
|
|
<Property Name="ChemicalCallOff" Type="int" />
|
|
<Property Name="ChemicalState" Type="int" />
|
|
<Property Name="ChemicalTank" Type="int" />
|
|
<Property Name="ChemicalTankSize" Type="int" />
|
|
<Property Name="ChemicalEnabled" Type="int" />
|
|
<Property Name="ChemicalStatus" Type="varchar" MaxLength="20" />
|
|
<Property Name="ChemicalDispenser" Type="varchar" MaxLength="50" />
|
|
<Property Name="ChemicalError" Type="int" />
|
|
<Property Name="ChemicalDistribute" Type="int" />
|
|
<Property Name="ChemicalStation" Type="varchar" MaxLength="50" />
|
|
<Property Name="ChemicalDevideNo" Type="int" />
|
|
<Property Name="ChemicalDispensedTime" Type="datetime" />
|
|
<Property Name="ChemicalDefaultTank" Type="int" />
|
|
<Property Name="ChemicalDissolving" Type="int" />
|
|
<Property Name="ChemicalResp" Type="int" />
|
|
<Property Name="ChemicalCallOff2" Type="int" />
|
|
<Property Name="ChemicalState2" Type="int" />
|
|
<Property Name="ChemicalTank2" Type="int" />
|
|
<Property Name="ChemicalStatus2" Type="varchar" MaxLength="20" />
|
|
<Property Name="ChemicalResp2" Type="int" />
|
|
<Property Name="ChemicalTargetSelect" Type="int" />
|
|
<Property Name="ChemicalTargetMachine" Type="varchar" MaxLength="50" />
|
|
<Property Name="DyeCallOff" Type="int" />
|
|
<Property Name="DyeState" Type="int" />
|
|
<Property Name="DyeTank" Type="int" />
|
|
<Property Name="DyeTankSize" Type="int" />
|
|
<Property Name="DyeEnabled" Type="int" />
|
|
<Property Name="DyeStatus" Type="varchar" MaxLength="20" />
|
|
<Property Name="DyeDispenser" Type="varchar" MaxLength="50" />
|
|
<Property Name="DyeError" Type="int" />
|
|
<Property Name="DyeDistribute" Type="int" />
|
|
<Property Name="DyeStation" Type="varchar" MaxLength="50" />
|
|
<Property Name="DyeDevideNo" Type="int" />
|
|
<Property Name="DyeDispensedTime" Type="datetime" />
|
|
<Property Name="DyeDefaultTank" Type="int" />
|
|
<Property Name="DyeResp" Type="int" />
|
|
<Property Name="DyeDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="DyeDispenseReDye" Type="int" />
|
|
<Property Name="DyeDissolving" Type="int" />
|
|
<Property Name="PowderCallOff" Type="int" />
|
|
<Property Name="PowderState" Type="int" />
|
|
<Property Name="PowderTank" Type="int" />
|
|
<Property Name="PowderTankSize" Type="int" />
|
|
<Property Name="PowderEnabled" Type="int" />
|
|
<Property Name="PowderStatus" Type="varchar" MaxLength="20" />
|
|
<Property Name="PowderDispenser" Type="varchar" MaxLength="50" />
|
|
<Property Name="PowderError" Type="int" />
|
|
<Property Name="PowderStation" Type="varchar" MaxLength="50" />
|
|
<Property Name="PowderDevideNo" Type="int" />
|
|
<Property Name="PowderDispensedTime" Type="datetime" />
|
|
<Property Name="PowderDefaultTank" Type="int" />
|
|
<Property Name="PowderResp" Type="int" />
|
|
<Property Name="HostRead" Type="int" />
|
|
<Property Name="OnSystem" Type="varchar" MaxLength="20" />
|
|
<Property Name="SystemID" Type="varchar" MaxLength="20" />
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
<Property Name="AutoMode" Type="int" />
|
|
<Property Name="UseOnScheduling" Type="int" />
|
|
<Property Name="CheDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="CheDispenseReDye" Type="int" />
|
|
<Property Name="SampleDye" Type="int" />
|
|
<Property Name="OnDevice" Type="varchar" MaxLength="20" />
|
|
<Property Name="PwdDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
<Property Name="PwdDispenseReDye" Type="int" />
|
|
</EntityType>
|
|
<!--生成过程中发现错误:
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.Pipes”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
<EntityType Name="Pipes">
|
|
<Key>
|
|
<PropertyRef Name="ProductCode" />
|
|
<PropertyRef Name="Dispenser" />
|
|
<PropertyRef Name="Gravity" />
|
|
</Key>
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
<Property Name="ProductType" Type="int" />
|
|
<Property Name="ProductLot" Type="varchar" MaxLength="30" />
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Enabled" Type="int" />
|
|
<Property Name="No" Type="int" />
|
|
<Property Name="MinLimit" Type="float" />
|
|
<Property Name="MaxLimit" Type="float" />
|
|
<Property Name="MinAction" Type="int" />
|
|
<Property Name="MaxAction" Type="int" />
|
|
<Property Name="Conc" Type="int" />
|
|
<Property Name="Gravity" Type="float" Nullable="false" />
|
|
<Property Name="Alarm" Type="char" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityContainer Name="BatchDyeingCentralModelStoreContainer">
|
|
<EntitySet Name="Dyelots" EntityType="Self.Dyelots" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="DyelotsBulkedRecipe" EntityType="Self.DyelotsBulkedRecipe" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Machines" EntityType="Self.Machines" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Pipes" EntityType="Self.Pipes" store:Type="Tables" store:Schema="dbo">
|
|
<DefiningQuery>SELECT
|
|
[Pipes].[ProductCode] AS [ProductCode],
|
|
[Pipes].[ProductName] AS [ProductName],
|
|
[Pipes].[ProductType] AS [ProductType],
|
|
[Pipes].[ProductLot] AS [ProductLot],
|
|
[Pipes].[Dispenser] AS [Dispenser],
|
|
[Pipes].[Enabled] AS [Enabled],
|
|
[Pipes].[No] AS [No],
|
|
[Pipes].[MinLimit] AS [MinLimit],
|
|
[Pipes].[MaxLimit] AS [MaxLimit],
|
|
[Pipes].[MinAction] AS [MinAction],
|
|
[Pipes].[MaxAction] AS [MaxAction],
|
|
[Pipes].[Conc] AS [Conc],
|
|
[Pipes].[Gravity] AS [Gravity],
|
|
[Pipes].[Alarm] AS [Alarm]
|
|
FROM [dbo].[Pipes] AS [Pipes]</DefiningQuery>
|
|
</EntitySet>
|
|
</EntityContainer>
|
|
</Schema></edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="BatchDyeingCentralModel" 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="Dyelots">
|
|
<Key>
|
|
<PropertyRef Name="Dyelot" />
|
|
<PropertyRef Name="ReDye" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="DispenseMachine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
<Property Name="StandardTime" Type="Double" />
|
|
<Property Name="Final" Type="Int32" />
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="DyelotsBulkedRecipe">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ProductType" Type="Int32" />
|
|
<Property Name="ProductLot" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="ProductClass" Type="Int32" />
|
|
<Property Name="Amount" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="Grams" Type="Double" />
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
<Property Name="DispenseStartTime" Type="DateTime" Precision="3" />
|
|
<Property Name="DispenseEndTime" Type="DateTime" Precision="3" />
|
|
<Property Name="DispenseTime" Type="DateTime" Precision="3" />
|
|
<Property Name="DispenseGrams" Type="Double" />
|
|
<Property Name="DispenseResult" Type="Int32" />
|
|
<Property Name="State" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
<Property Name="FinalProcess" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityContainer Name="BatchDyeingCentralEntities" annotation:LazyLoadingEnabled="true">
|
|
<EntitySet Name="Dyelots" EntityType="Self.Dyelots" />
|
|
<EntitySet Name="DyelotsBulkedRecipe" EntityType="Self.DyelotsBulkedRecipe" />
|
|
<EntitySet Name="Machines" EntityType="BatchDyeingCentralModel.Machines" />
|
|
<EntitySet Name="Pipes" EntityType="BatchDyeingCentralModel.Pipes" />
|
|
</EntityContainer>
|
|
<EntityType Name="Machines">
|
|
<Key>
|
|
<PropertyRef Name="Name" />
|
|
</Key>
|
|
<Property Name="Name" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DispenseReDye" Type="Int32" />
|
|
<Property Name="RescheduleGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="Connect" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ChemicalCallOff" Type="Int32" />
|
|
<Property Name="ChemicalState" Type="Int32" />
|
|
<Property Name="ChemicalTank" Type="Int32" />
|
|
<Property Name="ChemicalTankSize" Type="Int32" />
|
|
<Property Name="ChemicalEnabled" Type="Int32" />
|
|
<Property Name="ChemicalStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="ChemicalDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ChemicalError" Type="Int32" />
|
|
<Property Name="ChemicalDistribute" Type="Int32" />
|
|
<Property Name="ChemicalStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="ChemicalDevideNo" Type="Int32" />
|
|
<Property Name="ChemicalDispensedTime" Type="DateTime" Precision="3" />
|
|
<Property Name="ChemicalDefaultTank" Type="Int32" />
|
|
<Property Name="ChemicalDissolving" Type="Int32" />
|
|
<Property Name="ChemicalResp" Type="Int32" />
|
|
<Property Name="ChemicalCallOff2" Type="Int32" />
|
|
<Property Name="ChemicalState2" Type="Int32" />
|
|
<Property Name="ChemicalTank2" Type="Int32" />
|
|
<Property Name="ChemicalStatus2" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="ChemicalResp2" Type="Int32" />
|
|
<Property Name="ChemicalTargetSelect" Type="Int32" />
|
|
<Property Name="ChemicalTargetMachine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DyeCallOff" Type="Int32" />
|
|
<Property Name="DyeState" Type="Int32" />
|
|
<Property Name="DyeTank" Type="Int32" />
|
|
<Property Name="DyeTankSize" Type="Int32" />
|
|
<Property Name="DyeEnabled" Type="Int32" />
|
|
<Property Name="DyeStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="DyeDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DyeError" Type="Int32" />
|
|
<Property Name="DyeDistribute" Type="Int32" />
|
|
<Property Name="DyeStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DyeDevideNo" Type="Int32" />
|
|
<Property Name="DyeDispensedTime" Type="DateTime" Precision="3" />
|
|
<Property Name="DyeDefaultTank" Type="Int32" />
|
|
<Property Name="DyeResp" Type="Int32" />
|
|
<Property Name="DyeDispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="DyeDispenseReDye" Type="Int32" />
|
|
<Property Name="DyeDissolving" Type="Int32" />
|
|
<Property Name="PowderCallOff" Type="Int32" />
|
|
<Property Name="PowderState" Type="Int32" />
|
|
<Property Name="PowderTank" Type="Int32" />
|
|
<Property Name="PowderTankSize" Type="Int32" />
|
|
<Property Name="PowderEnabled" Type="Int32" />
|
|
<Property Name="PowderStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="PowderDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="PowderError" Type="Int32" />
|
|
<Property Name="PowderStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="PowderDevideNo" Type="Int32" />
|
|
<Property Name="PowderDispensedTime" Type="DateTime" Precision="3" />
|
|
<Property Name="PowderDefaultTank" Type="Int32" />
|
|
<Property Name="PowderResp" Type="Int32" />
|
|
<Property Name="HostRead" Type="Int32" />
|
|
<Property Name="OnSystem" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="SystemID" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="AutoMode" Type="Int32" />
|
|
<Property Name="UseOnScheduling" Type="Int32" />
|
|
</EntityType>
|
|
<EntityType Name="Pipes">
|
|
<Key>
|
|
<PropertyRef Name="ProductCode" />
|
|
<PropertyRef Name="Dispenser" />
|
|
<PropertyRef Name="Gravity" />
|
|
</Key>
|
|
<Property Name="ProductCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="Dispenser" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
<Property Name="Enabled" Type="Int32" />
|
|
<Property Name="No" Type="Int32" />
|
|
<Property Name="MinLimit" Type="Double" />
|
|
<Property Name="MaxLimit" Type="Double" />
|
|
<Property Name="MinAction" Type="Int32" />
|
|
<Property Name="MaxAction" Type="Int32" />
|
|
<Property Name="Conc" Type="Int32" />
|
|
<Property Name="Gravity" Type="Double" Nullable="false" />
|
|
<Property Name="Alarm" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
</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="BatchDyeingCentralModelStoreContainer" CdmEntityContainer="BatchDyeingCentralEntities">
|
|
<EntitySetMapping Name="Dyelots">
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Dyelots">
|
|
<MappingFragment StoreEntitySet="Dyelots">
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
<ScalarProperty Name="DispenseMachine" ColumnName="DispenseMachine" />
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
<ScalarProperty Name="StandardTime" ColumnName="StandardTime" />
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="DyelotsBulkedRecipe">
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsBulkedRecipe">
|
|
<MappingFragment StoreEntitySet="DyelotsBulkedRecipe">
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
<ScalarProperty Name="ProductLot" ColumnName="ProductLot" />
|
|
<ScalarProperty Name="ProductClass" ColumnName="ProductClass" />
|
|
<ScalarProperty Name="Amount" ColumnName="Amount" />
|
|
<ScalarProperty Name="Grams" ColumnName="Grams" />
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
<ScalarProperty Name="DispenseStartTime" ColumnName="DispenseStartTime" />
|
|
<ScalarProperty Name="DispenseEndTime" ColumnName="DispenseEndTime" />
|
|
<ScalarProperty Name="DispenseTime" ColumnName="DispenseTime" />
|
|
<ScalarProperty Name="DispenseGrams" ColumnName="DispenseGrams" />
|
|
<ScalarProperty Name="DispenseResult" ColumnName="DispenseResult" />
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
<ScalarProperty Name="FinalProcess" ColumnName="FinalProcess" />
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Machines">
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Machines">
|
|
<MappingFragment StoreEntitySet="Machines">
|
|
<ScalarProperty Name="UseOnScheduling" ColumnName="UseOnScheduling" />
|
|
<ScalarProperty Name="AutoMode" ColumnName="AutoMode" />
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
<ScalarProperty Name="SystemID" ColumnName="SystemID" />
|
|
<ScalarProperty Name="OnSystem" ColumnName="OnSystem" />
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
<ScalarProperty Name="PowderResp" ColumnName="PowderResp" />
|
|
<ScalarProperty Name="PowderDefaultTank" ColumnName="PowderDefaultTank" />
|
|
<ScalarProperty Name="PowderDispensedTime" ColumnName="PowderDispensedTime" />
|
|
<ScalarProperty Name="PowderDevideNo" ColumnName="PowderDevideNo" />
|
|
<ScalarProperty Name="PowderStation" ColumnName="PowderStation" />
|
|
<ScalarProperty Name="PowderError" ColumnName="PowderError" />
|
|
<ScalarProperty Name="PowderDispenser" ColumnName="PowderDispenser" />
|
|
<ScalarProperty Name="PowderStatus" ColumnName="PowderStatus" />
|
|
<ScalarProperty Name="PowderEnabled" ColumnName="PowderEnabled" />
|
|
<ScalarProperty Name="PowderTankSize" ColumnName="PowderTankSize" />
|
|
<ScalarProperty Name="PowderTank" ColumnName="PowderTank" />
|
|
<ScalarProperty Name="PowderState" ColumnName="PowderState" />
|
|
<ScalarProperty Name="PowderCallOff" ColumnName="PowderCallOff" />
|
|
<ScalarProperty Name="DyeDissolving" ColumnName="DyeDissolving" />
|
|
<ScalarProperty Name="DyeDispenseReDye" ColumnName="DyeDispenseReDye" />
|
|
<ScalarProperty Name="DyeDispenseDyelot" ColumnName="DyeDispenseDyelot" />
|
|
<ScalarProperty Name="DyeResp" ColumnName="DyeResp" />
|
|
<ScalarProperty Name="DyeDefaultTank" ColumnName="DyeDefaultTank" />
|
|
<ScalarProperty Name="DyeDispensedTime" ColumnName="DyeDispensedTime" />
|
|
<ScalarProperty Name="DyeDevideNo" ColumnName="DyeDevideNo" />
|
|
<ScalarProperty Name="DyeStation" ColumnName="DyeStation" />
|
|
<ScalarProperty Name="DyeDistribute" ColumnName="DyeDistribute" />
|
|
<ScalarProperty Name="DyeError" ColumnName="DyeError" />
|
|
<ScalarProperty Name="DyeDispenser" ColumnName="DyeDispenser" />
|
|
<ScalarProperty Name="DyeStatus" ColumnName="DyeStatus" />
|
|
<ScalarProperty Name="DyeEnabled" ColumnName="DyeEnabled" />
|
|
<ScalarProperty Name="DyeTankSize" ColumnName="DyeTankSize" />
|
|
<ScalarProperty Name="DyeTank" ColumnName="DyeTank" />
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
<ScalarProperty Name="DyeCallOff" ColumnName="DyeCallOff" />
|
|
<ScalarProperty Name="ChemicalTargetMachine" ColumnName="ChemicalTargetMachine" />
|
|
<ScalarProperty Name="ChemicalTargetSelect" ColumnName="ChemicalTargetSelect" />
|
|
<ScalarProperty Name="ChemicalResp2" ColumnName="ChemicalResp2" />
|
|
<ScalarProperty Name="ChemicalStatus2" ColumnName="ChemicalStatus2" />
|
|
<ScalarProperty Name="ChemicalTank2" ColumnName="ChemicalTank2" />
|
|
<ScalarProperty Name="ChemicalState2" ColumnName="ChemicalState2" />
|
|
<ScalarProperty Name="ChemicalCallOff2" ColumnName="ChemicalCallOff2" />
|
|
<ScalarProperty Name="ChemicalResp" ColumnName="ChemicalResp" />
|
|
<ScalarProperty Name="ChemicalDissolving" ColumnName="ChemicalDissolving" />
|
|
<ScalarProperty Name="ChemicalDefaultTank" ColumnName="ChemicalDefaultTank" />
|
|
<ScalarProperty Name="ChemicalDispensedTime" ColumnName="ChemicalDispensedTime" />
|
|
<ScalarProperty Name="ChemicalDevideNo" ColumnName="ChemicalDevideNo" />
|
|
<ScalarProperty Name="ChemicalStation" ColumnName="ChemicalStation" />
|
|
<ScalarProperty Name="ChemicalDistribute" ColumnName="ChemicalDistribute" />
|
|
<ScalarProperty Name="ChemicalError" ColumnName="ChemicalError" />
|
|
<ScalarProperty Name="ChemicalDispenser" ColumnName="ChemicalDispenser" />
|
|
<ScalarProperty Name="ChemicalStatus" ColumnName="ChemicalStatus" />
|
|
<ScalarProperty Name="ChemicalEnabled" ColumnName="ChemicalEnabled" />
|
|
<ScalarProperty Name="ChemicalTankSize" ColumnName="ChemicalTankSize" />
|
|
<ScalarProperty Name="ChemicalTank" ColumnName="ChemicalTank" />
|
|
<ScalarProperty Name="ChemicalState" ColumnName="ChemicalState" />
|
|
<ScalarProperty Name="ChemicalCallOff" ColumnName="ChemicalCallOff" />
|
|
<ScalarProperty Name="Connect" ColumnName="Connect" />
|
|
<ScalarProperty Name="RescheduleGroup" ColumnName="RescheduleGroup" />
|
|
<ScalarProperty Name="DispenseReDye" ColumnName="DispenseReDye" />
|
|
<ScalarProperty Name="DispenseDyelot" ColumnName="DispenseDyelot" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Pipes">
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Pipes">
|
|
<MappingFragment StoreEntitySet="Pipes">
|
|
<ScalarProperty Name="Alarm" ColumnName="Alarm" />
|
|
<ScalarProperty Name="Gravity" ColumnName="Gravity" />
|
|
<ScalarProperty Name="Conc" ColumnName="Conc" />
|
|
<ScalarProperty Name="MaxAction" ColumnName="MaxAction" />
|
|
<ScalarProperty Name="MinAction" ColumnName="MinAction" />
|
|
<ScalarProperty Name="MaxLimit" ColumnName="MaxLimit" />
|
|
<ScalarProperty Name="MinLimit" ColumnName="MinLimit" />
|
|
<ScalarProperty Name="No" ColumnName="No" />
|
|
<ScalarProperty Name="Enabled" ColumnName="Enabled" />
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
</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>
|