增加信眾牌位範本及疏文
This commit is contained in:
@@ -100,6 +100,7 @@ namespace Model
|
||||
public virtual DbSet<receipt_style> receipt_style { get; set; }
|
||||
public virtual DbSet<receipt_style_d> receipt_style_d { get; set; }
|
||||
public virtual DbSet<pre_order> pre_order { get; set; }
|
||||
public virtual DbSet<followers_tablet_template> followers_tablet_template { get; set; }
|
||||
public virtual DbSet<hr_arrange> hr_arrange { get; set; }
|
||||
public virtual DbSet<hr_company> hr_company { get; set; }
|
||||
public virtual DbSet<hr_employee> hr_employee { get; set; }
|
||||
@@ -114,6 +115,10 @@ namespace Model
|
||||
public virtual DbSet<hr_section> hr_section { get; set; }
|
||||
public virtual DbSet<activity_shuwen> activity_shuwen { get; set; }
|
||||
public virtual DbSet<shuwen_temp> shuwen_temp { get; set; }
|
||||
public virtual DbSet<TabletElement> TabletElement { get; set; }
|
||||
public virtual DbSet<TabletPaperSize> TabletPaperSize { get; set; }
|
||||
public virtual DbSet<TabletStyle> TabletStyle { get; set; }
|
||||
public virtual DbSet<TabletStyleDetail> TabletStyleDetail { get; set; }
|
||||
|
||||
public virtual int pager_eztrust(Nullable<int> startRowIndex, Nullable<int> pageSize, string tableName, string columnName, string sqlWhere, string orderBy, ObjectParameter rowCount)
|
||||
{
|
||||
|
||||
@@ -430,6 +430,8 @@ namespace Model
|
||||
public string shuwen_type { get; set; }
|
||||
public string contents { get; set; }
|
||||
public Nullable<System.DateTime> reg_time { get; set; }
|
||||
public string paper_size { get; set; }
|
||||
public string direction { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
@@ -1040,6 +1042,21 @@ namespace Model
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class followers_tablet_template
|
||||
{
|
||||
public int num { get; set; }
|
||||
public Nullable<int> follower_num { get; set; }
|
||||
public string name { get; set; }
|
||||
public string style_id { get; set; }
|
||||
public string tablet { get; set; }
|
||||
public string shuwen { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class GuaDanOrder
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
@@ -2249,6 +2266,102 @@ namespace Model
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TabletElement
|
||||
{
|
||||
public string ElementID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ElementType { get; set; }
|
||||
public string CUser { get; set; }
|
||||
public string CDate { get; set; }
|
||||
public string CTime { get; set; }
|
||||
public string UUser { get; set; }
|
||||
public string UDate { get; set; }
|
||||
public string UTime { get; set; }
|
||||
public string SampleContent { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TabletPaperSize
|
||||
{
|
||||
public string PaperID { get; set; }
|
||||
public string PaperName { get; set; }
|
||||
public string Width { get; set; }
|
||||
public string Height { get; set; }
|
||||
public string CUser { get; set; }
|
||||
public string CDate { get; set; }
|
||||
public string CTime { get; set; }
|
||||
public string UUser { get; set; }
|
||||
public string UDate { get; set; }
|
||||
public string UTime { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TabletStyle
|
||||
{
|
||||
public string StyleID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Descr { get; set; }
|
||||
public string PaperSize { get; set; }
|
||||
public string BackendImg { get; set; }
|
||||
public string PrintSize { get; set; }
|
||||
public string PrintMode { get; set; }
|
||||
public string Orientation { get; set; }
|
||||
public string PrintPageCount { get; set; }
|
||||
public string CUser { get; set; }
|
||||
public string CDate { get; set; }
|
||||
public string CTime { get; set; }
|
||||
public string UUser { get; set; }
|
||||
public string UDate { get; set; }
|
||||
public string UTime { get; set; }
|
||||
public string RosterLimit { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TabletStyleDetail
|
||||
{
|
||||
public string StyleID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Descr { get; set; }
|
||||
public string ElementID { get; set; }
|
||||
public string StartX { get; set; }
|
||||
public string StartY { get; set; }
|
||||
public string FontSize { get; set; }
|
||||
public string BreakLen { get; set; }
|
||||
public string FontFamily { get; set; }
|
||||
public string TwoOffset { get; set; }
|
||||
public string ThreeOffset { get; set; }
|
||||
public string FourOffset { get; set; }
|
||||
public string IsActive { get; set; }
|
||||
public string CUser { get; set; }
|
||||
public string CDate { get; set; }
|
||||
public string CTime { get; set; }
|
||||
public string UUser { get; set; }
|
||||
public string UDate { get; set; }
|
||||
public string UTime { get; set; }
|
||||
public string Width { get; set; }
|
||||
public string Height { get; set; }
|
||||
public string TextWidth { get; set; }
|
||||
public string TextHeight { get; set; }
|
||||
public string TextSpan { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class transfer_register
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
|
||||
+326
-12
@@ -91,10 +91,10 @@
|
||||
<Property Name="customize_data" Type="nvarchar(max)" />
|
||||
<Property Name="reg_time" Type="datetime" />
|
||||
<Property Name="is_reconcile" Type="nvarchar" MaxLength="1" />
|
||||
<Property Name="sort_order" Type="int" />
|
||||
<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>
|
||||
@@ -208,6 +208,8 @@
|
||||
<Property Name="shuwen_type" Type="varchar" MaxLength="8" Nullable="false" />
|
||||
<Property Name="contents" Type="nvarchar(max)" />
|
||||
<Property Name="reg_time" Type="datetime" />
|
||||
<Property Name="paper_size" Type="varchar" MaxLength="10" />
|
||||
<Property Name="direction" Type="varchar" MaxLength="10" />
|
||||
</EntityType>
|
||||
<EntityType Name="activity_spares">
|
||||
<Key>
|
||||
@@ -357,7 +359,7 @@
|
||||
<Property Name="start_date" Type="date" />
|
||||
<Property Name="end_date" Type="date" />
|
||||
<Property Name="receipt_title" Type="nvarchar(max)" />
|
||||
<Property Name="receipt_address" Type="nvarchar" MaxLength="200" />
|
||||
<Property Name="receipt_address" Type="nvarchar" MaxLength="200" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="bed_kind">
|
||||
<Key>
|
||||
@@ -430,7 +432,7 @@
|
||||
<Property Name="smtp_def" Type="nvarchar" MaxLength="1" />
|
||||
<Property Name="use_sender" Type="nvarchar" MaxLength="1" />
|
||||
<Property Name="bed_order_no" Type="nvarchar" MaxLength="20" />
|
||||
<Property Name="last_auto_order_no" Type="varchar" MaxLength="20" />
|
||||
<Property Name="last_auto_order_no" Type="nvarchar" MaxLength="20" />
|
||||
</EntityType>
|
||||
<EntityType Name="country">
|
||||
<Key>
|
||||
@@ -511,7 +513,7 @@
|
||||
<Property Name="country" Type="nvarchar" MaxLength="5" />
|
||||
<Property Name="appellation_id" Type="int" />
|
||||
<Property Name="follower_hash" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="search_keywords" Type="varchar(max)" />
|
||||
<Property Name="search_keywords" Type="nvarchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="followers_tablet">
|
||||
<Key>
|
||||
@@ -522,6 +524,17 @@
|
||||
<Property Name="type" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="title" Type="nvarchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="followers_tablet_template">
|
||||
<Key>
|
||||
<PropertyRef Name="num" />
|
||||
</Key>
|
||||
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="follower_num" Type="int" />
|
||||
<Property Name="name" Type="nvarchar" MaxLength="50" />
|
||||
<Property Name="style_id" Type="varchar" MaxLength="20" />
|
||||
<Property Name="tablet" Type="nvarchar(max)" />
|
||||
<Property Name="shuwen" Type="nvarchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="GuaDanOrder">
|
||||
<Key>
|
||||
<PropertyRef Name="Uuid" />
|
||||
@@ -845,8 +858,8 @@
|
||||
</Key>
|
||||
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="starttime" Type="time" Precision="7" />
|
||||
<Property Name="offtime" Type="time" Precision="7" />
|
||||
<Property Name="starttime" Type="time" Precision="0" />
|
||||
<Property Name="offtime" Type="time" Precision="0" />
|
||||
<Property Name="resttime" Type="int" />
|
||||
<Property Name="root" Type="int" />
|
||||
<Property Name="range" Type="int" />
|
||||
@@ -1280,6 +1293,87 @@
|
||||
<Property Name="range" Type="int" />
|
||||
<Property Name="demo" Type="nvarchar(max)" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletElement">
|
||||
<Key>
|
||||
<PropertyRef Name="ElementID" />
|
||||
</Key>
|
||||
<Property Name="ElementID" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
||||
<Property Name="ElementType" Type="varchar" MaxLength="30" Nullable="false" />
|
||||
<Property Name="CUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="CDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="UUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="UDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="UTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="SampleContent" Type="nvarchar" MaxLength="200" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletPaperSize">
|
||||
<Key>
|
||||
<PropertyRef Name="PaperID" />
|
||||
</Key>
|
||||
<Property Name="PaperID" Type="varchar" MaxLength="50" Nullable="false" />
|
||||
<Property Name="PaperName" Type="nvarchar" MaxLength="50" />
|
||||
<Property Name="Width" Type="varchar" MaxLength="10" />
|
||||
<Property Name="Height" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="CDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="UUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="UDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="UTime" Type="varchar" MaxLength="6" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletStyle">
|
||||
<Key>
|
||||
<PropertyRef Name="StyleID" />
|
||||
</Key>
|
||||
<Property Name="StyleID" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="Name" Type="nvarchar" MaxLength="50" />
|
||||
<Property Name="Descr" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="PaperSize" Type="varchar" MaxLength="20" />
|
||||
<Property Name="BackendImg" Type="varchar" MaxLength="255" />
|
||||
<Property Name="PrintSize" Type="varchar" MaxLength="20" />
|
||||
<Property Name="PrintMode" Type="varchar" MaxLength="10" />
|
||||
<Property Name="Orientation" Type="varchar" MaxLength="10" />
|
||||
<Property Name="PrintPageCount" Type="varchar" MaxLength="5" />
|
||||
<Property Name="CUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="CDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="UUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="UDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="UTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="RosterLimit" Type="varchar" MaxLength="10" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletStyleDetail">
|
||||
<Key>
|
||||
<PropertyRef Name="StyleID" />
|
||||
<PropertyRef Name="ElementID" />
|
||||
</Key>
|
||||
<Property Name="StyleID" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="Name" Type="nvarchar" MaxLength="50" />
|
||||
<Property Name="Descr" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="ElementID" Type="varchar" MaxLength="50" Nullable="false" />
|
||||
<Property Name="StartX" Type="varchar" MaxLength="10" />
|
||||
<Property Name="StartY" Type="varchar" MaxLength="10" />
|
||||
<Property Name="FontSize" Type="varchar" MaxLength="5" />
|
||||
<Property Name="BreakLen" Type="varchar" MaxLength="5" />
|
||||
<Property Name="FontFamily" Type="varchar" MaxLength="50" />
|
||||
<Property Name="TwoOffset" Type="varchar" MaxLength="10" />
|
||||
<Property Name="ThreeOffset" Type="varchar" MaxLength="10" />
|
||||
<Property Name="FourOffset" Type="varchar" MaxLength="10" />
|
||||
<Property Name="IsActive" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="CDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="CTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="UUser" Type="varchar" MaxLength="20" />
|
||||
<Property Name="UDate" Type="varchar" MaxLength="10" />
|
||||
<Property Name="UTime" Type="varchar" MaxLength="6" />
|
||||
<Property Name="Width" Type="varchar" MaxLength="10" />
|
||||
<Property Name="Height" Type="varchar" MaxLength="10" />
|
||||
<Property Name="TextWidth" Type="varchar" MaxLength="10" />
|
||||
<Property Name="TextHeight" Type="varchar" MaxLength="10" />
|
||||
<Property Name="TextSpan" Type="varchar" MaxLength="10" />
|
||||
</EntityType>
|
||||
<EntityType Name="transfer_register">
|
||||
<Key>
|
||||
<PropertyRef Name="id" />
|
||||
@@ -1450,6 +1544,18 @@
|
||||
</Dependent>
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_activity_activity_category_kind">
|
||||
<End Role="activity_category_kind" Type="Self.activity_category_kind" Multiplicity="0..1" />
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="activity_category_kind">
|
||||
<PropertyRef Name="num" />
|
||||
</Principal>
|
||||
<Dependent Role="activity">
|
||||
<PropertyRef Name="category_kind" />
|
||||
</Dependent>
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_activity_activity_kind">
|
||||
<End Role="activity_kind" Type="Self.activity_kind" Multiplicity="0..1" />
|
||||
<End Role="activity" Type="Self.activity" Multiplicity="*" />
|
||||
@@ -1839,7 +1945,9 @@
|
||||
</ReferentialConstraint>
|
||||
</Association>
|
||||
<Association Name="FK_member_admin">
|
||||
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
||||
<End Role="admin" Type="Self.admin" Multiplicity="0..1">
|
||||
<OnDelete Action="Cascade" />
|
||||
</End>
|
||||
<End Role="member" Type="Self.member" Multiplicity="*" />
|
||||
<ReferentialConstraint>
|
||||
<Principal Role="admin">
|
||||
@@ -2480,6 +2588,7 @@
|
||||
<EntitySet Name="files" EntityType="Self.files" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="followers" EntityType="Self.followers" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="followers_tablet" EntityType="Self.followers_tablet" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="followers_tablet_template" EntityType="Self.followers_tablet_template" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="GuaDanOrder" EntityType="Self.GuaDanOrder" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="GuaDanOrderGuest" EntityType="Self.GuaDanOrderGuest" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="GuadanTimeSetting" EntityType="Self.GuadanTimeSetting" Schema="dbo" store:Type="Tables" />
|
||||
@@ -2530,6 +2639,10 @@
|
||||
<EntitySet Name="stock_reason" EntityType="Self.stock_reason" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="supplier" EntityType="Self.supplier" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="supplier_kind" EntityType="Self.supplier_kind" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="TabletElement" EntityType="Self.TabletElement" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="TabletPaperSize" EntityType="Self.TabletPaperSize" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="TabletStyle" EntityType="Self.TabletStyle" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="TabletStyleDetail" EntityType="Self.TabletStyleDetail" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="transfer_register" EntityType="Self.transfer_register" Schema="dbo" store:Type="Tables" />
|
||||
<AssociationSet Name="FK__Ancestral__Regis__1A9EF37A" Association="Self.FK__Ancestral__Regis__1A9EF37A">
|
||||
<End Role="AncestralTabletRegistrant" EntitySet="AncestralTabletRegistrant" />
|
||||
@@ -2575,6 +2688,10 @@
|
||||
<End Role="actItem" EntitySet="actItem" />
|
||||
<End Role="actItem_files" EntitySet="actItem_files" />
|
||||
</AssociationSet>
|
||||
<AssociationSet Name="FK_activity_activity_category_kind" Association="Self.FK_activity_activity_category_kind">
|
||||
<End Role="activity_category_kind" EntitySet="activity_category_kind" />
|
||||
<End Role="activity" EntitySet="activity" />
|
||||
</AssociationSet>
|
||||
<AssociationSet Name="FK_activity_activity_kind" Association="Self.FK_activity_activity_kind">
|
||||
<End Role="activity_kind" EntitySet="activity_kind" />
|
||||
<End Role="activity" EntitySet="activity" />
|
||||
@@ -3282,7 +3399,7 @@
|
||||
<Property Name="smtp_def" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
||||
<Property Name="use_sender" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
||||
<Property Name="bed_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
||||
<Property Name="last_auto_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="last_auto_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
||||
</EntityType>
|
||||
<EntityType Name="country">
|
||||
<Key>
|
||||
@@ -3359,7 +3476,7 @@
|
||||
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_followers" FromRole="follower" ToRole="transfer_register" />
|
||||
<NavigationProperty Name="transfer_register1" Relationship="Model.FK_transfer_register_followers_match" FromRole="follower" ToRole="transfer_register" />
|
||||
<NavigationProperty Name="GuaDanOrder" Relationship="Model.FK_GuaDanOrder_Followers" FromRole="follower" ToRole="GuaDanOrder" />
|
||||
<Property Name="search_keywords" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
||||
<Property Name="search_keywords" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_FOLLOWERS" FromRole="follower" ToRole="GuaDanOrderGuest" />
|
||||
<NavigationProperty Name="auto_enroll" Relationship="Model.FK_auto_enroll_followers" FromRole="follower" ToRole="auto_enroll" />
|
||||
</EntityType>
|
||||
@@ -3450,8 +3567,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="7" />
|
||||
<Property Name="offtime" Type="Time" Precision="7" />
|
||||
<Property Name="starttime" Type="Time" Precision="0" />
|
||||
<Property Name="offtime" Type="Time" Precision="0" />
|
||||
<Property Name="resttime" Type="Int32" />
|
||||
<Property Name="root" Type="Int32" />
|
||||
<Property Name="range" Type="Int32" />
|
||||
@@ -4954,6 +5071,7 @@
|
||||
<EntitySet Name="receipt_style" EntityType="Model.receipt_style" />
|
||||
<EntitySet Name="receipt_style_d" EntityType="Model.receipt_style_d" />
|
||||
<EntitySet Name="pre_order" EntityType="Model.pre_order" />
|
||||
<EntitySet Name="followers_tablet_template" EntityType="Model.followers_tablet_template" />
|
||||
<EntitySet Name="hr_arrange" EntityType="Model.hr_arrange" />
|
||||
<EntitySet Name="hr_company" EntityType="Model.hr_company" />
|
||||
<EntitySet Name="hr_employee" EntityType="Model.hr_employee" />
|
||||
@@ -4968,6 +5086,10 @@
|
||||
<EntitySet Name="hr_section" EntityType="Model.hr_section" />
|
||||
<EntitySet Name="activity_shuwen" EntityType="Model.activity_shuwen" />
|
||||
<EntitySet Name="shuwen_temp" EntityType="Model.shuwen_temp" />
|
||||
<EntitySet Name="TabletElement" EntityType="Model.TabletElement" />
|
||||
<EntitySet Name="TabletPaperSize" EntityType="Model.TabletPaperSize" />
|
||||
<EntitySet Name="TabletStyle" EntityType="Model.TabletStyle" />
|
||||
<EntitySet Name="TabletStyleDetail" EntityType="Model.TabletStyleDetail" />
|
||||
</EntityContainer>
|
||||
<ComplexType Name="sp_helpdiagramdefinition_Result">
|
||||
<Property Type="Int32" Name="version" Nullable="true" />
|
||||
@@ -5694,7 +5816,7 @@
|
||||
<Property Name="start_date" Type="DateTime" Precision="0" />
|
||||
<Property Name="end_date" Type="DateTime" Precision="0" />
|
||||
<Property Name="receipt_title" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="receipt_address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
||||
<Property Name="receipt_address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" Nullable="false" />
|
||||
<NavigationProperty Name="followers" Relationship="Model.FK_auto_enroll_followers" FromRole="auto_enroll" ToRole="follower" />
|
||||
<NavigationProperty Name="pro_order" Relationship="Model.FK_pro_order_auto_enroll" FromRole="auto_enroll" ToRole="pro_order" />
|
||||
</EntityType>
|
||||
@@ -5803,6 +5925,17 @@
|
||||
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
||||
<Property Name="receipt_num" Type="Int32" />
|
||||
</EntityType>
|
||||
<EntityType Name="followers_tablet_template">
|
||||
<Key>
|
||||
<PropertyRef Name="num" />
|
||||
</Key>
|
||||
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="follower_num" Type="Int32" />
|
||||
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
||||
<Property Name="style_id" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="tablet" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="shuwen" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
</EntityType>
|
||||
<EntityType Name="hr_arrange">
|
||||
<Key>
|
||||
<PropertyRef Name="company_id" />
|
||||
@@ -6023,6 +6156,8 @@
|
||||
<Property Name="shuwen_type" Type="String" Nullable="false" MaxLength="8" FixedLength="false" Unicode="false" />
|
||||
<Property Name="contents" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
||||
<Property Name="paper_size" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="direction" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="shuwen_temp">
|
||||
<Key>
|
||||
@@ -6034,6 +6169,87 @@
|
||||
<Property Name="contents" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletElement">
|
||||
<Key>
|
||||
<PropertyRef Name="ElementID" />
|
||||
</Key>
|
||||
<Property Name="ElementID" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Name" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
||||
<Property Name="ElementType" Type="String" Nullable="false" MaxLength="30" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="SampleContent" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletPaperSize">
|
||||
<Key>
|
||||
<PropertyRef Name="PaperID" />
|
||||
</Key>
|
||||
<Property Name="PaperID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PaperName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
||||
<Property Name="Width" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Height" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletStyle">
|
||||
<Key>
|
||||
<PropertyRef Name="StyleID" />
|
||||
</Key>
|
||||
<Property Name="StyleID" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
||||
<Property Name="Descr" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
||||
<Property Name="PaperSize" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="BackendImg" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PrintSize" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PrintMode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Orientation" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PrintPageCount" Type="String" MaxLength="5" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="RosterLimit" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="TabletStyleDetail">
|
||||
<Key>
|
||||
<PropertyRef Name="StyleID" />
|
||||
<PropertyRef Name="ElementID" />
|
||||
</Key>
|
||||
<Property Name="StyleID" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
||||
<Property Name="Descr" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
||||
<Property Name="ElementID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="StartX" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="StartY" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="FontSize" Type="String" MaxLength="5" FixedLength="false" Unicode="false" />
|
||||
<Property Name="BreakLen" Type="String" MaxLength="5" FixedLength="false" Unicode="false" />
|
||||
<Property Name="FontFamily" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="TwoOffset" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="ThreeOffset" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="FourOffset" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="IsActive" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UUser" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="UTime" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Width" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Height" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="TextWidth" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="TextHeight" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="TextSpan" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
</Schema>
|
||||
</edmx:ConceptualModels>
|
||||
<!-- C-S mapping content -->
|
||||
@@ -7189,6 +7405,18 @@
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="followers_tablet_template">
|
||||
<EntityTypeMapping TypeName="Model.followers_tablet_template">
|
||||
<MappingFragment StoreEntitySet="followers_tablet_template">
|
||||
<ScalarProperty Name="shuwen" ColumnName="shuwen" />
|
||||
<ScalarProperty Name="tablet" ColumnName="tablet" />
|
||||
<ScalarProperty Name="style_id" ColumnName="style_id" />
|
||||
<ScalarProperty Name="name" ColumnName="name" />
|
||||
<ScalarProperty Name="follower_num" ColumnName="follower_num" />
|
||||
<ScalarProperty Name="num" ColumnName="num" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="hr_arrange">
|
||||
<EntityTypeMapping TypeName="Model.hr_arrange">
|
||||
<MappingFragment StoreEntitySet="hr_arrange">
|
||||
@@ -7397,6 +7625,8 @@
|
||||
<EntitySetMapping Name="activity_shuwen">
|
||||
<EntityTypeMapping TypeName="Model.activity_shuwen">
|
||||
<MappingFragment StoreEntitySet="activity_shuwen">
|
||||
<ScalarProperty Name="direction" ColumnName="direction" />
|
||||
<ScalarProperty Name="paper_size" ColumnName="paper_size" />
|
||||
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
||||
<ScalarProperty Name="contents" ColumnName="contents" />
|
||||
<ScalarProperty Name="shuwen_type" ColumnName="shuwen_type" />
|
||||
@@ -7416,6 +7646,90 @@
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="TabletElement">
|
||||
<EntityTypeMapping TypeName="Model.TabletElement">
|
||||
<MappingFragment StoreEntitySet="TabletElement">
|
||||
<ScalarProperty Name="SampleContent" ColumnName="SampleContent" />
|
||||
<ScalarProperty Name="UTime" ColumnName="UTime" />
|
||||
<ScalarProperty Name="UDate" ColumnName="UDate" />
|
||||
<ScalarProperty Name="UUser" ColumnName="UUser" />
|
||||
<ScalarProperty Name="CTime" ColumnName="CTime" />
|
||||
<ScalarProperty Name="CDate" ColumnName="CDate" />
|
||||
<ScalarProperty Name="CUser" ColumnName="CUser" />
|
||||
<ScalarProperty Name="ElementType" ColumnName="ElementType" />
|
||||
<ScalarProperty Name="Name" ColumnName="Name" />
|
||||
<ScalarProperty Name="ElementID" ColumnName="ElementID" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="TabletPaperSize">
|
||||
<EntityTypeMapping TypeName="Model.TabletPaperSize">
|
||||
<MappingFragment StoreEntitySet="TabletPaperSize">
|
||||
<ScalarProperty Name="UTime" ColumnName="UTime" />
|
||||
<ScalarProperty Name="UDate" ColumnName="UDate" />
|
||||
<ScalarProperty Name="UUser" ColumnName="UUser" />
|
||||
<ScalarProperty Name="CTime" ColumnName="CTime" />
|
||||
<ScalarProperty Name="CDate" ColumnName="CDate" />
|
||||
<ScalarProperty Name="CUser" ColumnName="CUser" />
|
||||
<ScalarProperty Name="Height" ColumnName="Height" />
|
||||
<ScalarProperty Name="Width" ColumnName="Width" />
|
||||
<ScalarProperty Name="PaperName" ColumnName="PaperName" />
|
||||
<ScalarProperty Name="PaperID" ColumnName="PaperID" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="TabletStyle">
|
||||
<EntityTypeMapping TypeName="Model.TabletStyle">
|
||||
<MappingFragment StoreEntitySet="TabletStyle">
|
||||
<ScalarProperty Name="RosterLimit" ColumnName="RosterLimit" />
|
||||
<ScalarProperty Name="UTime" ColumnName="UTime" />
|
||||
<ScalarProperty Name="UDate" ColumnName="UDate" />
|
||||
<ScalarProperty Name="UUser" ColumnName="UUser" />
|
||||
<ScalarProperty Name="CTime" ColumnName="CTime" />
|
||||
<ScalarProperty Name="CDate" ColumnName="CDate" />
|
||||
<ScalarProperty Name="CUser" ColumnName="CUser" />
|
||||
<ScalarProperty Name="PrintPageCount" ColumnName="PrintPageCount" />
|
||||
<ScalarProperty Name="Orientation" ColumnName="Orientation" />
|
||||
<ScalarProperty Name="PrintMode" ColumnName="PrintMode" />
|
||||
<ScalarProperty Name="PrintSize" ColumnName="PrintSize" />
|
||||
<ScalarProperty Name="BackendImg" ColumnName="BackendImg" />
|
||||
<ScalarProperty Name="PaperSize" ColumnName="PaperSize" />
|
||||
<ScalarProperty Name="Descr" ColumnName="Descr" />
|
||||
<ScalarProperty Name="Name" ColumnName="Name" />
|
||||
<ScalarProperty Name="StyleID" ColumnName="StyleID" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="TabletStyleDetail">
|
||||
<EntityTypeMapping TypeName="Model.TabletStyleDetail">
|
||||
<MappingFragment StoreEntitySet="TabletStyleDetail">
|
||||
<ScalarProperty Name="TextSpan" ColumnName="TextSpan" />
|
||||
<ScalarProperty Name="TextHeight" ColumnName="TextHeight" />
|
||||
<ScalarProperty Name="TextWidth" ColumnName="TextWidth" />
|
||||
<ScalarProperty Name="Height" ColumnName="Height" />
|
||||
<ScalarProperty Name="Width" ColumnName="Width" />
|
||||
<ScalarProperty Name="UTime" ColumnName="UTime" />
|
||||
<ScalarProperty Name="UDate" ColumnName="UDate" />
|
||||
<ScalarProperty Name="UUser" ColumnName="UUser" />
|
||||
<ScalarProperty Name="CTime" ColumnName="CTime" />
|
||||
<ScalarProperty Name="CDate" ColumnName="CDate" />
|
||||
<ScalarProperty Name="CUser" ColumnName="CUser" />
|
||||
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
||||
<ScalarProperty Name="FourOffset" ColumnName="FourOffset" />
|
||||
<ScalarProperty Name="ThreeOffset" ColumnName="ThreeOffset" />
|
||||
<ScalarProperty Name="TwoOffset" ColumnName="TwoOffset" />
|
||||
<ScalarProperty Name="FontFamily" ColumnName="FontFamily" />
|
||||
<ScalarProperty Name="BreakLen" ColumnName="BreakLen" />
|
||||
<ScalarProperty Name="FontSize" ColumnName="FontSize" />
|
||||
<ScalarProperty Name="StartY" ColumnName="StartY" />
|
||||
<ScalarProperty Name="StartX" ColumnName="StartX" />
|
||||
<ScalarProperty Name="ElementID" ColumnName="ElementID" />
|
||||
<ScalarProperty Name="Descr" ColumnName="Descr" />
|
||||
<ScalarProperty Name="Name" ColumnName="Name" />
|
||||
<ScalarProperty Name="StyleID" ColumnName="StyleID" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
</EntityContainerMapping>
|
||||
</Mapping>
|
||||
</edmx:Mappings>
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
<EntityTypeShape EntityType="Model.receipt_style" Width="1.5" PointX="19.375" PointY="25.75" />
|
||||
<EntityTypeShape EntityType="Model.receipt_style_d" Width="1.5" PointX="26.375" PointY="0.75" />
|
||||
<EntityTypeShape EntityType="Model.pre_order" Width="1.5" PointX="0.75" PointY="26.75" />
|
||||
<EntityTypeShape EntityType="Model.followers_tablet_template" Width="1.5" PointX="30.375" PointY="30.75" />
|
||||
<EntityTypeShape EntityType="Model.hr_arrange" Width="1.5" PointX="0.75" PointY="5.75" />
|
||||
<EntityTypeShape EntityType="Model.hr_company" Width="1.5" PointX="25.75" PointY="26.75" />
|
||||
<EntityTypeShape EntityType="Model.hr_employee" Width="1.5" PointX="27.75" PointY="4.75" />
|
||||
@@ -183,7 +184,11 @@
|
||||
<EntityTypeShape EntityType="Model.hr_org" Width="1.5" PointX="30.75" PointY="0.75" />
|
||||
<EntityTypeShape EntityType="Model.hr_section" Width="1.5" PointX="0.75" PointY="30.75" />
|
||||
<EntityTypeShape EntityType="Model.activity_shuwen" Width="1.5" PointX="10.375" PointY="30.75" />
|
||||
<EntityTypeShape EntityType="Model.shuwen_temp" Width="1.5" PointX="28.375" PointY="30.75" />
|
||||
<EntityTypeShape EntityType="Model.shuwen_temp" Width="1.5" PointX="23.375" PointY="31.75" />
|
||||
<EntityTypeShape EntityType="Model.TabletElement" Width="1.5" PointX="25.375" PointY="31.75" />
|
||||
<EntityTypeShape EntityType="Model.TabletPaperSize" Width="1.5" PointX="27.375" PointY="31.75" />
|
||||
<EntityTypeShape EntityType="Model.TabletStyle" Width="1.5" PointX="32.375" PointY="4.75" />
|
||||
<EntityTypeShape EntityType="Model.TabletStyleDetail" Width="1.5" PointX="32.375" PointY="22.75" />
|
||||
</Diagram>
|
||||
</edmx:Diagrams>
|
||||
</edmx:Designer>
|
||||
|
||||
Reference in New Issue
Block a user