..
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<Property Name="supply" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="supplyidx" Type="int" />
|
||||
<Property Name="price" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="priceD" Type="decimal" Precision="18" Scale="2" />
|
||||
<Property Name="memo" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="image" Type="varbinary(max)" />
|
||||
<Property Name="bparam1" Type="bit" />
|
||||
@@ -51,6 +52,7 @@
|
||||
<Property Name="pumunit" Type="varchar" MaxLength="50" />
|
||||
<Property Name="pumqty" Type="int" />
|
||||
<Property Name="pumprice" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="pumpriceD" Type="decimal" Precision="18" Scale="2" />
|
||||
<Property Name="pumamt" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="supply" Type="varchar" MaxLength="200" />
|
||||
<Property Name="supplyidx" Type="int" />
|
||||
@@ -96,6 +98,7 @@
|
||||
<Property Name="pumunit" Type="varchar" MaxLength="50" />
|
||||
<Property Name="pumqty" Type="int" />
|
||||
<Property Name="pumprice" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="pumpriceD" Type="decimal" Precision="18" Scale="2" />
|
||||
<Property Name="pumamt" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="supply" Type="varchar" MaxLength="200" />
|
||||
<Property Name="supplyidx" Type="int" />
|
||||
@@ -137,6 +140,7 @@
|
||||
[vPurchase].[pumunit] AS [pumunit],
|
||||
[vPurchase].[pumqty] AS [pumqty],
|
||||
[vPurchase].[pumprice] AS [pumprice],
|
||||
[vPurchase].[pumpriceD] AS [pumpriceD],
|
||||
[vPurchase].[pumamt] AS [pumamt],
|
||||
[vPurchase].[supply] AS [supply],
|
||||
[vPurchase].[supplyidx] AS [supplyidx],
|
||||
@@ -189,6 +193,7 @@
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
||||
<Property Name="bEstimate" Type="Boolean" />
|
||||
<Property Name="bSAP" Type="Boolean" />
|
||||
<Property Name="priceD" Type="Decimal" Precision="18" Scale="2" />
|
||||
</EntityType>
|
||||
<EntityType Name="Purchase">
|
||||
<Key>
|
||||
@@ -228,6 +233,7 @@
|
||||
<Property Name="wuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
||||
<Property Name="inqty" Type="Int32" />
|
||||
<Property Name="pumpriceD" Type="Decimal" Precision="18" Scale="2" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEEntitiesPurchase" annotation:LazyLoadingEnabled="true">
|
||||
<EntitySet Name="Items" EntityType="Self.Items" />
|
||||
@@ -257,6 +263,7 @@
|
||||
<Property Name="pumunit" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="pumqty" Type="Int32" />
|
||||
<Property Name="pumprice" Type="Decimal" Precision="18" Scale="0" />
|
||||
<Property Name="pumpriceD" Type="Decimal" Precision="18" Scale="2" />
|
||||
<Property Name="pumamt" Type="Decimal" Precision="18" Scale="0" />
|
||||
<Property Name="supply" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
||||
<Property Name="supplyidx" Type="Int32" />
|
||||
@@ -286,6 +293,7 @@
|
||||
<EntitySetMapping Name="Items">
|
||||
<EntityTypeMapping TypeName="EEModel.Items">
|
||||
<MappingFragment StoreEntitySet="Items">
|
||||
<ScalarProperty Name="priceD" ColumnName="priceD" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
<ScalarProperty Name="disable" ColumnName="disable" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
@@ -314,6 +322,7 @@
|
||||
<EntitySetMapping Name="Purchase">
|
||||
<EntityTypeMapping TypeName="EEModel.Purchase">
|
||||
<MappingFragment StoreEntitySet="Purchase">
|
||||
<ScalarProperty Name="pumpriceD" ColumnName="pumpriceD" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
<ScalarProperty Name="pdate" ColumnName="pdate" />
|
||||
@@ -373,6 +382,7 @@
|
||||
<ScalarProperty Name="supplyidx" ColumnName="supplyidx" />
|
||||
<ScalarProperty Name="supply" ColumnName="supply" />
|
||||
<ScalarProperty Name="pumamt" ColumnName="pumamt" />
|
||||
<ScalarProperty Name="pumpriceD" ColumnName="pumpriceD" />
|
||||
<ScalarProperty Name="pumprice" ColumnName="pumprice" />
|
||||
<ScalarProperty Name="pumqty" ColumnName="pumqty" />
|
||||
<ScalarProperty Name="pumunit" ColumnName="pumunit" />
|
||||
|
||||
Reference in New Issue
Block a user