|
@ -651,6 +651,20 @@ |
|
|
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="UserID" Type="char" MaxLength="36" /> |
|
|
<Property Name="UserID" Type="char" MaxLength="36" /> |
|
|
|
|
|
<Property Name="IsChecked" Type="bit" /> |
|
|
|
|
|
</EntityType> |
|
|
|
|
|
<EntityType Name="tb_Bom_MK"> |
|
|
|
|
|
<Key> |
|
|
|
|
|
<PropertyRef Name="BomID" /> |
|
|
|
|
|
</Key> |
|
|
|
|
|
<Property Name="BomID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
|
|
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" /> |
|
|
|
|
|
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" /> |
|
|
|
|
|
<Property Name="UserID" Type="char" MaxLength="36" /> |
|
|
|
|
|
<Property Name="IsChecked" Type="bit" /> |
|
|
|
|
|
<Property Name="PlaceName" Type="nvarchar" MaxLength="100" /> |
|
|
|
|
|
<Property Name="IsPartAssemble" Type="int" /> |
|
|
|
|
|
<Property Name="StationNo" Type="varchar" MaxLength="50" /> |
|
|
</EntityType> |
|
|
</EntityType> |
|
|
<EntityType Name="tb_Box_247"> |
|
|
<EntityType Name="tb_Box_247"> |
|
|
<Key> |
|
|
<Key> |
|
@ -2204,19 +2218,21 @@ |
|
|
<Key> |
|
|
<Key> |
|
|
<PropertyRef Name="ID" /> |
|
|
<PropertyRef Name="ID" /> |
|
|
</Key> |
|
|
</Key> |
|
|
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" /> |
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
<Property Name="OrderNo" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="OrderNo" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="OrderName" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="OrderName" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="OrderDate" Type="date" /> |
|
|
<Property Name="OrderDate" Type="datetime" /> |
|
|
<Property Name="Item" Type="int" /> |
|
|
<Property Name="Item" Type="int" /> |
|
|
<Property Name="Station" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="Station" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="Line" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="Line" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="PartNo" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="PartNo" Type="nvarchar" MaxLength="50" /> |
|
|
<Property Name="OrderCount" Type="int" /> |
|
|
<Property Name="OrderCount" Type="int" /> |
|
|
<Property Name="ProductCount" Type="int" /> |
|
|
<Property Name="OKCount" Type="int" /> |
|
|
<Property Name="State" Type="int" /> |
|
|
<Property Name="State" Type="int" /> |
|
|
<Property Name="BadCount" Type="int" /> |
|
|
<Property Name="BadCount" Type="int" /> |
|
|
<Property Name="CreateTime" Type="datetime" /> |
|
|
<Property Name="CreateTime" Type="datetime" /> |
|
|
|
|
|
<Property Name="FinishTime" Type="datetime" /> |
|
|
|
|
|
<Property Name="RepairCount" Type="int" /> |
|
|
</EntityType> |
|
|
</EntityType> |
|
|
<EntityType Name="tb_ZPBom"> |
|
|
<EntityType Name="tb_ZPBom"> |
|
|
<Key> |
|
|
<Key> |
|
@ -2619,6 +2635,7 @@ |
|
|
<EntitySet Name="tb_BarCode_BMW" EntityType="Self.tb_BarCode_BMW" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_BarCode_BMW" EntityType="Self.tb_BarCode_BMW" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_BillNo" EntityType="Self.tb_BillNo" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_BillNo" EntityType="Self.tb_BillNo" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Bom" EntityType="Self.tb_Bom" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Bom" EntityType="Self.tb_Bom" Schema="dbo" store:Type="Tables" /> |
|
|
|
|
|
<EntitySet Name="tb_Bom_MK" EntityType="Self.tb_Bom_MK" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Box_247" EntityType="Self.tb_Box_247" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Box_247" EntityType="Self.tb_Box_247" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Box_tx" EntityType="Self.tb_Box_tx" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_Box_tx" EntityType="Self.tb_Box_tx" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_BucketInfo" EntityType="Self.tb_BucketInfo" Schema="dbo" store:Type="Tables" /> |
|
|
<EntitySet Name="tb_BucketInfo" EntityType="Self.tb_BucketInfo" Schema="dbo" store:Type="Tables" /> |
|
@ -3574,6 +3591,7 @@ |
|
|
<EntitySet Name="t_XD_ProductType" EntityType="BBMPTModel.t_XD_ProductType" /> |
|
|
<EntitySet Name="t_XD_ProductType" EntityType="BBMPTModel.t_XD_ProductType" /> |
|
|
<EntitySet Name="W_XD_Product_del" EntityType="BBMPTModel.W_XD_Product_del" /> |
|
|
<EntitySet Name="W_XD_Product_del" EntityType="BBMPTModel.W_XD_Product_del" /> |
|
|
<EntitySet Name="t_XD_StockArea" EntityType="BBMPTModel.t_XD_StockArea" /> |
|
|
<EntitySet Name="t_XD_StockArea" EntityType="BBMPTModel.t_XD_StockArea" /> |
|
|
|
|
|
<EntitySet Name="tb_Bom_MK" EntityType="BBMPTModel.tb_Bom_MK" /> |
|
|
<EntitySet Name="tb_ZP_MK_Plan" EntityType="BBMPTModel.tb_ZP_MK_Plan" /> |
|
|
<EntitySet Name="tb_ZP_MK_Plan" EntityType="BBMPTModel.tb_ZP_MK_Plan" /> |
|
|
</EntityContainer> |
|
|
</EntityContainer> |
|
|
<EntityType Name="LogErr"> |
|
|
<EntityType Name="LogErr"> |
|
@ -3822,6 +3840,7 @@ |
|
|
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="UserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" /> |
|
|
<Property Name="UserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" /> |
|
|
|
|
|
<Property Name="IsChecked" Type="Boolean" /> |
|
|
</EntityType> |
|
|
</EntityType> |
|
|
<EntityType Name="tb_Box_247"> |
|
|
<EntityType Name="tb_Box_247"> |
|
|
<Key> |
|
|
<Key> |
|
@ -6062,23 +6081,38 @@ |
|
|
<Property Name="Name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="Name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="U8Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="U8Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
</EntityType> |
|
|
</EntityType> |
|
|
|
|
|
<EntityType Name="tb_Bom_MK"> |
|
|
|
|
|
<Key> |
|
|
|
|
|
<PropertyRef Name="BomID" /> |
|
|
|
|
|
</Key> |
|
|
|
|
|
<Property Name="BomID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
|
|
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
|
|
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
|
|
<Property Name="UserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" /> |
|
|
|
|
|
<Property Name="IsChecked" Type="Boolean" /> |
|
|
|
|
|
<Property Name="PlaceName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" /> |
|
|
|
|
|
<Property Name="IsPartAssemble" Type="Int32" /> |
|
|
|
|
|
<Property Name="StationNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
|
|
</EntityType> |
|
|
<EntityType Name="tb_ZP_MK_Plan"> |
|
|
<EntityType Name="tb_ZP_MK_Plan"> |
|
|
<Key> |
|
|
<Key> |
|
|
<PropertyRef Name="ID" /> |
|
|
<PropertyRef Name="ID" /> |
|
|
</Key> |
|
|
</Key> |
|
|
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" /> |
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> |
|
|
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="OrderName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="OrderName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="OrderDate" Type="DateTime" Precision="0" /> |
|
|
<Property Name="OrderDate" Type="DateTime" Precision="3" /> |
|
|
<Property Name="Item" Type="Int32" /> |
|
|
<Property Name="Item" Type="Int32" /> |
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="Line" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="Line" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
<Property Name="OrderCount" Type="Int32" /> |
|
|
<Property Name="OrderCount" Type="Int32" /> |
|
|
<Property Name="ProductCount" Type="Int32" /> |
|
|
<Property Name="OKCount" Type="Int32" /> |
|
|
<Property Name="State" Type="Int32" /> |
|
|
<Property Name="State" Type="Int32" /> |
|
|
<Property Name="BadCount" Type="Int32" /> |
|
|
<Property Name="BadCount" Type="Int32" /> |
|
|
<Property Name="CreateTime" Type="DateTime" Precision="3" /> |
|
|
<Property Name="CreateTime" Type="DateTime" Precision="3" /> |
|
|
|
|
|
<Property Name="FinishTime" Type="DateTime" Precision="3" /> |
|
|
|
|
|
<Property Name="RepairCount" Type="Int32" /> |
|
|
</EntityType> |
|
|
</EntityType> |
|
|
</Schema> |
|
|
</Schema> |
|
|
</edmx:ConceptualModels> |
|
|
</edmx:ConceptualModels> |
|
@ -6346,6 +6380,7 @@ |
|
|
<EntitySetMapping Name="tb_Bom"> |
|
|
<EntitySetMapping Name="tb_Bom"> |
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_Bom"> |
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_Bom"> |
|
|
<MappingFragment StoreEntitySet="tb_Bom"> |
|
|
<MappingFragment StoreEntitySet="tb_Bom"> |
|
|
|
|
|
<ScalarProperty Name="IsChecked" ColumnName="IsChecked" /> |
|
|
<ScalarProperty Name="UserID" ColumnName="UserID" /> |
|
|
<ScalarProperty Name="UserID" ColumnName="UserID" /> |
|
|
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" /> |
|
|
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" /> |
|
|
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" /> |
|
|
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" /> |
|
@ -8719,13 +8754,29 @@ |
|
|
</MappingFragment> |
|
|
</MappingFragment> |
|
|
</EntityTypeMapping> |
|
|
</EntityTypeMapping> |
|
|
</EntitySetMapping> |
|
|
</EntitySetMapping> |
|
|
|
|
|
<EntitySetMapping Name="tb_Bom_MK"> |
|
|
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_Bom_MK"> |
|
|
|
|
|
<MappingFragment StoreEntitySet="tb_Bom_MK"> |
|
|
|
|
|
<ScalarProperty Name="StationNo" ColumnName="StationNo" /> |
|
|
|
|
|
<ScalarProperty Name="IsPartAssemble" ColumnName="IsPartAssemble" /> |
|
|
|
|
|
<ScalarProperty Name="PlaceName" ColumnName="PlaceName" /> |
|
|
|
|
|
<ScalarProperty Name="IsChecked" ColumnName="IsChecked" /> |
|
|
|
|
|
<ScalarProperty Name="UserID" ColumnName="UserID" /> |
|
|
|
|
|
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" /> |
|
|
|
|
|
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" /> |
|
|
|
|
|
<ScalarProperty Name="BomID" ColumnName="BomID" /> |
|
|
|
|
|
</MappingFragment> |
|
|
|
|
|
</EntityTypeMapping> |
|
|
|
|
|
</EntitySetMapping> |
|
|
<EntitySetMapping Name="tb_ZP_MK_Plan"> |
|
|
<EntitySetMapping Name="tb_ZP_MK_Plan"> |
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_ZP_MK_Plan"> |
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_ZP_MK_Plan"> |
|
|
<MappingFragment StoreEntitySet="tb_ZP_MK_Plan"> |
|
|
<MappingFragment StoreEntitySet="tb_ZP_MK_Plan"> |
|
|
|
|
|
<ScalarProperty Name="RepairCount" ColumnName="RepairCount" /> |
|
|
|
|
|
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" /> |
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" /> |
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" /> |
|
|
<ScalarProperty Name="BadCount" ColumnName="BadCount" /> |
|
|
<ScalarProperty Name="BadCount" ColumnName="BadCount" /> |
|
|
<ScalarProperty Name="State" ColumnName="State" /> |
|
|
<ScalarProperty Name="State" ColumnName="State" /> |
|
|
<ScalarProperty Name="ProductCount" ColumnName="ProductCount" /> |
|
|
<ScalarProperty Name="OKCount" ColumnName="OKCount" /> |
|
|
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" /> |
|
|
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" /> |
|
|
<ScalarProperty Name="PartNo" ColumnName="PartNo" /> |
|
|
<ScalarProperty Name="PartNo" ColumnName="PartNo" /> |
|
|
<ScalarProperty Name="Line" ColumnName="Line" /> |
|
|
<ScalarProperty Name="Line" ColumnName="Line" /> |
|
|