Merge remote-tracking branch 'origin/0.1' into dapper
# Conflicts: # web/App_Code/Model/Model.Designer.cs # web/App_Code/Model/Model.cs # web/App_Code/Model/Model.edmx # web/web.config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?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>
|
||||
@@ -94,6 +94,7 @@
|
||||
<Property Name="pageSize" Type="varchar" MaxLength="50" />
|
||||
<Property Name="printSize" Type="varchar" MaxLength="50" />
|
||||
<Property Name="defaultStyle" Type="varchar" MaxLength="50" />
|
||||
<Property Name="sort_order" Type="int" />
|
||||
</EntityType>
|
||||
<EntityType Name="actItem_files">
|
||||
<Key>
|
||||
@@ -607,8 +608,8 @@
|
||||
</Key>
|
||||
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="starttime" Type="time" Precision="0" />
|
||||
<Property Name="offtime" Type="time" Precision="0" />
|
||||
<Property Name="starttime" Type="time" Precision="7" />
|
||||
<Property Name="offtime" Type="time" Precision="7" />
|
||||
<Property Name="resttime" Type="int" />
|
||||
<Property Name="root" Type="int" />
|
||||
<Property Name="range" Type="int" />
|
||||
@@ -1083,7 +1084,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_act_bom_actItem1">
|
||||
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1" />
|
||||
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="act_bom" Type="Self.act_bom" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="actItem">
|
||||
@@ -1203,7 +1206,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_activity_relating_activity">
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="1" />
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="activity_relating" Type="Self.activity_relating" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="activity">
|
||||
@@ -1629,7 +1634,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_pro_order_activity">
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="0..1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="activity">
|
||||
@@ -1679,7 +1686,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_pro_order_detail_pro_order">
|
||||
<End Role="pro_order" Type="Self.pro_order" Multiplicity="1" />
|
||||
<End Role="pro_order" Type="Self.pro_order" Multiplicity="1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="pro_order">
|
||||
@@ -1691,7 +1700,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_pro_order_followers">
|
||||
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
||||
<End Role="followers" Type="Self.followers" Multiplicity="0..1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="followers">
|
||||
@@ -3053,8 +3064,8 @@
|
||||
</Key>
|
||||
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
||||
<Property Name="starttime" Type="Time" Precision="0" />
|
||||
<Property Name="offtime" Type="Time" Precision="0" />
|
||||
<Property Name="starttime" Type="Time" Precision="7" />
|
||||
<Property Name="offtime" Type="Time" Precision="7" />
|
||||
<Property Name="resttime" Type="Int32" />
|
||||
<Property Name="root" Type="Int32" />
|
||||
<Property Name="range" Type="Int32" />
|
||||
|
||||
Reference in New Issue
Block a user