|
|
@ -142,6 +142,145 @@ |
|
|
|
<Property Name="UserID" Type="uniqueidentifier" /> |
|
|
|
<Property Name="MenuID" Type="uniqueidentifier" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_BarCode"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="ProductCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Batch" Type="nvarchar" MaxLength="30" /> |
|
|
|
<Property Name="Qty" Type="int" /> |
|
|
|
<Property Name="AddTime" Type="datetime" /> |
|
|
|
<Property Name="UserName" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="BatchGys" Type="nvarchar" MaxLength="30" /> |
|
|
|
<Property Name="ImNumber" Type="nvarchar" MaxLength="30" /> |
|
|
|
<Property Name="ProductCodeY" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="BatchY" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="Memo" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="OrderNumber" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LineNumber" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="BcName" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="SupplierCode" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="BatchYqj" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="SupplierYqj" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="SupplierYqj1" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="SupplierYqj2" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="Weight" Type="int" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_BarCodeState"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="decimal" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="BarCode" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="ProductCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Batch" Type="nvarchar" MaxLength="30" /> |
|
|
|
<Property Name="ProductType" Type="nvarchar" MaxLength="10" /> |
|
|
|
<Property Name="Type" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="State" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="OnlineCount" Type="int" /> |
|
|
|
<Property Name="Quality" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="AddTime" Type="datetime" /> |
|
|
|
<Property Name="UserName" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="RejectName" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="SupplierYqj" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="SupplierYqj1" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="SupplierYqj2" Type="nvarchar" MaxLength="255" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_CarModel"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="sort" Type="int" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_Color"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Color" Type="varchar" MaxLength="50" /> |
|
|
|
<Property Name="CarModelCode" Type="varchar" MaxLength="256" /> |
|
|
|
<Property Name="ForeColor" Type="varchar" MaxLength="50" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_Product"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="TypeCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Model" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="UnitCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="CarModelCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="PullQty" Type="int" /> |
|
|
|
<Property Name="MinQty" Type="int" /> |
|
|
|
<Property Name="MaxQty" Type="int" /> |
|
|
|
<Property Name="SafeQty" Type="int" /> |
|
|
|
<Property Name="StockQty" Type="int" /> |
|
|
|
<Property Name="StockAreaCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="IsPackage" Type="int" /> |
|
|
|
<Property Name="IsMix" Type="int" /> |
|
|
|
<Property Name="IsMixType" Type="int" /> |
|
|
|
<Property Name="ProjectNumber" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="ProjectName" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="PCode" Type="nvarchar" MaxLength="200" /> |
|
|
|
<Property Name="Layer1" Type="int" /> |
|
|
|
<Property Name="Layer2" Type="int" /> |
|
|
|
<Property Name="ShelfCode1" Type="int" /> |
|
|
|
<Property Name="ShelfCode2" Type="int" /> |
|
|
|
<Property Name="QState" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="SjCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="LU1" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU2" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU3" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU4" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU5" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU6" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU7" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU8" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU9" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU10" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="ShipType" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="PackageQty" Type="int" /> |
|
|
|
<Property Name="PackageQtyTray" Type="int" /> |
|
|
|
<Property Name="StandardWeight1" Type="numeric" Precision="18" Scale="2" /> |
|
|
|
<Property Name="StandardWeight2" Type="numeric" Precision="18" Scale="2" /> |
|
|
|
<Property Name="Userdefined1" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined2" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined3" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined4" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined5" Type="nvarchar" MaxLength="50" /> |
|
|
|
</EntityType> |
|
|
|
<!--生成过程中发现错误: |
|
|
|
警告 6002: 表/视图“BBMPT1.dbo.t_XD_ProductType”未定义主键。已推断出该键,并将定义创建为只读的表/视图。--> |
|
|
|
<EntityType Name="t_XD_ProductType"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="decimal" Precision="18" Scale="0" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_User"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="User_ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="User_ID" Type="numeric" Precision="18" Scale="0" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="User_Name" Type="varchar" MaxLength="20" /> |
|
|
|
<Property Name="User_Password" Type="varchar" MaxLength="50" /> |
|
|
|
<Property Name="User_Memo" Type="varchar" MaxLength="50" /> |
|
|
|
<Property Name="User_Enabled" Type="bit" /> |
|
|
|
<Property Name="StockAreaCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="TA_DEPT"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="GUID" /> |
|
|
@ -1059,6 +1198,8 @@ |
|
|
|
<Property Name="remark2" Type="nvarchar" MaxLength="100" /> |
|
|
|
<Property Name="remark3" Type="nvarchar" MaxLength="100" /> |
|
|
|
<Property Name="CarType" Type="varchar" MaxLength="20" /> |
|
|
|
<Property Name="AddMan" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="ForeignPartCode" Type="varchar" MaxLength="50" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="tb_JbCylinderAndRaw"> |
|
|
|
<Key> |
|
|
@ -2311,6 +2452,79 @@ |
|
|
|
<Property Name="ProductCount" Type="int" /> |
|
|
|
</EntityType> |
|
|
|
<!--生成过程中发现错误: |
|
|
|
警告 6002: 表/视图“BBMPT1.dbo.W_XD_Product_del”未定义主键。已推断出该键,并将定义创建为只读的表/视图。--> |
|
|
|
<EntityType Name="W_XD_Product_del"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="numeric" Precision="18" Scale="0" Nullable="false" /> |
|
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="TypeCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Model" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="UnitCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="CarModelCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="PullQty" Type="int" /> |
|
|
|
<Property Name="MinQty" Type="int" /> |
|
|
|
<Property Name="MaxQty" Type="int" /> |
|
|
|
<Property Name="SafeQty" Type="int" /> |
|
|
|
<Property Name="StockQty" Type="int" /> |
|
|
|
<Property Name="StockAreaCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="IsPackage" Type="int" /> |
|
|
|
<Property Name="IsMix" Type="int" /> |
|
|
|
<Property Name="IsMixType" Type="int" /> |
|
|
|
<Property Name="ProjectNumber" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="ProjectName" Type="nvarchar" MaxLength="255" /> |
|
|
|
<Property Name="PCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="Layer1" Type="int" /> |
|
|
|
<Property Name="Layer2" Type="int" /> |
|
|
|
<Property Name="ShelfCode1" Type="int" /> |
|
|
|
<Property Name="ShelfCode2" Type="int" /> |
|
|
|
<Property Name="QState" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="SjCode" Type="nvarchar" MaxLength="20" /> |
|
|
|
<Property Name="LU1" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU2" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU3" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU4" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU5" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU6" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU7" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU8" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU9" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="LU10" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="ShipType" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="PackageQty" Type="int" /> |
|
|
|
<Property Name="PackageQtyTray" Type="int" /> |
|
|
|
<Property Name="StandardWeight1" Type="numeric" Precision="18" Scale="2" /> |
|
|
|
<Property Name="StandardWeight2" Type="numeric" Precision="18" Scale="2" /> |
|
|
|
<Property Name="Userdefined1" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined2" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined3" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined4" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="Userdefined5" Type="nvarchar" MaxLength="50" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="W_XD_ProductCustomer"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" /> |
|
|
|
<Property Name="ProductID" Type="int" Nullable="false" /> |
|
|
|
<Property Name="CustomerProductNo" Type="nvarchar" MaxLength="50" /> |
|
|
|
<Property Name="IsCount" Type="bit" /> |
|
|
|
<Property Name="IsDateCount" Type="bit" /> |
|
|
|
<Property Name="YDate" Type="datetime" /> |
|
|
|
<Property Name="DateCount" Type="int" /> |
|
|
|
<Property Name="YCount" Type="int" /> |
|
|
|
<Property Name="MaxCount" Type="int" /> |
|
|
|
<Property Name="BarCode" Type="varchar" MaxLength="200" /> |
|
|
|
<Property Name="ZPL2" Type="text" /> |
|
|
|
<Property Name="ZPLFile" Type="varchar" MaxLength="50" /> |
|
|
|
<Property Name="CountType" Type="varchar" MaxLength="10" /> |
|
|
|
<Property Name="PrintMode" Type="nchar" MaxLength="10" /> |
|
|
|
<Property Name="IsEnable" Type="bit" /> |
|
|
|
</EntityType> |
|
|
|
<!--生成过程中发现错误: |
|
|
|
警告 6002: 表/视图“BBMPT1.dbo.View_1”未定义主键。已推断出该键,并将定义创建为只读的表/视图。--> |
|
|
|
<EntityType Name="View_1"> |
|
|
|
<Key> |
|
|
@ -2347,6 +2561,12 @@ |
|
|
|
<EntitySet Name="T_Sys_UserRole" EntityType="Self.T_Sys_UserRole" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="T_Sys_Users" EntityType="Self.T_Sys_Users" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="T_Sys_Users_NavMenu" EntityType="Self.T_Sys_Users_NavMenu" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_BarCode" EntityType="Self.t_XD_BarCode" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_BarCodeState" EntityType="Self.t_XD_BarCodeState" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_CarModel" EntityType="Self.t_XD_CarModel" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_Color" EntityType="Self.t_XD_Color" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_Product" EntityType="Self.t_XD_Product" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="t_XD_User" EntityType="Self.t_XD_User" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="TA_DEPT" EntityType="Self.TA_DEPT" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="tb_AddColorRecord" EntityType="Self.tb_AddColorRecord" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="tb_AddColorRecord_History" EntityType="Self.tb_AddColorRecord_History" Schema="dbo" store:Type="Tables" /> |
|
|
@ -2457,6 +2677,7 @@ |
|
|
|
<EntitySet Name="TES_BOM" EntityType="Self.TES_BOM" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="TES_PART_MSTR" EntityType="Self.TES_PART_MSTR" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="test2" EntityType="Self.test2" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="W_XD_ProductCustomer" EntityType="Self.W_XD_ProductCustomer" Schema="dbo" store:Type="Tables" /> |
|
|
|
<EntitySet Name="T_Sys_RoleLinkPower" EntityType="Self.T_Sys_RoleLinkPower" store:Type="Tables" store:Schema="dbo"> |
|
|
|
<DefiningQuery>SELECT |
|
|
|
[T_Sys_RoleLinkPower].[RoleID] AS [RoleID], |
|
|
@ -2464,6 +2685,13 @@ |
|
|
|
[T_Sys_RoleLinkPower].[OpTime] AS [OpTime], |
|
|
|
[T_Sys_RoleLinkPower].[OpName] AS [OpName] |
|
|
|
FROM [dbo].[T_Sys_RoleLinkPower] AS [T_Sys_RoleLinkPower]</DefiningQuery> |
|
|
|
</EntitySet> |
|
|
|
<EntitySet Name="t_XD_ProductType" EntityType="Self.t_XD_ProductType" store:Type="Tables" store:Schema="dbo"> |
|
|
|
<DefiningQuery>SELECT |
|
|
|
[t_XD_ProductType].[ID] AS [ID], |
|
|
|
[t_XD_ProductType].[Code] AS [Code], |
|
|
|
[t_XD_ProductType].[Name] AS [Name] |
|
|
|
FROM [dbo].[t_XD_ProductType] AS [t_XD_ProductType]</DefiningQuery> |
|
|
|
</EntitySet> |
|
|
|
<EntitySet Name="tb_Address_tx_bak" EntityType="Self.tb_Address_tx_bak" store:Type="Tables" store:Schema="dbo"> |
|
|
|
<DefiningQuery>SELECT |
|
|
@ -3049,6 +3277,56 @@ |
|
|
|
[test1].[ProductDate] AS [ProductDate], |
|
|
|
[test1].[ClassName] AS [ClassName] |
|
|
|
FROM [dbo].[test1] AS [test1]</DefiningQuery> |
|
|
|
</EntitySet> |
|
|
|
<EntitySet Name="W_XD_Product_del" EntityType="Self.W_XD_Product_del" store:Type="Tables" store:Schema="dbo"> |
|
|
|
<DefiningQuery>SELECT |
|
|
|
[W_XD_Product_del].[ID] AS [ID], |
|
|
|
[W_XD_Product_del].[Code] AS [Code], |
|
|
|
[W_XD_Product_del].[Name] AS [Name], |
|
|
|
[W_XD_Product_del].[TypeCode] AS [TypeCode], |
|
|
|
[W_XD_Product_del].[Model] AS [Model], |
|
|
|
[W_XD_Product_del].[UnitCode] AS [UnitCode], |
|
|
|
[W_XD_Product_del].[CarModelCode] AS [CarModelCode], |
|
|
|
[W_XD_Product_del].[ColorCode] AS [ColorCode], |
|
|
|
[W_XD_Product_del].[PullQty] AS [PullQty], |
|
|
|
[W_XD_Product_del].[MinQty] AS [MinQty], |
|
|
|
[W_XD_Product_del].[MaxQty] AS [MaxQty], |
|
|
|
[W_XD_Product_del].[SafeQty] AS [SafeQty], |
|
|
|
[W_XD_Product_del].[StockQty] AS [StockQty], |
|
|
|
[W_XD_Product_del].[StockAreaCode] AS [StockAreaCode], |
|
|
|
[W_XD_Product_del].[IsPackage] AS [IsPackage], |
|
|
|
[W_XD_Product_del].[IsMix] AS [IsMix], |
|
|
|
[W_XD_Product_del].[IsMixType] AS [IsMixType], |
|
|
|
[W_XD_Product_del].[ProjectNumber] AS [ProjectNumber], |
|
|
|
[W_XD_Product_del].[ProjectName] AS [ProjectName], |
|
|
|
[W_XD_Product_del].[PCode] AS [PCode], |
|
|
|
[W_XD_Product_del].[Layer1] AS [Layer1], |
|
|
|
[W_XD_Product_del].[Layer2] AS [Layer2], |
|
|
|
[W_XD_Product_del].[ShelfCode1] AS [ShelfCode1], |
|
|
|
[W_XD_Product_del].[ShelfCode2] AS [ShelfCode2], |
|
|
|
[W_XD_Product_del].[QState] AS [QState], |
|
|
|
[W_XD_Product_del].[SjCode] AS [SjCode], |
|
|
|
[W_XD_Product_del].[LU1] AS [LU1], |
|
|
|
[W_XD_Product_del].[LU2] AS [LU2], |
|
|
|
[W_XD_Product_del].[LU3] AS [LU3], |
|
|
|
[W_XD_Product_del].[LU4] AS [LU4], |
|
|
|
[W_XD_Product_del].[LU5] AS [LU5], |
|
|
|
[W_XD_Product_del].[LU6] AS [LU6], |
|
|
|
[W_XD_Product_del].[LU7] AS [LU7], |
|
|
|
[W_XD_Product_del].[LU8] AS [LU8], |
|
|
|
[W_XD_Product_del].[LU9] AS [LU9], |
|
|
|
[W_XD_Product_del].[LU10] AS [LU10], |
|
|
|
[W_XD_Product_del].[ShipType] AS [ShipType], |
|
|
|
[W_XD_Product_del].[PackageQty] AS [PackageQty], |
|
|
|
[W_XD_Product_del].[PackageQtyTray] AS [PackageQtyTray], |
|
|
|
[W_XD_Product_del].[StandardWeight1] AS [StandardWeight1], |
|
|
|
[W_XD_Product_del].[StandardWeight2] AS [StandardWeight2], |
|
|
|
[W_XD_Product_del].[Userdefined1] AS [Userdefined1], |
|
|
|
[W_XD_Product_del].[Userdefined2] AS [Userdefined2], |
|
|
|
[W_XD_Product_del].[Userdefined3] AS [Userdefined3], |
|
|
|
[W_XD_Product_del].[Userdefined4] AS [Userdefined4], |
|
|
|
[W_XD_Product_del].[Userdefined5] AS [Userdefined5] |
|
|
|
FROM [dbo].[W_XD_Product_del] AS [W_XD_Product_del]</DefiningQuery> |
|
|
|
</EntitySet> |
|
|
|
<EntitySet Name="View_1" EntityType="Self.View_1" store:Type="Views" store:Schema="dbo"> |
|
|
|
<DefiningQuery>SELECT |
|
|
@ -3234,6 +3512,15 @@ |
|
|
|
<End Role="T_Sys_RoleLinkPower" EntitySet="T_Sys_RoleLinkPower" /> |
|
|
|
</AssociationSet> |
|
|
|
<EntitySet Name="tb_ForeignColorMap" EntityType="BBMPTModel.tb_ForeignColorMap" /> |
|
|
|
<EntitySet Name="t_XD_BarCode" EntityType="BBMPTModel.t_XD_BarCode" /> |
|
|
|
<EntitySet Name="t_XD_BarCodeState" EntityType="BBMPTModel.t_XD_BarCodeState" /> |
|
|
|
<EntitySet Name="t_XD_CarModel" EntityType="BBMPTModel.t_XD_CarModel" /> |
|
|
|
<EntitySet Name="t_XD_Color" EntityType="BBMPTModel.t_XD_Color" /> |
|
|
|
<EntitySet Name="t_XD_Product" EntityType="BBMPTModel.t_XD_Product" /> |
|
|
|
<EntitySet Name="t_XD_User" EntityType="BBMPTModel.t_XD_User" /> |
|
|
|
<EntitySet Name="W_XD_ProductCustomer" EntityType="BBMPTModel.W_XD_ProductCustomer" /> |
|
|
|
<EntitySet Name="t_XD_ProductType" EntityType="BBMPTModel.t_XD_ProductType" /> |
|
|
|
<EntitySet Name="W_XD_Product_del" EntityType="BBMPTModel.W_XD_Product_del" /> |
|
|
|
</EntityContainer> |
|
|
|
<EntityType Name="LogErr"> |
|
|
|
<Key> |
|
|
@ -3917,6 +4204,8 @@ |
|
|
|
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="CarType" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="AddMan" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ForeignPartCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="tb_JbCylinderAndRaw"> |
|
|
|
<Key> |
|
|
@ -5489,6 +5778,218 @@ |
|
|
|
<Property Name="Color" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="StockNo" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="false" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_BarCode"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Batch" Type="String" MaxLength="30" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Qty" Type="Int32" /> |
|
|
|
<Property Name="AddTime" Type="DateTime" Precision="3" /> |
|
|
|
<Property Name="UserName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="BatchGys" Type="String" MaxLength="30" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ImNumber" Type="String" MaxLength="30" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProductCodeY" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="BatchY" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="OrderNumber" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LineNumber" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="BcName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="BatchYqj" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj1" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj2" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Weight" Type="Int32" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_BarCodeState"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Batch" Type="String" MaxLength="30" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProductType" Type="String" MaxLength="10" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Type" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="State" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="OnlineCount" Type="Int32" /> |
|
|
|
<Property Name="Quality" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="AddTime" Type="DateTime" Precision="3" /> |
|
|
|
<Property Name="UserName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="RejectName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj1" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SupplierYqj2" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_CarModel"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="sort" Type="Int32" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_Color"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="CarModelCode" Type="String" MaxLength="256" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="ForeColor" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_Product"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="TypeCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Model" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="UnitCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="CarModelCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PullQty" Type="Int32" /> |
|
|
|
<Property Name="MinQty" Type="Int32" /> |
|
|
|
<Property Name="MaxQty" Type="Int32" /> |
|
|
|
<Property Name="SafeQty" Type="Int32" /> |
|
|
|
<Property Name="StockQty" Type="Int32" /> |
|
|
|
<Property Name="StockAreaCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="IsPackage" Type="Int32" /> |
|
|
|
<Property Name="IsMix" Type="Int32" /> |
|
|
|
<Property Name="IsMixType" Type="Int32" /> |
|
|
|
<Property Name="ProjectNumber" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProjectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PCode" Type="String" MaxLength="200" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Layer1" Type="Int32" /> |
|
|
|
<Property Name="Layer2" Type="Int32" /> |
|
|
|
<Property Name="ShelfCode1" Type="Int32" /> |
|
|
|
<Property Name="ShelfCode2" Type="Int32" /> |
|
|
|
<Property Name="QState" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SjCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU6" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU7" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU8" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU9" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ShipType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PackageQty" Type="Int32" /> |
|
|
|
<Property Name="PackageQtyTray" Type="Int32" /> |
|
|
|
<Property Name="StandardWeight1" Type="Decimal" Precision="18" Scale="2" /> |
|
|
|
<Property Name="StandardWeight2" Type="Decimal" Precision="18" Scale="2" /> |
|
|
|
<Property Name="Userdefined1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_User"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="User_ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="User_ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="User_Name" Type="String" MaxLength="20" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="User_Password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="User_Memo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="User_Enabled" Type="Boolean" /> |
|
|
|
<Property Name="StockAreaCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="W_XD_ProductCustomer"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" /> |
|
|
|
<Property Name="ProductID" Type="Int32" Nullable="false" /> |
|
|
|
<Property Name="CustomerProductNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="IsCount" Type="Boolean" /> |
|
|
|
<Property Name="IsDateCount" Type="Boolean" /> |
|
|
|
<Property Name="YDate" Type="DateTime" Precision="3" /> |
|
|
|
<Property Name="DateCount" Type="Int32" /> |
|
|
|
<Property Name="YCount" Type="Int32" /> |
|
|
|
<Property Name="MaxCount" Type="Int32" /> |
|
|
|
<Property Name="BarCode" Type="String" MaxLength="200" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="ZPL2" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="ZPLFile" Type="String" MaxLength="50" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="CountType" Type="String" MaxLength="10" FixedLength="false" Unicode="false" /> |
|
|
|
<Property Name="PrintMode" Type="String" MaxLength="10" FixedLength="true" Unicode="true" /> |
|
|
|
<Property Name="IsEnable" Type="Boolean" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="t_XD_ProductType"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="W_XD_Product_del"> |
|
|
|
<Key> |
|
|
|
<PropertyRef Name="ID" /> |
|
|
|
</Key> |
|
|
|
<Property Name="ID" Type="Decimal" Nullable="false" Precision="18" Scale="0" /> |
|
|
|
<Property Name="Code" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Name" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="TypeCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Model" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="UnitCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="CarModelCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PullQty" Type="Int32" /> |
|
|
|
<Property Name="MinQty" Type="Int32" /> |
|
|
|
<Property Name="MaxQty" Type="Int32" /> |
|
|
|
<Property Name="SafeQty" Type="Int32" /> |
|
|
|
<Property Name="StockQty" Type="Int32" /> |
|
|
|
<Property Name="StockAreaCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="IsPackage" Type="Int32" /> |
|
|
|
<Property Name="IsMix" Type="Int32" /> |
|
|
|
<Property Name="IsMixType" Type="Int32" /> |
|
|
|
<Property Name="ProjectNumber" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ProjectName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Layer1" Type="Int32" /> |
|
|
|
<Property Name="Layer2" Type="Int32" /> |
|
|
|
<Property Name="ShelfCode1" Type="Int32" /> |
|
|
|
<Property Name="ShelfCode2" Type="Int32" /> |
|
|
|
<Property Name="QState" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="SjCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU6" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU7" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU8" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU9" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="LU10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="ShipType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="PackageQty" Type="Int32" /> |
|
|
|
<Property Name="PackageQtyTray" Type="Int32" /> |
|
|
|
<Property Name="StandardWeight1" Type="Decimal" Precision="18" Scale="2" /> |
|
|
|
<Property Name="StandardWeight2" Type="Decimal" Precision="18" Scale="2" /> |
|
|
|
<Property Name="Userdefined1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
<Property Name="Userdefined5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" /> |
|
|
|
</EntityType> |
|
|
|
<EntityType Name="CarModel" BaseType="BBMPTModel.t_XD_CarModel" /> |
|
|
|
<EntityType Name="Color" BaseType="BBMPTModel.t_XD_Color" /> |
|
|
|
<EntityType Name="XDProduct" BaseType="BBMPTModel.t_XD_Product" /> |
|
|
|
<EntityType Name="XDProductType" BaseType="BBMPTModel.t_XD_ProductType" /> |
|
|
|
</Schema> |
|
|
|
</edmx:ConceptualModels> |
|
|
|
<!-- C-S mapping content --> |
|
|
@ -6210,6 +6711,8 @@ |
|
|
|
<EntitySetMapping Name="tb_InspectResult"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult"> |
|
|
|
<MappingFragment StoreEntitySet="tb_InspectResult"> |
|
|
|
<ScalarProperty Name="ForeignPartCode" ColumnName="ForeignPartCode" /> |
|
|
|
<ScalarProperty Name="AddMan" ColumnName="AddMan" /> |
|
|
|
<ScalarProperty Name="CarType" ColumnName="CarType" /> |
|
|
|
<ScalarProperty Name="remark3" ColumnName="remark3" /> |
|
|
|
<ScalarProperty Name="remark2" ColumnName="remark2" /> |
|
|
@ -7886,6 +8389,223 @@ |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_BarCode"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.t_XD_BarCode"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_BarCode"> |
|
|
|
<ScalarProperty Name="Weight" ColumnName="Weight" /> |
|
|
|
<ScalarProperty Name="SupplierYqj2" ColumnName="SupplierYqj2" /> |
|
|
|
<ScalarProperty Name="SupplierYqj1" ColumnName="SupplierYqj1" /> |
|
|
|
<ScalarProperty Name="SupplierYqj" ColumnName="SupplierYqj" /> |
|
|
|
<ScalarProperty Name="BatchYqj" ColumnName="BatchYqj" /> |
|
|
|
<ScalarProperty Name="SupplierCode" ColumnName="SupplierCode" /> |
|
|
|
<ScalarProperty Name="BcName" ColumnName="BcName" /> |
|
|
|
<ScalarProperty Name="LineNumber" ColumnName="LineNumber" /> |
|
|
|
<ScalarProperty Name="OrderNumber" ColumnName="OrderNumber" /> |
|
|
|
<ScalarProperty Name="Memo" ColumnName="Memo" /> |
|
|
|
<ScalarProperty Name="BatchY" ColumnName="BatchY" /> |
|
|
|
<ScalarProperty Name="ProductCodeY" ColumnName="ProductCodeY" /> |
|
|
|
<ScalarProperty Name="ImNumber" ColumnName="ImNumber" /> |
|
|
|
<ScalarProperty Name="BatchGys" ColumnName="BatchGys" /> |
|
|
|
<ScalarProperty Name="UserName" ColumnName="UserName" /> |
|
|
|
<ScalarProperty Name="AddTime" ColumnName="AddTime" /> |
|
|
|
<ScalarProperty Name="Qty" ColumnName="Qty" /> |
|
|
|
<ScalarProperty Name="Batch" ColumnName="Batch" /> |
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_BarCodeState"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.t_XD_BarCodeState"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_BarCodeState"> |
|
|
|
<ScalarProperty Name="SupplierYqj2" ColumnName="SupplierYqj2" /> |
|
|
|
<ScalarProperty Name="SupplierYqj1" ColumnName="SupplierYqj1" /> |
|
|
|
<ScalarProperty Name="SupplierYqj" ColumnName="SupplierYqj" /> |
|
|
|
<ScalarProperty Name="RejectName" ColumnName="RejectName" /> |
|
|
|
<ScalarProperty Name="UserName" ColumnName="UserName" /> |
|
|
|
<ScalarProperty Name="AddTime" ColumnName="AddTime" /> |
|
|
|
<ScalarProperty Name="Quality" ColumnName="Quality" /> |
|
|
|
<ScalarProperty Name="OnlineCount" ColumnName="OnlineCount" /> |
|
|
|
<ScalarProperty Name="State" ColumnName="State" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Type" ColumnName="Type" /> |
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" /> |
|
|
|
<ScalarProperty Name="Batch" ColumnName="Batch" /> |
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" /> |
|
|
|
<ScalarProperty Name="BarCode" ColumnName="BarCode" /> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_CarModel"> |
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(BBMPTModel.t_XD_CarModel)"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_CarModel"> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
<ScalarProperty Name="sort" ColumnName="sort" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_Color"> |
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(BBMPTModel.t_XD_Color)"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_Color"> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
<ScalarProperty Name="ForeColor" ColumnName="ForeColor" /> |
|
|
|
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" /> |
|
|
|
<ScalarProperty Name="Color" ColumnName="Color" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_Product"> |
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(BBMPTModel.t_XD_Product)"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_Product"> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
<ScalarProperty Name="Userdefined5" ColumnName="Userdefined5" /> |
|
|
|
<ScalarProperty Name="Userdefined4" ColumnName="Userdefined4" /> |
|
|
|
<ScalarProperty Name="Userdefined3" ColumnName="Userdefined3" /> |
|
|
|
<ScalarProperty Name="Userdefined2" ColumnName="Userdefined2" /> |
|
|
|
<ScalarProperty Name="Userdefined1" ColumnName="Userdefined1" /> |
|
|
|
<ScalarProperty Name="StandardWeight2" ColumnName="StandardWeight2" /> |
|
|
|
<ScalarProperty Name="StandardWeight1" ColumnName="StandardWeight1" /> |
|
|
|
<ScalarProperty Name="PackageQtyTray" ColumnName="PackageQtyTray" /> |
|
|
|
<ScalarProperty Name="PackageQty" ColumnName="PackageQty" /> |
|
|
|
<ScalarProperty Name="ShipType" ColumnName="ShipType" /> |
|
|
|
<ScalarProperty Name="LU10" ColumnName="LU10" /> |
|
|
|
<ScalarProperty Name="LU9" ColumnName="LU9" /> |
|
|
|
<ScalarProperty Name="LU8" ColumnName="LU8" /> |
|
|
|
<ScalarProperty Name="LU7" ColumnName="LU7" /> |
|
|
|
<ScalarProperty Name="LU6" ColumnName="LU6" /> |
|
|
|
<ScalarProperty Name="LU5" ColumnName="LU5" /> |
|
|
|
<ScalarProperty Name="LU4" ColumnName="LU4" /> |
|
|
|
<ScalarProperty Name="LU3" ColumnName="LU3" /> |
|
|
|
<ScalarProperty Name="LU2" ColumnName="LU2" /> |
|
|
|
<ScalarProperty Name="LU1" ColumnName="LU1" /> |
|
|
|
<ScalarProperty Name="SjCode" ColumnName="SjCode" /> |
|
|
|
<ScalarProperty Name="QState" ColumnName="QState" /> |
|
|
|
<ScalarProperty Name="ShelfCode2" ColumnName="ShelfCode2" /> |
|
|
|
<ScalarProperty Name="ShelfCode1" ColumnName="ShelfCode1" /> |
|
|
|
<ScalarProperty Name="Layer2" ColumnName="Layer2" /> |
|
|
|
<ScalarProperty Name="Layer1" ColumnName="Layer1" /> |
|
|
|
<ScalarProperty Name="PCode" ColumnName="PCode" /> |
|
|
|
<ScalarProperty Name="ProjectName" ColumnName="ProjectName" /> |
|
|
|
<ScalarProperty Name="ProjectNumber" ColumnName="ProjectNumber" /> |
|
|
|
<ScalarProperty Name="IsMixType" ColumnName="IsMixType" /> |
|
|
|
<ScalarProperty Name="IsMix" ColumnName="IsMix" /> |
|
|
|
<ScalarProperty Name="IsPackage" ColumnName="IsPackage" /> |
|
|
|
<ScalarProperty Name="StockAreaCode" ColumnName="StockAreaCode" /> |
|
|
|
<ScalarProperty Name="StockQty" ColumnName="StockQty" /> |
|
|
|
<ScalarProperty Name="SafeQty" ColumnName="SafeQty" /> |
|
|
|
<ScalarProperty Name="MaxQty" ColumnName="MaxQty" /> |
|
|
|
<ScalarProperty Name="MinQty" ColumnName="MinQty" /> |
|
|
|
<ScalarProperty Name="PullQty" ColumnName="PullQty" /> |
|
|
|
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" /> |
|
|
|
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" /> |
|
|
|
<ScalarProperty Name="UnitCode" ColumnName="UnitCode" /> |
|
|
|
<ScalarProperty Name="Model" ColumnName="Model" /> |
|
|
|
<ScalarProperty Name="TypeCode" ColumnName="TypeCode" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_User"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.t_XD_User"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_User"> |
|
|
|
<ScalarProperty Name="StockAreaCode" ColumnName="StockAreaCode" /> |
|
|
|
<ScalarProperty Name="User_Enabled" ColumnName="User_Enabled" /> |
|
|
|
<ScalarProperty Name="User_Memo" ColumnName="User_Memo" /> |
|
|
|
<ScalarProperty Name="User_Password" ColumnName="User_Password" /> |
|
|
|
<ScalarProperty Name="User_Name" ColumnName="User_Name" /> |
|
|
|
<ScalarProperty Name="User_ID" ColumnName="User_ID" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="W_XD_ProductCustomer"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.W_XD_ProductCustomer"> |
|
|
|
<MappingFragment StoreEntitySet="W_XD_ProductCustomer"> |
|
|
|
<ScalarProperty Name="IsEnable" ColumnName="IsEnable" /> |
|
|
|
<ScalarProperty Name="PrintMode" ColumnName="PrintMode" /> |
|
|
|
<ScalarProperty Name="CountType" ColumnName="CountType" /> |
|
|
|
<ScalarProperty Name="ZPLFile" ColumnName="ZPLFile" /> |
|
|
|
<ScalarProperty Name="ZPL2" ColumnName="ZPL2" /> |
|
|
|
<ScalarProperty Name="BarCode" ColumnName="BarCode" /> |
|
|
|
<ScalarProperty Name="MaxCount" ColumnName="MaxCount" /> |
|
|
|
<ScalarProperty Name="YCount" ColumnName="YCount" /> |
|
|
|
<ScalarProperty Name="DateCount" ColumnName="DateCount" /> |
|
|
|
<ScalarProperty Name="YDate" ColumnName="YDate" /> |
|
|
|
<ScalarProperty Name="IsDateCount" ColumnName="IsDateCount" /> |
|
|
|
<ScalarProperty Name="IsCount" ColumnName="IsCount" /> |
|
|
|
<ScalarProperty Name="CustomerProductNo" ColumnName="CustomerProductNo" /> |
|
|
|
<ScalarProperty Name="ProductID" ColumnName="ProductID" /> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="t_XD_ProductType"> |
|
|
|
<EntityTypeMapping TypeName="IsTypeOf(BBMPTModel.t_XD_ProductType)"> |
|
|
|
<MappingFragment StoreEntitySet="t_XD_ProductType"> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
<EntitySetMapping Name="W_XD_Product_del"> |
|
|
|
<EntityTypeMapping TypeName="BBMPTModel.W_XD_Product_del"> |
|
|
|
<MappingFragment StoreEntitySet="W_XD_Product_del"> |
|
|
|
<ScalarProperty Name="Userdefined5" ColumnName="Userdefined5" /> |
|
|
|
<ScalarProperty Name="Userdefined4" ColumnName="Userdefined4" /> |
|
|
|
<ScalarProperty Name="Userdefined3" ColumnName="Userdefined3" /> |
|
|
|
<ScalarProperty Name="Userdefined2" ColumnName="Userdefined2" /> |
|
|
|
<ScalarProperty Name="Userdefined1" ColumnName="Userdefined1" /> |
|
|
|
<ScalarProperty Name="StandardWeight2" ColumnName="StandardWeight2" /> |
|
|
|
<ScalarProperty Name="StandardWeight1" ColumnName="StandardWeight1" /> |
|
|
|
<ScalarProperty Name="PackageQtyTray" ColumnName="PackageQtyTray" /> |
|
|
|
<ScalarProperty Name="PackageQty" ColumnName="PackageQty" /> |
|
|
|
<ScalarProperty Name="ShipType" ColumnName="ShipType" /> |
|
|
|
<ScalarProperty Name="LU10" ColumnName="LU10" /> |
|
|
|
<ScalarProperty Name="LU9" ColumnName="LU9" /> |
|
|
|
<ScalarProperty Name="LU8" ColumnName="LU8" /> |
|
|
|
<ScalarProperty Name="LU7" ColumnName="LU7" /> |
|
|
|
<ScalarProperty Name="LU6" ColumnName="LU6" /> |
|
|
|
<ScalarProperty Name="LU5" ColumnName="LU5" /> |
|
|
|
<ScalarProperty Name="LU4" ColumnName="LU4" /> |
|
|
|
<ScalarProperty Name="LU3" ColumnName="LU3" /> |
|
|
|
<ScalarProperty Name="LU2" ColumnName="LU2" /> |
|
|
|
<ScalarProperty Name="LU1" ColumnName="LU1" /> |
|
|
|
<ScalarProperty Name="SjCode" ColumnName="SjCode" /> |
|
|
|
<ScalarProperty Name="QState" ColumnName="QState" /> |
|
|
|
<ScalarProperty Name="ShelfCode2" ColumnName="ShelfCode2" /> |
|
|
|
<ScalarProperty Name="ShelfCode1" ColumnName="ShelfCode1" /> |
|
|
|
<ScalarProperty Name="Layer2" ColumnName="Layer2" /> |
|
|
|
<ScalarProperty Name="Layer1" ColumnName="Layer1" /> |
|
|
|
<ScalarProperty Name="PCode" ColumnName="PCode" /> |
|
|
|
<ScalarProperty Name="ProjectName" ColumnName="ProjectName" /> |
|
|
|
<ScalarProperty Name="ProjectNumber" ColumnName="ProjectNumber" /> |
|
|
|
<ScalarProperty Name="IsMixType" ColumnName="IsMixType" /> |
|
|
|
<ScalarProperty Name="IsMix" ColumnName="IsMix" /> |
|
|
|
<ScalarProperty Name="IsPackage" ColumnName="IsPackage" /> |
|
|
|
<ScalarProperty Name="StockAreaCode" ColumnName="StockAreaCode" /> |
|
|
|
<ScalarProperty Name="StockQty" ColumnName="StockQty" /> |
|
|
|
<ScalarProperty Name="SafeQty" ColumnName="SafeQty" /> |
|
|
|
<ScalarProperty Name="MaxQty" ColumnName="MaxQty" /> |
|
|
|
<ScalarProperty Name="MinQty" ColumnName="MinQty" /> |
|
|
|
<ScalarProperty Name="PullQty" ColumnName="PullQty" /> |
|
|
|
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" /> |
|
|
|
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" /> |
|
|
|
<ScalarProperty Name="UnitCode" ColumnName="UnitCode" /> |
|
|
|
<ScalarProperty Name="Model" ColumnName="Model" /> |
|
|
|
<ScalarProperty Name="TypeCode" ColumnName="TypeCode" /> |
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" /> |
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" /> |
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" /> |
|
|
|
</MappingFragment> |
|
|
|
</EntityTypeMapping> |
|
|
|
</EntitySetMapping> |
|
|
|
</EntityContainerMapping> |
|
|
|
</Mapping> |
|
|
|
</edmx:Mappings> |
|
|
|