6337 lines
357 KiB
XML
6337 lines
357 KiB
XML
<?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>
|
|
<!-- SSDL content -->
|
|
<edmx:StorageModels>
|
|
<Schema Namespace="Model.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
<EntityType Name="accounting">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="uptime" Type="datetime" />
|
|
<Property Name="category" Type="int" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="kind2" Type="int" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="tax" Type="real" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="mem_num" Type="int" />
|
|
<Property Name="debtor" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="activity_num" Type="int" />
|
|
<Property Name="excerpt" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pro_order_detail_num" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="accounting_num" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="pic1_name" Type="nvarchar" MaxLength="150" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="title" Type="nvarchar" MaxLength="30" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_kind2">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="title" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="bank_name" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="bank_code" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="bank_id" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="record_payment" Type="nvarchar" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityType Name="act_bom">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="package_num" Type="int" />
|
|
<Property Name="item_num" Type="int" />
|
|
<Property Name="item_type" Type="int" />
|
|
<Property Name="group_name" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="optional" Type="bit" />
|
|
<Property Name="qty" Type="int" />
|
|
<Property Name="memo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="actItem">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="partno" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="print_init" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="extend" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="cycle" Type="int" />
|
|
<Property Name="category" Type="int" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="is_reconcile" Type="nvarchar" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityType Name="actItem_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="actItem_num" Type="int" Nullable="false" />
|
|
<Property Name="files_num" Type="int" Nullable="false" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="actItem_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityType Name="activity">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="print_init" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="startDate_solar" Type="datetime" />
|
|
<Property Name="endDate_solar" Type="datetime" />
|
|
<Property Name="hall" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="start_sexagenary" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="end_sexagenary" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="monk" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="startDate_lunar" Type="datetime" />
|
|
<Property Name="endDate_lunar" Type="datetime" />
|
|
<Property Name="dueDate" Type="datetime" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="category_kind" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="activity_category_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="activity_check">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="activity_num" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="status" Type="int" />
|
|
<Property Name="qty" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="activity_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="calendar" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="month" Type="int" />
|
|
<Property Name="day" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="activity_kind_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="activity_kind_num" Type="int" Nullable="false" />
|
|
<Property Name="actItem_num" Type="int" Nullable="false" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="qty" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="activity_relating">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="activity_num" Type="int" Nullable="false" />
|
|
<Property Name="actItem_num" Type="int" Nullable="false" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="qty" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="activity_spares">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="activity_num" Type="int" Nullable="false" />
|
|
<Property Name="actItem_num" Type="int" Nullable="false" />
|
|
<Property Name="qty1" Type="int" />
|
|
<Property Name="qty2" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="admin">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="u_id" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="u_password" Type="nvarchar(max)" />
|
|
<Property Name="u_name" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="sex" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="phone1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="phone2" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="birthday" Type="datetime" />
|
|
<Property Name="email" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="city" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="area" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="uid" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="power" Type="nvarchar" MaxLength="3" />
|
|
<Property Name="online" Type="bit" Nullable="false" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="login_time" Type="datetime" />
|
|
<Property Name="login_ip" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="login_code" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="adwidth" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="wrp_news" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="wrp_bar" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="gauth_key" Type="nvarchar(max)" />
|
|
<Property Name="gauth_enabled" Type="bit" />
|
|
</EntityType>
|
|
<EntityType Name="admin_group">
|
|
<Key>
|
|
<PropertyRef Name="g_name" />
|
|
</Key>
|
|
<Property Name="g_name" Type="nvarchar" MaxLength="3" Nullable="false" />
|
|
<Property Name="items" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="demo" Type="nvarchar" MaxLength="100" />
|
|
</EntityType>
|
|
<EntityType Name="admin_log">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="u_id" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="login_time" Type="datetime" />
|
|
<Property Name="login_ip" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="status" Type="int" />
|
|
<Property Name="agent" Type="nvarchar" MaxLength="5" />
|
|
<Property Name="word" Type="nvarchar(max)" />
|
|
<Property Name="systems" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletArea">
|
|
<Key>
|
|
<PropertyRef Name="AreaId" />
|
|
</Key>
|
|
<Property Name="AreaId" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="AreaName" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
<Property Name="AreaCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="ParentAreaId" Type="int" />
|
|
<Property Name="AreaType" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="Price" Type="int" />
|
|
<Property Name="SortOrder" Type="int" />
|
|
<Property Name="IsDisabled" Type="bit" Nullable="false" />
|
|
<Property Name="Description" Type="nvarchar" MaxLength="200" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletPosition">
|
|
<Key>
|
|
<PropertyRef Name="PositionId" />
|
|
</Key>
|
|
<Property Name="PositionId" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="AreaId" Type="int" Nullable="false" />
|
|
<Property Name="PositionCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="PositionName" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="Price" Type="int" />
|
|
<Property Name="StatusCode" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="Description" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="RowNo" Type="int" />
|
|
<Property Name="ColumnNo" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletPositionRecord">
|
|
<Key>
|
|
<PropertyRef Name="RecordId" />
|
|
</Key>
|
|
<Property Name="RecordId" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="RegistrantCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="NPTitle" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="NPStandDate" Type="date" Nullable="false" />
|
|
<Property Name="NPYangShang" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="WPContent" Type="nvarchar" MaxLength="1000" />
|
|
<Property Name="CreatedAt" Type="datetime" Nullable="false" />
|
|
<Property Name="UpdatedAt" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletRegistrant">
|
|
<Key>
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Key>
|
|
<Property Name="RegistrantCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Phone" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="Address" Type="nvarchar" MaxLength="60" />
|
|
<Property Name="RegisterDate" Type="date" Nullable="false" />
|
|
<Property Name="Price" Type="int" />
|
|
<Property Name="PositionId" Type="int" />
|
|
<Property Name="StartDate" Type="date" Nullable="false" />
|
|
<Property Name="EndDate" Type="date" />
|
|
<Property Name="IsLongTerm" Type="bit" Nullable="false" />
|
|
<Property Name="IsActive" Type="bit" Nullable="false" />
|
|
<Property Name="CreatedAt" Type="datetime" Nullable="false" />
|
|
<Property Name="UpdatedAt" Type="datetime" />
|
|
<Property Name="IsEnd" Type="bit" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletStatus">
|
|
<Key>
|
|
<PropertyRef Name="StatusCode" />
|
|
</Key>
|
|
<Property Name="StatusCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="StatusName" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="StatusType" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="appellation">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="title" Type="nvarchar" MaxLength="10" />
|
|
</EntityType>
|
|
<EntityType Name="bed_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="sex" Type="nvarchar" MaxLength="2" />
|
|
</EntityType>
|
|
<EntityType Name="bed_kind_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="bed_kind_id" Type="int" />
|
|
<Property Name="bed_name" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="bed_type" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="bed_order">
|
|
<Key>
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Key>
|
|
<Property Name="bed_order_no" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="order_no" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="o_detail_id" Type="int" />
|
|
<Property Name="start_date" Type="datetime" />
|
|
<Property Name="end_date" Type="datetime" />
|
|
<Property Name="phone" Type="nvarchar(max)" />
|
|
<Property Name="keyin1" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="bed_order_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="bed_order_no" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="checkIn_date" Type="datetime" />
|
|
<Property Name="bed_kind1" Type="int" />
|
|
<Property Name="bed_kind2" Type="int" />
|
|
<Property Name="bed_kind_detail_id" Type="int" />
|
|
<Property Name="license" Type="nvarchar" MaxLength="10" />
|
|
</EntityType>
|
|
<EntityType Name="company">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="com_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="com_mail" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="bcc_mail" Type="nvarchar(max)" />
|
|
<Property Name="pic_url" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="menu" Type="bit" />
|
|
<Property Name="log_class" Type="bit" />
|
|
<Property Name="log_menu" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="last_order_no" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="adwidth" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="wrp_news" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="wrp_bar" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="smtp_url" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="smtp_port" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="smtp_ssl" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="smtp_user" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="smtp_password" Type="nvarchar(max)" />
|
|
<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" />
|
|
</EntityType>
|
|
<EntityType Name="country">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="nvarchar" MaxLength="5" Nullable="false" />
|
|
<Property Name="ID2" Type="nvarchar" MaxLength="5" />
|
|
<Property Name="ID3" Type="nvarchar" MaxLength="5" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="name_en" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="name_zh" Type="nvarchar" MaxLength="30" />
|
|
</EntityType>
|
|
<EntityType Name="family_members">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="follower_num" Type="int" Nullable="false" />
|
|
<Property Name="fam_name" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
<Property Name="fam_gender" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="fam_title" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="deceased" Type="bit" />
|
|
<Property Name="birthdate" Type="date" />
|
|
<Property Name="lunar_birthday" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="age" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="zodiac" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="birth_time" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="city" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="area" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="phone" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="mobile" Type="nvarchar" MaxLength="20" />
|
|
</EntityType>
|
|
<EntityType Name="files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="word" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="modify_time" Type="datetime" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="paperset" Type="nvarchar" MaxLength="15" />
|
|
</EntityType>
|
|
<EntityType Name="followers">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="f_number" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="u_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="sex" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="identity_type" Type="int" />
|
|
<Property Name="birthday" Type="datetime" />
|
|
<Property Name="phone" Type="nvarchar(max)" />
|
|
<Property Name="email" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="refugedate" Type="datetime" />
|
|
<Property Name="refuge_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="leader" Type="int" />
|
|
<Property Name="socialid1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="socialid2" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="tab" Type="nvarchar(max)" />
|
|
<Property Name="contactor" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="contactor_phone" Type="nvarchar(max)" />
|
|
<Property Name="blood" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="introducer" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="refuge_area" Type="nvarchar" MaxLength="25" />
|
|
<Property Name="id_code" Type="nvarchar(max)" />
|
|
<Property Name="passport" Type="nvarchar(max)" />
|
|
<Property Name="cellphone" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="admin_log" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="join_date" Type="datetime" />
|
|
<Property Name="country" Type="nvarchar" MaxLength="5" />
|
|
<Property Name="appellation_id" Type="int" />
|
|
<Property Name="follower_hash" Type="nvarchar" MaxLength="100" />
|
|
</EntityType>
|
|
<EntityType Name="followers_tablet">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="type" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="title" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="GuaDanOrder">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="StartDate" Type="date" />
|
|
<Property Name="EndDate" Type="date" />
|
|
<Property Name="CreateUser" Type="int" />
|
|
<Property Name="CreatedAt" Type="datetime2" Precision="7" />
|
|
<Property Name="UpdatedAt" Type="datetime2" Precision="7" />
|
|
<Property Name="Notes" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="GuaDanOrderNo" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="BookerFollowerNum" Type="int" />
|
|
<Property Name="BookerName" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="BookerPhone" Type="nvarchar" MaxLength="12" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="ActivityNum" Type="int" />
|
|
<Property Name="IsCancel" Type="bit" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="GuaDanOrderGuest">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="GuaDanOrderNo" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="FollowerNum" Type="int" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="RoomUuid" Type="uniqueidentifier" />
|
|
<Property Name="BedUuid" Type="uniqueidentifier" />
|
|
<Property Name="CheckInAt" Type="date" />
|
|
<Property Name="CheckOutAt" Type="date" />
|
|
<Property Name="StatusCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="OrderUuid" Type="uniqueidentifier" />
|
|
</EntityType>
|
|
<EntityType Name="GuadanTimeSetting">
|
|
<Key>
|
|
<PropertyRef Name="Id" />
|
|
</Key>
|
|
<Property Name="Id" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="EarliestCheckIn" Type="nvarchar" MaxLength="5" Nullable="false" />
|
|
<Property Name="LatestCheckOut" Type="nvarchar" MaxLength="5" Nullable="false" />
|
|
<Property Name="IsActive" Type="bit" Nullable="false" />
|
|
<Property Name="CreatedAt" Type="datetime" />
|
|
<Property Name="UpdatedAt" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="item">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="title" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="url" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="target" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="price" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="demo" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="other" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="other_url" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="s_id" Type="nvarchar" MaxLength="10" />
|
|
</EntityType>
|
|
<EntityType Name="member">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="m_number" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="u_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="sex" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="id_code" Type="nvarchar(max)" />
|
|
<Property Name="birthday" Type="datetime" />
|
|
<Property Name="blood" Type="nvarchar" MaxLength="2" />
|
|
<Property Name="educational" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="refugedate" Type="datetime" />
|
|
<Property Name="refuge_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="refuge_area" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="admin_num" Type="int" />
|
|
<Property Name="takedate" Type="datetime" />
|
|
<Property Name="leavedate" Type="datetime" />
|
|
<Property Name="group_kind" Type="int" />
|
|
<Property Name="title_kind" Type="int" />
|
|
<Property Name="salary" Type="real" />
|
|
<Property Name="phone" Type="nvarchar(max)" />
|
|
<Property Name="com_email" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="email" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="contact" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="address1" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="address2" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
</EntityType>
|
|
<EntityType Name="member_check">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="mem_num" Type="int" />
|
|
<Property Name="check_date" Type="date" />
|
|
<Property Name="check_time" Type="time" Precision="3" />
|
|
<Property Name="check_type" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="login_type" Type="int" />
|
|
<Property Name="login_ip" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="hour" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="member_group">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</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="resttime" Type="int" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="member_title">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityType Name="news">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="selltime1" Type="datetime" />
|
|
<Property Name="selltime2" Type="datetime" />
|
|
<Property Name="uptime" Type="datetime" />
|
|
<Property Name="topping" Type="nvarchar" MaxLength="1" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="word" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="author" Type="int" />
|
|
<Property Name="activity_num" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="news_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
<PropertyRef Name="news_id" />
|
|
</Key>
|
|
<Property Name="num" Type="nvarchar" MaxLength="14" Nullable="false" />
|
|
<Property Name="news_id" Type="int" Nullable="false" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pic_name" Type="nvarchar" MaxLength="150" />
|
|
<Property Name="pic_type" Type="nvarchar" MaxLength="10" />
|
|
</EntityType>
|
|
<EntityType Name="news_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="1" />
|
|
</EntityType>
|
|
<EntityType Name="PostCity">
|
|
<Key>
|
|
<PropertyRef Name="city" />
|
|
</Key>
|
|
<Property Name="city" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="PostNumber">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" Nullable="false" />
|
|
<Property Name="PostNumber" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="City" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="Area" Type="nvarchar" MaxLength="255" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order">
|
|
<Key>
|
|
<PropertyRef Name="order_no" />
|
|
</Key>
|
|
<Property Name="order_no" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="up_time" Type="datetime" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="keyin1" Type="nvarchar" MaxLength="3" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="phone" Type="nvarchar(max)" />
|
|
<Property Name="activity_num" Type="int" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="introducer" Type="int" />
|
|
<Property Name="send_receipt" Type="bit" />
|
|
<Property Name="receipt_title" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="order_no" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="actItem_num" Type="int" />
|
|
<Property Name="parent_num" Type="int" />
|
|
<Property Name="print_id" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="f_num_tablet" Type="nvarchar(max)" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="from_id" Type="int" />
|
|
<Property Name="from_id_tablet" Type="nvarchar(max)" />
|
|
<Property Name="due_date" Type="datetime" />
|
|
<Property Name="bed_type" Type="int" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="qty" Type="int" />
|
|
<Property Name="start_date" Type="datetime" />
|
|
<Property Name="extend_date" Type="datetime" />
|
|
<Property Name="pay" Type="real" />
|
|
<Property Name="pay_date" Type="datetime" />
|
|
<Property Name="keyin1" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="customize_data" Type="nvarchar(max)" />
|
|
<Property Name="printed_files" Type="nvarchar(max)" />
|
|
<Property Name="UpdateTime" Type="datetime2" Precision="7" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order_record">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="detail_num" Type="int" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="payment" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pay_date" Type="datetime" />
|
|
<Property Name="organization" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="bank_code" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="transfer_id" Type="int" />
|
|
<Property Name="reconcile_memo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="project">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="actItem_num" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
</EntityType>
|
|
<EntityType Name="project_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="project_sub">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="subject" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="uptime" Type="datetime" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="word" Type="nvarchar(max)" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="pro_id" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="Region">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="nvarchar" MaxLength="100" Nullable="false" />
|
|
<Property Name="Description" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="SortOrder" Type="int" />
|
|
<Property Name="CreatedBy" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="CreatedAt" Type="datetime" />
|
|
<Property Name="UpdatedAt" Type="datetime" />
|
|
<Property Name="IsActive" Type="bit" Nullable="false" />
|
|
<Property Name="RoomCount" Type="int" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="ParentUuid" Type="uniqueidentifier" />
|
|
<Property Name="RegionTypeUuid" Type="uniqueidentifier" />
|
|
<Property Name="Gender" Type="bit" />
|
|
</EntityType>
|
|
<EntityType Name="RegionAndRoomAndBedSchedule">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="UseType" Type="int" Nullable="false" />
|
|
<Property Name="Title" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="Description" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="CreatedBy" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="CreatedAt" Type="datetime2" Precision="7" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="TargetUuid" Type="uniqueidentifier" />
|
|
<Property Name="GuaDanOrderNo" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="ScheduleDate" Type="date" />
|
|
<Property Name="IsCancel" Type="bit" Nullable="false" />
|
|
<Property Name="GuaDanOrderGuestUuid" Type="uniqueidentifier" />
|
|
</EntityType>
|
|
<EntityType Name="RegionRoomBed">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="IsActive" Type="bit" Nullable="false" />
|
|
<Property Name="Gender" Type="bit" Nullable="false" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="RoomUuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="StatusCode" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="RegionRoomBedStatus">
|
|
<Key>
|
|
<PropertyRef Name="Code" />
|
|
</Key>
|
|
<Property Name="Code" Type="nvarchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Description" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="Category" Type="int" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="RegionType">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Code" Type="varchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="IsActive" Type="bit" Nullable="false" />
|
|
<Property Name="CreateAt" Type="datetime" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="Room">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="Gender" Type="bit" Nullable="false" />
|
|
<Property Name="BedCount" Type="int" />
|
|
<Property Name="IsActive" Type="bit" />
|
|
<Property Name="CreatedAt" Type="datetime" />
|
|
<Property Name="UpdatedAt" Type="datetime" />
|
|
<Property Name="IsDeleted" Type="bit" Nullable="false" />
|
|
<Property Name="Uuid" Type="uniqueidentifier" Nullable="false" />
|
|
<Property Name="RegionUuid" Type="uniqueidentifier" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="ShuWen">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="ActivityNum" Type="int" Nullable="false" />
|
|
<Property Name="CreateTime" Type="datetime2" Precision="7" Nullable="false" />
|
|
<Property Name="UpdateTime" Type="datetime2" Precision="7" Nullable="false" />
|
|
<Property Name="ShuWenList" Type="nvarchar(max)" />
|
|
<Property Name="IsGenerating" Type="bit" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="stock">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="uptime" Type="datetime" />
|
|
<Property Name="category" Type="int" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="activity_num" Type="int" />
|
|
<Property Name="actItem_num" Type="int" />
|
|
<Property Name="qty" Type="int" />
|
|
<Property Name="price" Type="real" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="mem_num" Type="int" />
|
|
<Property Name="debtor" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="balances" Type="int" />
|
|
<Property Name="reason" Type="int" />
|
|
<Property Name="supplier" Type="int" />
|
|
<Property Name="final_stock" Type="int" />
|
|
<Property Name="rent_stock" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="stock_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="stock_num" Type="int" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="pic1_name" Type="nvarchar" MaxLength="150" />
|
|
</EntityType>
|
|
<EntityType Name="stock_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="stock_reason">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="category" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="supplier">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="s_number" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="u_name" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="kind" Type="int" />
|
|
<Property Name="phone2" Type="nvarchar(max)" />
|
|
<Property Name="phone1" Type="nvarchar(max)" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="fax" Type="nvarchar(max)" />
|
|
<Property Name="email" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="url" Type="nvarchar(max)" />
|
|
<Property Name="pic1" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
<Property Name="reg_time" Type="datetime" />
|
|
<Property Name="admin_log" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="c_num" Type="nvarchar" MaxLength="8" />
|
|
</EntityType>
|
|
<EntityType Name="supplier_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="kind" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="root" Type="int" />
|
|
<Property Name="range" Type="int" />
|
|
<Property Name="demo" Type="nvarchar(max)" />
|
|
</EntityType>
|
|
<EntityType Name="transfer_register">
|
|
<Key>
|
|
<PropertyRef Name="id" />
|
|
</Key>
|
|
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="activity_num" Type="int" />
|
|
<Property Name="name" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="phone" Type="nvarchar" MaxLength="30" />
|
|
<Property Name="pay_type" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="account_last5" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="amount" Type="decimal" Precision="12" Scale="2" />
|
|
<Property Name="pay_mode" Type="nvarchar" MaxLength="10" />
|
|
<Property Name="note" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="proof_img" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="status" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="create_time" Type="datetime" />
|
|
<Property Name="f_num_match" Type="int" />
|
|
<Property Name="f_num" Type="int" />
|
|
<Property Name="acc_num" Type="int" />
|
|
<Property Name="check_date" Type="datetime" />
|
|
<Property Name="check_amount" Type="decimal" Precision="12" Scale="2" />
|
|
<Property Name="check_memo" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="check_status" Type="nvarchar" MaxLength="20" />
|
|
<Property Name="acc_kind" Type="int" />
|
|
<Property Name="member_num" Type="int" />
|
|
<Property Name="verify_time" Type="datetime" />
|
|
<Property Name="verify_note" Type="nvarchar" MaxLength="200" />
|
|
<Property Name="remain_amount" Type="decimal" Precision="12" Scale="2" />
|
|
<Property Name="draft" Type="nvarchar(max)" />
|
|
<Property Name="balance_act_item" Type="int" />
|
|
<Property Name="balance_pro_order_detail" Type="int" />
|
|
</EntityType>
|
|
<Association Name="FK__Ancestral__Regis__5A1A5A11">
|
|
<End Role="AncestralTabletRegistrant" Type="Self.AncestralTabletRegistrant" Multiplicity="1" />
|
|
<End Role="AncestralTabletPositionRecord" Type="Self.AncestralTabletPositionRecord" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletRegistrant">
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPositionRecord">
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_accounting_kind">
|
|
<End Role="accounting_kind" Type="Self.accounting_kind" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_accounting_kind2">
|
|
<End Role="accounting_kind2" Type="Self.accounting_kind2" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="kind2" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_files_accounting">
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="accounting_files" Type="Self.accounting_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting_files">
|
|
<PropertyRef Name="accounting_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="pro_order_detail_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_act_bom_act_bom">
|
|
<End Role="act_bom" Type="Self.act_bom" Multiplicity="0..1" />
|
|
<End Role="act_bom1" Type="Self.act_bom" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="act_bom">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="act_bom1">
|
|
<PropertyRef Name="package_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_act_bom_actItem1">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1" />
|
|
<End Role="act_bom" Type="Self.act_bom" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="act_bom">
|
|
<PropertyRef Name="item_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_actItem_actItem_kind">
|
|
<End Role="actItem_kind" Type="Self.actItem_kind" Multiplicity="0..1" />
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="actItem">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_actItem_files_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="actItem_files" Type="Self.actItem_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="actItem_files">
|
|
<PropertyRef Name="actItem_num" />
|
|
</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="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_check_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_check" Type="Self.activity_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_check">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_check_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_check" Type="Self.activity_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_check">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_kind_detail_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_kind_detail" Type="Self.activity_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_kind_detail">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_kind_detail_activity_kind">
|
|
<End Role="activity_kind" Type="Self.activity_kind" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_kind_detail" Type="Self.activity_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_kind_detail">
|
|
<PropertyRef Name="activity_kind_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_relating_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_relating" Type="Self.activity_relating" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_relating">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_relating_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="1" />
|
|
<End Role="activity_relating" Type="Self.activity_relating" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_relating">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_spares_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_spares" Type="Self.activity_spares" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_spares">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_spares_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="1" />
|
|
<End Role="activity_spares" Type="Self.activity_spares" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_spares">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_admin_admin_group">
|
|
<End Role="admin_group" Type="Self.admin_group" Multiplicity="0..1" />
|
|
<End Role="admin" Type="Self.admin" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin_group">
|
|
<PropertyRef Name="g_name" />
|
|
</Principal>
|
|
<Dependent Role="admin">
|
|
<PropertyRef Name="power" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_AncestralTabletArea_Parent">
|
|
<End Role="AncestralTabletArea" Type="Self.AncestralTabletArea" Multiplicity="0..1" />
|
|
<End Role="AncestralTabletArea1" Type="Self.AncestralTabletArea" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletArea">
|
|
<PropertyRef Name="AreaId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletArea1">
|
|
<PropertyRef Name="ParentAreaId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_kind_detail_bed_kind">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_kind_detail" Type="Self.bed_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_kind_detail">
|
|
<PropertyRef Name="bed_kind_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind1" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind_detail">
|
|
<End Role="bed_kind_detail" Type="Self.bed_kind_detail" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind_detail_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind1">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind2" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_order">
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_order">
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_pro_order">
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="0..1" />
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Principal>
|
|
<Dependent Role="bed_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1" />
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order">
|
|
<PropertyRef Name="o_detail_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_family_members_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="1" />
|
|
<End Role="family_members" Type="Self.family_members" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="family_members">
|
|
<PropertyRef Name="follower_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_appellation">
|
|
<End Role="appellation" Type="Self.appellation" Multiplicity="0..1" />
|
|
<End Role="followers" Type="Self.followers" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="appellation">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers">
|
|
<PropertyRef Name="appellation_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_country">
|
|
<End Role="country" Type="Self.country" Multiplicity="0..1" />
|
|
<End Role="followers" Type="Self.followers" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="country">
|
|
<PropertyRef Name="ID" />
|
|
</Principal>
|
|
<Dependent Role="followers">
|
|
<PropertyRef Name="country" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="followers1" Type="Self.followers" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers1">
|
|
<PropertyRef Name="leader" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_tablet_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="followers_tablet" Type="Self.followers_tablet" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers_tablet">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrder_Admin_CreateUser">
|
|
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrder" Type="Self.GuaDanOrder" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrder">
|
|
<PropertyRef Name="CreateUser" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrder_Followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrder" Type="Self.GuaDanOrder" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrder">
|
|
<PropertyRef Name="BookerFollowerNum" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_BedUuid">
|
|
<End Role="RegionRoomBed" Type="Self.RegionRoomBed" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBed">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="BedUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_FOLLOWERS">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="FollowerNum" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_Order">
|
|
<End Role="GuaDanOrder" Type="Self.GuaDanOrder" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="GuaDanOrder">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="OrderUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_RoomUuid">
|
|
<End Role="Room" Type="Self.Room" Multiplicity="0..1" />
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Room">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="RoomUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_StatusCode">
|
|
<End Role="RegionRoomBedStatus" Type="Self.RegionRoomBedStatus" Multiplicity="1" />
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBedStatus">
|
|
<PropertyRef Name="Code" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_admin">
|
|
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="admin_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_check_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="member_check" Type="Self.member_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member_check">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_member_group">
|
|
<End Role="member_group" Type="Self.member_group" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member_group">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="group_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_member_title">
|
|
<End Role="member_title" Type="Self.member_title" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member_title">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="title_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_admin">
|
|
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="author" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_files_news">
|
|
<End Role="news" Type="Self.news" Multiplicity="1" />
|
|
<End Role="news_files" Type="Self.news_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="news">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news_files">
|
|
<PropertyRef Name="news_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_news_kind">
|
|
<End Role="news_kind" Type="Self.news_kind" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="news_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Position_Area">
|
|
<End Role="AncestralTabletArea" Type="Self.AncestralTabletArea" Multiplicity="1" />
|
|
<End Role="AncestralTabletPosition" Type="Self.AncestralTabletPosition" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletArea">
|
|
<PropertyRef Name="AreaId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPosition">
|
|
<PropertyRef Name="AreaId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Position_Status">
|
|
<End Role="AncestralTabletStatus" Type="Self.AncestralTabletStatus" Multiplicity="0..1" />
|
|
<End Role="AncestralTabletPosition" Type="Self.AncestralTabletPosition" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletStatus">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPosition">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_followers1">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="from_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_pro_order">
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_introducer">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="introducer" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_accounting_kind2">
|
|
<End Role="accounting_kind2" Type="Self.accounting_kind2" Multiplicity="0..1" />
|
|
<End Role="pro_order_record" Type="Self.pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="payment" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="pro_order_record" Type="Self.pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="detail_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_transfer_register">
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="0..1" />
|
|
<End Role="pro_order_record" Type="Self.pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="transfer_register">
|
|
<PropertyRef Name="id" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="transfer_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="project" Type="Self.project" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_project_kind">
|
|
<End Role="project_kind" Type="Self.project_kind" Multiplicity="0..1" />
|
|
<End Role="project" Type="Self.project" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="project_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_sub_project">
|
|
<End Role="project" Type="Self.project" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="project_sub" Type="Self.project_sub" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="project">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project_sub">
|
|
<PropertyRef Name="pro_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Region_ParentUuid">
|
|
<End Role="Region" Type="Self.Region" Multiplicity="0..1" />
|
|
<End Role="Region1" Type="Self.Region" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Region">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Region1">
|
|
<PropertyRef Name="ParentUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Region_RegionTypeUuid">
|
|
<End Role="RegionType" Type="Self.RegionType" Multiplicity="0..1" />
|
|
<End Role="Region" Type="Self.Region" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionType">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Region">
|
|
<PropertyRef Name="RegionTypeUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_RegionRoomBed_RoomUuid">
|
|
<End Role="Room" Type="Self.Room" Multiplicity="1" />
|
|
<End Role="RegionRoomBed" Type="Self.RegionRoomBed" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Room">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="RegionRoomBed">
|
|
<PropertyRef Name="RoomUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_RegionRoomBed_StatusCode">
|
|
<End Role="RegionRoomBedStatus" Type="Self.RegionRoomBedStatus" Multiplicity="1" />
|
|
<End Role="RegionRoomBed" Type="Self.RegionRoomBed" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBedStatus">
|
|
<PropertyRef Name="Code" />
|
|
</Principal>
|
|
<Dependent Role="RegionRoomBed">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Registrant_Position">
|
|
<End Role="AncestralTabletPosition" Type="Self.AncestralTabletPosition" Multiplicity="0..1" />
|
|
<End Role="AncestralTabletRegistrant" Type="Self.AncestralTabletRegistrant" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletPosition">
|
|
<PropertyRef Name="PositionId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletRegistrant">
|
|
<PropertyRef Name="PositionId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Room_Region">
|
|
<End Role="Region" Type="Self.Region" Multiplicity="1" />
|
|
<End Role="Room" Type="Self.Room" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Region">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Room">
|
|
<PropertyRef Name="RegionUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Schedule_GuaDanOrderGuest">
|
|
<End Role="GuaDanOrderGuest" Type="Self.GuaDanOrderGuest" Multiplicity="0..1" />
|
|
<End Role="RegionAndRoomAndBedSchedule" Type="Self.RegionAndRoomAndBedSchedule" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="RegionAndRoomAndBedSchedule">
|
|
<PropertyRef Name="GuaDanOrderGuestUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_files_stock">
|
|
<End Role="stock" Type="Self.stock" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="stock_files" Type="Self.stock_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock_files">
|
|
<PropertyRef Name="stock_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_stock_kind">
|
|
<End Role="stock_kind" Type="Self.stock_kind" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_stock_reason">
|
|
<End Role="stock_reason" Type="Self.stock_reason" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock_reason">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="reason" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_supplier">
|
|
<End Role="supplier" Type="Self.supplier" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="supplier">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="supplier" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_supplier_supplier_kind">
|
|
<End Role="supplier_kind" Type="Self.supplier_kind" Multiplicity="0..1" />
|
|
<End Role="supplier" Type="Self.supplier" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="supplier_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="supplier">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_accounting_kind2">
|
|
<End Role="accounting_kind2" Type="Self.accounting_kind2" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="acc_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_accountings">
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="acc_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="balance_act_item" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_followers">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_followers_match">
|
|
<End Role="followers" Type="Self.followers" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="f_num_match" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="member_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1" />
|
|
<End Role="transfer_register" Type="Self.transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="balance_pro_order_detail" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Function Name="pager_eztrust" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
|
|
<Parameter Name="StartRowIndex" Type="int" Mode="In" />
|
|
<Parameter Name="PageSize" Type="int" Mode="In" />
|
|
<Parameter Name="tableName" Type="nvarchar" Mode="In" />
|
|
<Parameter Name="columnName" Type="nvarchar" Mode="In" />
|
|
<Parameter Name="sqlWhere" Type="nvarchar" Mode="In" />
|
|
<Parameter Name="orderBy" Type="nvarchar" Mode="In" />
|
|
<Parameter Name="rowCount" Type="int" Mode="InOut" />
|
|
</Function>
|
|
<EntityContainer Name="ModelStoreContainer">
|
|
<EntitySet Name="accounting" EntityType="Self.accounting" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="accounting_files" EntityType="Self.accounting_files" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="accounting_kind" EntityType="Self.accounting_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="accounting_kind2" EntityType="Self.accounting_kind2" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="act_bom" EntityType="Self.act_bom" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="actItem" EntityType="Self.actItem" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="actItem_files" EntityType="Self.actItem_files" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="actItem_kind" EntityType="Self.actItem_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity" EntityType="Self.activity" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_category_kind" EntityType="Self.activity_category_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_check" EntityType="Self.activity_check" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_kind" EntityType="Self.activity_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_kind_detail" EntityType="Self.activity_kind_detail" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_relating" EntityType="Self.activity_relating" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="activity_spares" EntityType="Self.activity_spares" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="admin" EntityType="Self.admin" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="admin_group" EntityType="Self.admin_group" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="admin_log" EntityType="Self.admin_log" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AncestralTabletArea" EntityType="Self.AncestralTabletArea" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AncestralTabletPosition" EntityType="Self.AncestralTabletPosition" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AncestralTabletPositionRecord" EntityType="Self.AncestralTabletPositionRecord" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AncestralTabletRegistrant" EntityType="Self.AncestralTabletRegistrant" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="AncestralTabletStatus" EntityType="Self.AncestralTabletStatus" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="appellation" EntityType="Self.appellation" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="bed_kind" EntityType="Self.bed_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="bed_kind_detail" EntityType="Self.bed_kind_detail" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="bed_order" EntityType="Self.bed_order" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="bed_order_detail" EntityType="Self.bed_order_detail" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="company" EntityType="Self.company" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="country" EntityType="Self.country" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="family_members" EntityType="Self.family_members" Schema="dbo" store:Type="Tables" />
|
|
<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="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" />
|
|
<EntitySet Name="item" EntityType="Self.item" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="member" EntityType="Self.member" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="member_check" EntityType="Self.member_check" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="member_group" EntityType="Self.member_group" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="member_title" EntityType="Self.member_title" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="news" EntityType="Self.news" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="news_files" EntityType="Self.news_files" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="news_kind" EntityType="Self.news_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="PostCity" EntityType="Self.PostCity" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="PostNumber" EntityType="Self.PostNumber" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="pro_order" EntityType="Self.pro_order" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="pro_order_detail" EntityType="Self.pro_order_detail" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="pro_order_record" EntityType="Self.pro_order_record" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="project" EntityType="Self.project" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="project_kind" EntityType="Self.project_kind" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="project_sub" EntityType="Self.project_sub" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Region" EntityType="Self.Region" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RegionAndRoomAndBedSchedule" EntityType="Self.RegionAndRoomAndBedSchedule" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RegionRoomBed" EntityType="Self.RegionRoomBed" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RegionRoomBedStatus" EntityType="Self.RegionRoomBedStatus" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RegionType" EntityType="Self.RegionType" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Room" EntityType="Self.Room" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="ShuWen" EntityType="Self.ShuWen" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="stock" EntityType="Self.stock" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="stock_files" EntityType="Self.stock_files" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="stock_kind" EntityType="Self.stock_kind" Schema="dbo" store:Type="Tables" />
|
|
<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="transfer_register" EntityType="Self.transfer_register" Schema="dbo" store:Type="Tables" />
|
|
<AssociationSet Name="FK__Ancestral__Regis__5A1A5A11" Association="Self.FK__Ancestral__Regis__5A1A5A11">
|
|
<End Role="AncestralTabletRegistrant" EntitySet="AncestralTabletRegistrant" />
|
|
<End Role="AncestralTabletPositionRecord" EntitySet="AncestralTabletPositionRecord" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_accounting_kind" Association="Self.FK_accounting_accounting_kind">
|
|
<End Role="accounting_kind" EntitySet="accounting_kind" />
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_accounting_kind2" Association="Self.FK_accounting_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_activity" Association="Self.FK_accounting_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_files_accounting" Association="Self.FK_accounting_files_accounting">
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
<End Role="accounting_files" EntitySet="accounting_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_member" Association="Self.FK_accounting_member">
|
|
<End Role="member" EntitySet="member" />
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_pro_order_detail" Association="Self.FK_accounting_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_act_bom_act_bom" Association="Self.FK_act_bom_act_bom">
|
|
<End Role="act_bom" EntitySet="act_bom" />
|
|
<End Role="act_bom1" EntitySet="act_bom" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_act_bom_actItem1" Association="Self.FK_act_bom_actItem1">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="act_bom" EntitySet="act_bom" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_actItem_actItem_kind" Association="Self.FK_actItem_actItem_kind">
|
|
<End Role="actItem_kind" EntitySet="actItem_kind" />
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_actItem_files_actItem" Association="Self.FK_actItem_files_actItem">
|
|
<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" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_check_activity" Association="Self.FK_activity_check_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="activity_check" EntitySet="activity_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_check_followers" Association="Self.FK_activity_check_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="activity_check" EntitySet="activity_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_kind_detail_actItem" Association="Self.FK_activity_kind_detail_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="activity_kind_detail" EntitySet="activity_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_kind_detail_activity_kind" Association="Self.FK_activity_kind_detail_activity_kind">
|
|
<End Role="activity_kind" EntitySet="activity_kind" />
|
|
<End Role="activity_kind_detail" EntitySet="activity_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_relating_actItem" Association="Self.FK_activity_relating_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="activity_relating" EntitySet="activity_relating" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_relating_activity" Association="Self.FK_activity_relating_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="activity_relating" EntitySet="activity_relating" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_spares_actItem" Association="Self.FK_activity_spares_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="activity_spares" EntitySet="activity_spares" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_spares_activity" Association="Self.FK_activity_spares_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="activity_spares" EntitySet="activity_spares" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_admin_admin_group" Association="Self.FK_admin_admin_group">
|
|
<End Role="admin_group" EntitySet="admin_group" />
|
|
<End Role="admin" EntitySet="admin" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_AncestralTabletArea_Parent" Association="Self.FK_AncestralTabletArea_Parent">
|
|
<End Role="AncestralTabletArea" EntitySet="AncestralTabletArea" />
|
|
<End Role="AncestralTabletArea1" EntitySet="AncestralTabletArea" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_kind_detail_bed_kind" Association="Self.FK_bed_kind_detail_bed_kind">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_kind_detail" EntitySet="bed_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind" Association="Self.FK_bed_order_detail_bed_kind">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind_detail" Association="Self.FK_bed_order_detail_bed_kind_detail">
|
|
<End Role="bed_kind_detail" EntitySet="bed_kind_detail" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind1" Association="Self.FK_bed_order_detail_bed_kind1">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_order" Association="Self.FK_bed_order_detail_bed_order">
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_pro_order" Association="Self.FK_bed_order_pro_order">
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_pro_order_detail" Association="Self.FK_bed_order_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_family_members_followers" Association="Self.FK_family_members_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="family_members" EntitySet="family_members" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_appellation" Association="Self.FK_followers_appellation">
|
|
<End Role="appellation" EntitySet="appellation" />
|
|
<End Role="followers" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_country" Association="Self.FK_followers_country">
|
|
<End Role="country" EntitySet="country" />
|
|
<End Role="followers" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_followers" Association="Self.FK_followers_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="followers1" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_tablet_followers" Association="Self.FK_followers_tablet_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="followers_tablet" EntitySet="followers_tablet" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrder_Admin_CreateUser" Association="Self.FK_GuaDanOrder_Admin_CreateUser">
|
|
<End Role="admin" EntitySet="admin" />
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrder_Followers" Association="Self.FK_GuaDanOrder_Followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_BedUuid" Association="Self.FK_GuaDanOrderGuest_BedUuid">
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_FOLLOWERS" Association="Self.FK_GuaDanOrderGuest_FOLLOWERS">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_Order" Association="Self.FK_GuaDanOrderGuest_Order">
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_RoomUuid" Association="Self.FK_GuaDanOrderGuest_RoomUuid">
|
|
<End Role="Room" EntitySet="Room" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_StatusCode" Association="Self.FK_GuaDanOrderGuest_StatusCode">
|
|
<End Role="RegionRoomBedStatus" EntitySet="RegionRoomBedStatus" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_admin" Association="Self.FK_member_admin">
|
|
<End Role="admin" EntitySet="admin" />
|
|
<End Role="member" EntitySet="member" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_check_member" Association="Self.FK_member_check_member">
|
|
<End Role="member" EntitySet="member" />
|
|
<End Role="member_check" EntitySet="member_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_followers" Association="Self.FK_member_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="member" EntitySet="member" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_member_group" Association="Self.FK_member_member_group">
|
|
<End Role="member_group" EntitySet="member_group" />
|
|
<End Role="member" EntitySet="member" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_member_title" Association="Self.FK_member_member_title">
|
|
<End Role="member_title" EntitySet="member_title" />
|
|
<End Role="member" EntitySet="member" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_activity" Association="Self.FK_news_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_admin" Association="Self.FK_news_admin">
|
|
<End Role="admin" EntitySet="admin" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_files_news" Association="Self.FK_news_files_news">
|
|
<End Role="news" EntitySet="news" />
|
|
<End Role="news_files" EntitySet="news_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_news_kind" Association="Self.FK_news_news_kind">
|
|
<End Role="news_kind" EntitySet="news_kind" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Position_Area" Association="Self.FK_Position_Area">
|
|
<End Role="AncestralTabletArea" EntitySet="AncestralTabletArea" />
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Position_Status" Association="Self.FK_Position_Status">
|
|
<End Role="AncestralTabletStatus" EntitySet="AncestralTabletStatus" />
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_activity" Association="Self.FK_pro_order_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_actItem" Association="Self.FK_pro_order_detail_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_followers" Association="Self.FK_pro_order_detail_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_followers1" Association="Self.FK_pro_order_detail_followers1">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_pro_order" Association="Self.FK_pro_order_detail_pro_order">
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_followers" Association="Self.FK_pro_order_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_introducer" Association="Self.FK_pro_order_introducer">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_accounting_kind2" Association="Self.FK_pro_order_record_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_pro_order_detail" Association="Self.FK_pro_order_record_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_transfer_register" Association="Self.FK_pro_order_record_transfer_register">
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_actItem" Association="Self.FK_project_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="project" EntitySet="project" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_project_kind" Association="Self.FK_project_project_kind">
|
|
<End Role="project_kind" EntitySet="project_kind" />
|
|
<End Role="project" EntitySet="project" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_sub_project" Association="Self.FK_project_sub_project">
|
|
<End Role="project" EntitySet="project" />
|
|
<End Role="project_sub" EntitySet="project_sub" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Region_ParentUuid" Association="Self.FK_Region_ParentUuid">
|
|
<End Role="Region" EntitySet="Region" />
|
|
<End Role="Region1" EntitySet="Region" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Region_RegionTypeUuid" Association="Self.FK_Region_RegionTypeUuid">
|
|
<End Role="RegionType" EntitySet="RegionType" />
|
|
<End Role="Region" EntitySet="Region" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_RegionRoomBed_RoomUuid" Association="Self.FK_RegionRoomBed_RoomUuid">
|
|
<End Role="Room" EntitySet="Room" />
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_RegionRoomBed_StatusCode" Association="Self.FK_RegionRoomBed_StatusCode">
|
|
<End Role="RegionRoomBedStatus" EntitySet="RegionRoomBedStatus" />
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Registrant_Position" Association="Self.FK_Registrant_Position">
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
<End Role="AncestralTabletRegistrant" EntitySet="AncestralTabletRegistrant" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Room_Region" Association="Self.FK_Room_Region">
|
|
<End Role="Region" EntitySet="Region" />
|
|
<End Role="Room" EntitySet="Room" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Schedule_GuaDanOrderGuest" Association="Self.FK_Schedule_GuaDanOrderGuest">
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
<End Role="RegionAndRoomAndBedSchedule" EntitySet="RegionAndRoomAndBedSchedule" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_actItem" Association="Self.FK_stock_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_activity" Association="Self.FK_stock_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_files_stock" Association="Self.FK_stock_files_stock">
|
|
<End Role="stock" EntitySet="stock" />
|
|
<End Role="stock_files" EntitySet="stock_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_member" Association="Self.FK_stock_member">
|
|
<End Role="member" EntitySet="member" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_stock_kind" Association="Self.FK_stock_stock_kind">
|
|
<End Role="stock_kind" EntitySet="stock_kind" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_stock_reason" Association="Self.FK_stock_stock_reason">
|
|
<End Role="stock_reason" EntitySet="stock_reason" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_supplier" Association="Self.FK_stock_supplier">
|
|
<End Role="supplier" EntitySet="supplier" />
|
|
<End Role="stock" EntitySet="stock" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_supplier_supplier_kind" Association="Self.FK_supplier_supplier_kind">
|
|
<End Role="supplier_kind" EntitySet="supplier_kind" />
|
|
<End Role="supplier" EntitySet="supplier" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_accounting_kind2" Association="Self.FK_transfer_register_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_accountings" Association="Self.FK_transfer_register_accountings">
|
|
<End Role="accounting" EntitySet="accounting" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_actItem" Association="Self.FK_transfer_register_actItem">
|
|
<End Role="actItem" EntitySet="actItem" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_activity" Association="Self.FK_transfer_register_activity">
|
|
<End Role="activity" EntitySet="activity" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_followers" Association="Self.FK_transfer_register_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_followers_match" Association="Self.FK_transfer_register_followers_match">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_member" Association="Self.FK_transfer_register_member">
|
|
<End Role="member" EntitySet="member" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_pro_order_detail" Association="Self.FK_transfer_register_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
</EntityContainer>
|
|
</Schema></edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
<EntityType Name="accounting">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="uptime" Type="DateTime" Precision="3" />
|
|
<Property Name="category" Type="Int32" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="kind2" Type="Int32" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="tax" Type="Single" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="mem_num" Type="Int32" />
|
|
<Property Name="debtor" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<Property Name="excerpt" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="accounting_kind" Relationship="Self.FK_accounting_accounting_kind" FromRole="accounting" ToRole="accounting_kind" />
|
|
<NavigationProperty Name="accounting_kind2" Relationship="Self.FK_accounting_accounting_kind2" FromRole="accounting" ToRole="accounting_kind2" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_accounting_activity" FromRole="accounting" ToRole="activity" />
|
|
<NavigationProperty Name="accounting_files" Relationship="Self.FK_accounting_files_accounting" FromRole="accounting" ToRole="accounting_files" />
|
|
<NavigationProperty Name="member" Relationship="Self.FK_accounting_member" FromRole="accounting" ToRole="member" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_accountings" FromRole="accounting" ToRole="transfer_register" />
|
|
<Property Name="pro_order_detail_num" Type="Int32" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Model.FK_accounting_pro_order_detail" FromRole="accounting" ToRole="pro_order_detail" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="accounting_num" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic1_name" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accounting" Relationship="Self.FK_accounting_files_accounting" FromRole="accounting_files" ToRole="accounting" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="title" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accountings" Relationship="Self.FK_accounting_accounting_kind" FromRole="accounting_kind" ToRole="accounting" />
|
|
</EntityType>
|
|
<EntityType Name="accounting_kind2">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="title" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="bank_name" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="bank_code" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="bank_id" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="record_payment" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accountings" Relationship="Self.FK_accounting_accounting_kind2" FromRole="accounting_kind2" ToRole="accounting" />
|
|
<NavigationProperty Name="pro_order_record" Relationship="Self.FK_pro_order_record_accounting_kind2" FromRole="accounting_kind2" ToRole="pro_order_record" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_accounting_kind2" FromRole="accounting_kind2" ToRole="transfer_register" />
|
|
</EntityType>
|
|
<EntityType Name="actItem">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="subject" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="status" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="extend" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="cycle" Type="Int32" />
|
|
<Property Name="category" Type="Int32" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem_kind" Relationship="Self.FK_actItem_actItem_kind" FromRole="actItem" ToRole="actItem_kind" />
|
|
<NavigationProperty Name="actItem_files" Relationship="Self.FK_actItem_files_actItem" FromRole="actItem" ToRole="actItem_files" />
|
|
<NavigationProperty Name="activity_kind_detail" Relationship="Self.FK_activity_kind_detail_actItem" FromRole="actItem" ToRole="activity_kind_detail" />
|
|
<NavigationProperty Name="activity_relating" Relationship="Self.FK_activity_relating_actItem" FromRole="actItem" ToRole="activity_relating" />
|
|
<NavigationProperty Name="activity_spares" Relationship="Self.FK_activity_spares_actItem" FromRole="actItem" ToRole="activity_spares" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Self.FK_pro_order_detail_actItem" FromRole="actItem" ToRole="pro_order_detail" />
|
|
<NavigationProperty Name="projects" Relationship="Self.FK_project_actItem" FromRole="actItem" ToRole="project" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_actItem" FromRole="actItem" ToRole="stock" />
|
|
<Property Name="partno" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="act_bom" Relationship="Model.FK_act_bom_actItem1" FromRole="actItem" ToRole="act_bom" />
|
|
<Property Name="print_init" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_actItem" FromRole="actItem" ToRole="transfer_register" />
|
|
<Property Name="is_reconcile" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="actItem_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="actItem_num" Type="Int32" Nullable="false" />
|
|
<Property Name="files_num" Type="Int32" Nullable="false" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_actItem_files_actItem" FromRole="actItem_files" ToRole="actItem" />
|
|
<NavigationProperty Name="file" Relationship="Self.FK_actItem_files_files" FromRole="actItem_files" ToRole="files" />
|
|
</EntityType>
|
|
<EntityType Name="actItem_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="status" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="actItems" Relationship="Self.FK_actItem_actItem_kind" FromRole="actItem_kind" ToRole="actItem" />
|
|
</EntityType>
|
|
<EntityType Name="activity">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="subject" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="startDate_solar" Type="DateTime" Precision="3" />
|
|
<Property Name="endDate_solar" Type="DateTime" Precision="3" />
|
|
<Property Name="hall" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="start_sexagenary" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="end_sexagenary" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="monk" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="startDate_lunar" Type="DateTime" Precision="3" />
|
|
<Property Name="endDate_lunar" Type="DateTime" Precision="3" />
|
|
<Property Name="dueDate" Type="DateTime" Precision="3" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="category_kind" Type="Int32" />
|
|
<NavigationProperty Name="accountings" Relationship="Self.FK_accounting_activity" FromRole="activity" ToRole="accounting" />
|
|
<NavigationProperty Name="activity_category_kind" Relationship="Self.FK_activity_activity_category_kind" FromRole="activity" ToRole="activity_category_kind" />
|
|
<NavigationProperty Name="activity_kind" Relationship="Self.FK_activity_activity_kind" FromRole="activity" ToRole="activity_kind" />
|
|
<NavigationProperty Name="activity_check" Relationship="Self.FK_activity_check_activity" FromRole="activity" ToRole="activity_check" />
|
|
<NavigationProperty Name="activity_relating" Relationship="Self.FK_activity_relating_activity" FromRole="activity" ToRole="activity_relating" />
|
|
<NavigationProperty Name="activity_spares" Relationship="Self.FK_activity_spares_activity" FromRole="activity" ToRole="activity_spares" />
|
|
<NavigationProperty Name="news" Relationship="Self.FK_news_activity" FromRole="activity" ToRole="news" />
|
|
<NavigationProperty Name="pro_order" Relationship="Self.FK_pro_order_activity" FromRole="activity" ToRole="pro_order" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_activity" FromRole="activity" ToRole="stock" />
|
|
<Property Name="print_init" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_activity" FromRole="activity" ToRole="transfer_register" />
|
|
</EntityType>
|
|
<EntityType Name="activity_category_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<NavigationProperty Name="activities" Relationship="Self.FK_activity_activity_category_kind" FromRole="activity_category_kind" ToRole="activity" />
|
|
</EntityType>
|
|
<EntityType Name="activity_check">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="status" Type="Int32" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_activity_check_activity" FromRole="activity_check" ToRole="activity" />
|
|
<NavigationProperty Name="follower" Relationship="Self.FK_activity_check_followers" FromRole="activity_check" ToRole="followers" />
|
|
</EntityType>
|
|
<EntityType Name="activity_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="calendar" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="month" Type="Int32" />
|
|
<Property Name="day" Type="Int32" />
|
|
<NavigationProperty Name="activities" Relationship="Self.FK_activity_activity_kind" FromRole="activity_kind" ToRole="activity" />
|
|
<NavigationProperty Name="activity_kind_detail" Relationship="Self.FK_activity_kind_detail_activity_kind" FromRole="activity_kind" ToRole="activity_kind_detail" />
|
|
</EntityType>
|
|
<EntityType Name="activity_kind_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="activity_kind_num" Type="Int32" Nullable="false" />
|
|
<Property Name="actItem_num" Type="Int32" Nullable="false" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_activity_kind_detail_actItem" FromRole="activity_kind_detail" ToRole="actItem" />
|
|
<NavigationProperty Name="activity_kind" Relationship="Self.FK_activity_kind_detail_activity_kind" FromRole="activity_kind_detail" ToRole="activity_kind" />
|
|
</EntityType>
|
|
<EntityType Name="activity_relating">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="activity_num" Type="Int32" Nullable="false" />
|
|
<Property Name="actItem_num" Type="Int32" Nullable="false" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_activity_relating_actItem" FromRole="activity_relating" ToRole="actItem" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_activity_relating_activity" FromRole="activity_relating" ToRole="activity" />
|
|
</EntityType>
|
|
<EntityType Name="activity_spares">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="activity_num" Type="Int32" Nullable="false" />
|
|
<Property Name="actItem_num" Type="Int32" Nullable="false" />
|
|
<Property Name="qty1" Type="Int32" />
|
|
<Property Name="qty2" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_activity_spares_actItem" FromRole="activity_spares" ToRole="actItem" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_activity_spares_activity" FromRole="activity_spares" ToRole="activity" />
|
|
</EntityType>
|
|
<EntityType Name="admin">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="u_id" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="u_password" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="u_name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="sex" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="kind" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="phone1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="phone2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="birthday" Type="DateTime" Precision="3" />
|
|
<Property Name="email" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="city" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="area" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="uid" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="power" Type="String" MaxLength="3" FixedLength="false" Unicode="true" />
|
|
<Property Name="online" Type="Boolean" Nullable="false" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="login_time" Type="DateTime" Precision="3" />
|
|
<Property Name="login_ip" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="login_code" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="adwidth" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="wrp_news" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="wrp_bar" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="gauth_key" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="gauth_enabled" Type="Boolean" />
|
|
<NavigationProperty Name="admin_group" Relationship="Self.FK_admin_admin_group" FromRole="admin" ToRole="admin_group" />
|
|
<NavigationProperty Name="members" Relationship="Self.FK_member_admin" FromRole="admin" ToRole="member" />
|
|
<NavigationProperty Name="news" Relationship="Self.FK_news_admin" FromRole="admin" ToRole="news" />
|
|
<NavigationProperty Name="GuaDanOrder" Relationship="Model.FK_GuaDanOrder_Admin_CreateUser" FromRole="admin" ToRole="GuaDanOrder" />
|
|
</EntityType>
|
|
<EntityType Name="admin_group">
|
|
<Key>
|
|
<PropertyRef Name="g_name" />
|
|
</Key>
|
|
<Property Name="g_name" Type="String" MaxLength="3" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="items" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="admins" Relationship="Self.FK_admin_admin_group" FromRole="admin_group" ToRole="admin" />
|
|
</EntityType>
|
|
<EntityType Name="admin_log">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="u_id" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="login_time" Type="DateTime" Precision="3" />
|
|
<Property Name="login_ip" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="status" Type="Int32" />
|
|
<Property Name="agent" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="word" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="systems" Type="Int32" />
|
|
</EntityType>
|
|
<EntityType Name="appellation">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="title" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="followers" Relationship="Self.FK_followers_appellation" FromRole="appellation" ToRole="followers" />
|
|
</EntityType>
|
|
<EntityType Name="bed_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="sex" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="bed_kind_detail" Relationship="Self.FK_bed_kind_detail_bed_kind" FromRole="bed_kind" ToRole="bed_kind_detail" />
|
|
<NavigationProperty Name="bed_order_detail" Relationship="Self.FK_bed_order_detail_bed_kind" FromRole="bed_kind" ToRole="bed_order_detail" />
|
|
<NavigationProperty Name="bed_order_detail1" Relationship="Self.FK_bed_order_detail_bed_kind1" FromRole="bed_kind" ToRole="bed_order_detail" />
|
|
</EntityType>
|
|
<EntityType Name="bed_kind_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="bed_kind_id" Type="Int32" />
|
|
<Property Name="bed_name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="bed_type" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="bed_kind" Relationship="Self.FK_bed_kind_detail_bed_kind" FromRole="bed_kind_detail" ToRole="bed_kind" />
|
|
<NavigationProperty Name="bed_order_detail" Relationship="Self.FK_bed_order_detail_bed_kind_detail" FromRole="bed_kind_detail" ToRole="bed_order_detail" />
|
|
</EntityType>
|
|
<EntityType Name="bed_order">
|
|
<Key>
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Key>
|
|
<Property Name="bed_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="o_detail_id" Type="Int32" />
|
|
<Property Name="start_date" Type="DateTime" Precision="3" />
|
|
<Property Name="end_date" Type="DateTime" Precision="3" />
|
|
<Property Name="phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="keyin1" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="bed_order_detail" Relationship="Self.FK_bed_order_detail_bed_order" FromRole="bed_order" ToRole="bed_order_detail" />
|
|
<NavigationProperty Name="pro_order" Relationship="Self.FK_bed_order_pro_order" FromRole="bed_order" ToRole="pro_order" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Self.FK_bed_order_pro_order_detail" FromRole="bed_order" ToRole="pro_order_detail" />
|
|
</EntityType>
|
|
<EntityType Name="bed_order_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="bed_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="checkIn_date" Type="DateTime" Precision="3" />
|
|
<Property Name="bed_kind1" Type="Int32" />
|
|
<Property Name="bed_kind2" Type="Int32" />
|
|
<Property Name="bed_kind_detail_id" Type="Int32" />
|
|
<Property Name="license" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="bed_kind" Relationship="Self.FK_bed_order_detail_bed_kind" FromRole="bed_order_detail" ToRole="bed_kind" />
|
|
<NavigationProperty Name="bed_kind3" Relationship="Self.FK_bed_order_detail_bed_kind1" FromRole="bed_order_detail" ToRole="bed_kind" />
|
|
<NavigationProperty Name="bed_kind_detail" Relationship="Self.FK_bed_order_detail_bed_kind_detail" FromRole="bed_order_detail" ToRole="bed_kind_detail" />
|
|
<NavigationProperty Name="bed_order" Relationship="Self.FK_bed_order_detail_bed_order" FromRole="bed_order_detail" ToRole="bed_order" />
|
|
</EntityType>
|
|
<EntityType Name="company">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="com_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="com_mail" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="bcc_mail" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic_url" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="menu" Type="Boolean" />
|
|
<Property Name="log_class" Type="Boolean" />
|
|
<Property Name="log_menu" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="last_order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="adwidth" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="wrp_news" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="wrp_bar" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="smtp_url" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="smtp_port" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="smtp_ssl" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="smtp_user" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="smtp_password" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<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" />
|
|
</EntityType>
|
|
<EntityType Name="country">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="String" MaxLength="5" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="ID2" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="ID3" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="name_en" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="name_zh" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="followers" Relationship="Self.FK_followers_country" FromRole="country" ToRole="followers" />
|
|
</EntityType>
|
|
<EntityType Name="file">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="subject" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="word" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="modify_time" Type="DateTime" Precision="3" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="paperset" Type="String" MaxLength="15" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="actItem_files" Relationship="Self.FK_actItem_files_files" FromRole="files" ToRole="actItem_files" />
|
|
</EntityType>
|
|
<EntityType Name="follower">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="f_number" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="u_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="sex" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="identity_type" Type="Int32" />
|
|
<Property Name="birthday" Type="DateTime" Precision="3" />
|
|
<Property Name="phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="email" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="refugedate" Type="DateTime" Precision="3" />
|
|
<Property Name="refuge_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="leader" Type="Int32" />
|
|
<Property Name="socialid1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="socialid2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="tab" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="contactor" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="contactor_phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="blood" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="introducer" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="refuge_area" Type="String" MaxLength="25" FixedLength="false" Unicode="true" />
|
|
<Property Name="id_code" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="passport" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="cellphone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="admin_log" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="join_date" Type="DateTime" Precision="3" />
|
|
<Property Name="country" Type="String" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="appellation_id" Type="Int32" />
|
|
<NavigationProperty Name="activity_check" Relationship="Self.FK_activity_check_followers" FromRole="followers" ToRole="activity_check" />
|
|
<NavigationProperty Name="appellation" Relationship="Self.FK_followers_appellation" FromRole="followers" ToRole="appellation" />
|
|
<NavigationProperty Name="country1" Relationship="Self.FK_followers_country" FromRole="followers" ToRole="country" />
|
|
<NavigationProperty Name="followers1" Relationship="Self.FK_followers_followers" FromRole="followers" ToRole="followers1" />
|
|
<NavigationProperty Name="follower1" Relationship="Self.FK_followers_followers" FromRole="followers1" ToRole="followers" />
|
|
<NavigationProperty Name="followers_tablet" Relationship="Self.FK_followers_tablet_followers" FromRole="followers" ToRole="followers_tablet" />
|
|
<NavigationProperty Name="members" Relationship="Self.FK_member_followers" FromRole="followers" ToRole="member" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Self.FK_pro_order_detail_followers" FromRole="followers" ToRole="pro_order_detail" />
|
|
<NavigationProperty Name="pro_order_detail1" Relationship="Self.FK_pro_order_detail_followers1" FromRole="followers" ToRole="pro_order_detail" />
|
|
<NavigationProperty Name="pro_order" Relationship="Self.FK_pro_order_followers" FromRole="followers" ToRole="pro_order" />
|
|
<NavigationProperty Name="pro_order1" Relationship="Self.FK_pro_order_introducer" FromRole="followers" ToRole="pro_order" />
|
|
<Property Name="follower_hash" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="family_members" Relationship="Model.FK_family_members_followers" FromRole="follower" ToRole="family_members" />
|
|
<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" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_FOLLOWERS" FromRole="follower" ToRole="GuaDanOrderGuest" />
|
|
</EntityType>
|
|
<EntityType Name="followers_tablet">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="title" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="follower" Relationship="Self.FK_followers_tablet_followers" FromRole="followers_tablet" ToRole="followers" />
|
|
<Property Name="type" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="item">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="title" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="url" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="target" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="price" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="other" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="other_url" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="s_id" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="member">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="m_number" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="u_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="sex" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="id_code" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="birthday" Type="DateTime" Precision="3" />
|
|
<Property Name="blood" Type="String" MaxLength="2" FixedLength="false" Unicode="true" />
|
|
<Property Name="educational" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="refugedate" Type="DateTime" Precision="3" />
|
|
<Property Name="refuge_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="refuge_area" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="admin_num" Type="Int32" />
|
|
<Property Name="takedate" Type="DateTime" Precision="3" />
|
|
<Property Name="leavedate" Type="DateTime" Precision="3" />
|
|
<Property Name="group_kind" Type="Int32" />
|
|
<Property Name="title_kind" Type="Int32" />
|
|
<Property Name="salary" Type="Single" />
|
|
<Property Name="phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="com_email" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="email" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="contact" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="address1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="address2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accountings" Relationship="Self.FK_accounting_member" FromRole="member" ToRole="accounting" />
|
|
<NavigationProperty Name="admin" Relationship="Self.FK_member_admin" FromRole="member" ToRole="admin" />
|
|
<NavigationProperty Name="follower" Relationship="Self.FK_member_followers" FromRole="member" ToRole="followers" />
|
|
<NavigationProperty Name="member_check" Relationship="Self.FK_member_check_member" FromRole="member" ToRole="member_check" />
|
|
<NavigationProperty Name="member_group" Relationship="Self.FK_member_member_group" FromRole="member" ToRole="member_group" />
|
|
<NavigationProperty Name="member_title" Relationship="Self.FK_member_member_title" FromRole="member" ToRole="member_title" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_member" FromRole="member" ToRole="stock" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_member" FromRole="member" ToRole="transfer_register" />
|
|
</EntityType>
|
|
<EntityType Name="member_check">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="mem_num" Type="Int32" />
|
|
<Property Name="check_date" Type="DateTime" Precision="0" />
|
|
<Property Name="check_time" Type="Time" Precision="3" />
|
|
<Property Name="check_type" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="login_type" Type="Int32" />
|
|
<Property Name="login_ip" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="hour" Type="Int32" />
|
|
<NavigationProperty Name="member" Relationship="Self.FK_member_check_member" FromRole="member_check" ToRole="member" />
|
|
</EntityType>
|
|
<EntityType Name="member_group">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</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="resttime" Type="Int32" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="members" Relationship="Self.FK_member_member_group" FromRole="member_group" ToRole="member" />
|
|
</EntityType>
|
|
<EntityType Name="member_title">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="status" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="members" Relationship="Self.FK_member_member_title" FromRole="member_title" ToRole="member" />
|
|
</EntityType>
|
|
<EntityType Name="news">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="subject" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="status" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="selltime1" Type="DateTime" Precision="3" />
|
|
<Property Name="selltime2" Type="DateTime" Precision="3" />
|
|
<Property Name="uptime" Type="DateTime" Precision="3" />
|
|
<Property Name="topping" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="word" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="author" Type="Int32" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_news_activity" FromRole="news" ToRole="activity" />
|
|
<NavigationProperty Name="admin" Relationship="Self.FK_news_admin" FromRole="news" ToRole="admin" />
|
|
<NavigationProperty Name="news_files" Relationship="Self.FK_news_files_news" FromRole="news" ToRole="news_files" />
|
|
<NavigationProperty Name="news_kind" Relationship="Self.FK_news_news_kind" FromRole="news" ToRole="news_kind" />
|
|
</EntityType>
|
|
<EntityType Name="news_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
<PropertyRef Name="news_id" />
|
|
</Key>
|
|
<Property Name="num" Type="String" MaxLength="14" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="news_id" Type="Int32" Nullable="false" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="pic_name" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic_type" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="news" Relationship="Self.FK_news_files_news" FromRole="news_files" ToRole="news" />
|
|
</EntityType>
|
|
<EntityType Name="news_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="status" Type="String" MaxLength="1" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="news" Relationship="Self.FK_news_news_kind" FromRole="news_kind" ToRole="news" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order">
|
|
<Key>
|
|
<PropertyRef Name="order_no" />
|
|
</Key>
|
|
<Property Name="order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="up_time" Type="DateTime" Precision="3" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="keyin1" Type="String" MaxLength="3" FixedLength="false" Unicode="true" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<Property Name="address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="introducer" Type="Int32" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_pro_order_activity" FromRole="pro_order" ToRole="activity" />
|
|
<NavigationProperty Name="bed_order" Relationship="Self.FK_bed_order_pro_order" FromRole="pro_order" ToRole="bed_order" />
|
|
<NavigationProperty Name="follower" Relationship="Self.FK_pro_order_followers" FromRole="pro_order" ToRole="followers" />
|
|
<NavigationProperty Name="follower1" Relationship="Self.FK_pro_order_introducer" FromRole="pro_order" ToRole="followers" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Self.FK_pro_order_detail_pro_order" FromRole="pro_order" ToRole="pro_order_detail" />
|
|
<Property Name="send_receipt" Type="Boolean" />
|
|
<Property Name="receipt_title" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order_detail">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="order_no" Type="String" MaxLength="20" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="actItem_num" Type="Int32" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="f_num_tablet" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="from_id" Type="Int32" />
|
|
<Property Name="from_id_tablet" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="due_date" Type="DateTime" Precision="3" />
|
|
<Property Name="bed_type" Type="Int32" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<Property Name="start_date" Type="DateTime" Precision="3" />
|
|
<Property Name="extend_date" Type="DateTime" Precision="3" />
|
|
<Property Name="pay" Type="Single" />
|
|
<Property Name="pay_date" Type="DateTime" Precision="3" />
|
|
<Property Name="keyin1" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="customize_data" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="printed_files" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_pro_order_detail_actItem" FromRole="pro_order_detail" ToRole="actItem" />
|
|
<NavigationProperty Name="bed_order" Relationship="Self.FK_bed_order_pro_order_detail" FromRole="pro_order_detail" ToRole="bed_order" />
|
|
<NavigationProperty Name="follower" Relationship="Self.FK_pro_order_detail_followers" FromRole="pro_order_detail" ToRole="followers" />
|
|
<NavigationProperty Name="follower1" Relationship="Self.FK_pro_order_detail_followers1" FromRole="pro_order_detail" ToRole="followers" />
|
|
<NavigationProperty Name="pro_order" Relationship="Self.FK_pro_order_detail_pro_order" FromRole="pro_order_detail" ToRole="pro_order" />
|
|
<NavigationProperty Name="pro_order_record" Relationship="Self.FK_pro_order_record_pro_order_detail" FromRole="pro_order_detail" ToRole="pro_order_record" />
|
|
<Property Name="parent_num" Type="Int32" />
|
|
<Property Name="print_id" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="UpdateTime" Type="DateTime" Precision="7" />
|
|
<NavigationProperty Name="accountings" Relationship="Model.FK_accounting_pro_order_detail" FromRole="pro_order_detail" ToRole="accounting" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_transfer_register_pro_order_detail" FromRole="pro_order_detail" ToRole="transfer_register" />
|
|
</EntityType>
|
|
<EntityType Name="pro_order_record">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="detail_num" Type="Int32" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="payment" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="pay_date" Type="DateTime" Precision="3" />
|
|
<Property Name="organization" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="bank_code" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accounting_kind2" Relationship="Self.FK_pro_order_record_accounting_kind2" FromRole="pro_order_record" ToRole="accounting_kind2" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Self.FK_pro_order_record_pro_order_detail" FromRole="pro_order_record" ToRole="pro_order_detail" />
|
|
<Property Name="transfer_id" Type="Int32" />
|
|
<NavigationProperty Name="transfer_register" Relationship="Model.FK_pro_order_record_transfer_register" FromRole="pro_order_record" ToRole="transfer_register" />
|
|
<Property Name="reconcile_memo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="project">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="subject" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="actItem_num" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_project_actItem" FromRole="project" ToRole="actItem" />
|
|
<NavigationProperty Name="project_kind" Relationship="Self.FK_project_project_kind" FromRole="project" ToRole="project_kind" />
|
|
<NavigationProperty Name="project_sub" Relationship="Self.FK_project_sub_project" FromRole="project" ToRole="project_sub" />
|
|
</EntityType>
|
|
<EntityType Name="project_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="projects" Relationship="Self.FK_project_project_kind" FromRole="project_kind" ToRole="project" />
|
|
</EntityType>
|
|
<EntityType Name="project_sub">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="subject" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="uptime" Type="DateTime" Precision="3" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="word" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="pro_id" Type="Int32" />
|
|
<NavigationProperty Name="project" Relationship="Self.FK_project_sub_project" FromRole="project_sub" ToRole="project" />
|
|
</EntityType>
|
|
<EntityType Name="stock">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="uptime" Type="DateTime" Precision="3" />
|
|
<Property Name="category" Type="Int32" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<Property Name="actItem_num" Type="Int32" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<Property Name="price" Type="Single" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="mem_num" Type="Int32" />
|
|
<Property Name="debtor" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="balances" Type="Int32" />
|
|
<Property Name="reason" Type="Int32" />
|
|
<Property Name="supplier" Type="Int32" />
|
|
<Property Name="final_stock" Type="Int32" />
|
|
<Property Name="rent_stock" Type="Int32" />
|
|
<NavigationProperty Name="actItem" Relationship="Self.FK_stock_actItem" FromRole="stock" ToRole="actItem" />
|
|
<NavigationProperty Name="activity" Relationship="Self.FK_stock_activity" FromRole="stock" ToRole="activity" />
|
|
<NavigationProperty Name="member" Relationship="Self.FK_stock_member" FromRole="stock" ToRole="member" />
|
|
<NavigationProperty Name="stock_files" Relationship="Self.FK_stock_files_stock" FromRole="stock" ToRole="stock_files" />
|
|
<NavigationProperty Name="stock_kind" Relationship="Self.FK_stock_stock_kind" FromRole="stock" ToRole="stock_kind" />
|
|
<NavigationProperty Name="stock_reason" Relationship="Self.FK_stock_stock_reason" FromRole="stock" ToRole="stock_reason" />
|
|
<NavigationProperty Name="supplier1" Relationship="Self.FK_stock_supplier" FromRole="stock" ToRole="supplier" />
|
|
</EntityType>
|
|
<EntityType Name="stock_files">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="stock_num" Type="Int32" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic1_name" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="stock" Relationship="Self.FK_stock_files_stock" FromRole="stock_files" ToRole="stock" />
|
|
</EntityType>
|
|
<EntityType Name="stock_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_stock_kind" FromRole="stock_kind" ToRole="stock" />
|
|
</EntityType>
|
|
<EntityType Name="stock_reason">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="category" Type="Int32" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_stock_reason" FromRole="stock_reason" ToRole="stock" />
|
|
</EntityType>
|
|
<EntityType Name="supplier">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="s_number" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="u_name" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="kind" Type="Int32" />
|
|
<Property Name="phone2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="phone1" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="fax" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="email" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="url" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="pic1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="reg_time" Type="DateTime" Precision="3" />
|
|
<Property Name="admin_log" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="c_num" Type="String" MaxLength="8" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="stocks" Relationship="Self.FK_stock_supplier" FromRole="supplier" ToRole="stock" />
|
|
<NavigationProperty Name="supplier_kind" Relationship="Self.FK_supplier_supplier_kind" FromRole="supplier" ToRole="supplier_kind" />
|
|
</EntityType>
|
|
<EntityType Name="supplier_kind">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="kind" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="root" Type="Int32" />
|
|
<Property Name="range" Type="Int32" />
|
|
<Property Name="demo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="suppliers" Relationship="Self.FK_supplier_supplier_kind" FromRole="supplier_kind" ToRole="supplier" />
|
|
</EntityType>
|
|
<Association Name="FK_accounting_accounting_kind">
|
|
<End Role="accounting_kind" Type="Self.accounting_kind" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_accounting_kind2">
|
|
<End Role="accounting_kind2" Type="Self.accounting_kind2" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="kind2" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_files_accounting">
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="accounting_files" Type="Self.accounting_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting_files">
|
|
<PropertyRef Name="accounting_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1" />
|
|
<End Role="accounting" Type="Self.accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_accounting_kind2">
|
|
<End Role="accounting_kind2" Type="Self.accounting_kind2" Multiplicity="0..1" />
|
|
<End Role="pro_order_record" Type="Self.pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="payment" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_actItem_actItem_kind">
|
|
<End Role="actItem_kind" Type="Self.actItem_kind" Multiplicity="0..1" />
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="actItem">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_actItem_files_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="actItem_files" Type="Self.actItem_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="actItem_files">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_kind_detail_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_kind_detail" Type="Self.activity_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_kind_detail">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_relating_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_relating" Type="Self.activity_relating" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_relating">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_spares_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_spares" Type="Self.activity_spares" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_spares">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="project" Type="Self.project" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_actItem">
|
|
<End Role="actItem" Type="Self.actItem" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="actItem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_actItem_files_files">
|
|
<End Role="files" Type="Self.file" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="actItem_files" Type="Self.actItem_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="files">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="actItem_files">
|
|
<PropertyRef Name="files_num" />
|
|
</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="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_check_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_check" Type="Self.activity_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_check">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_relating_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="1" />
|
|
<End Role="activity_relating" Type="Self.activity_relating" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_relating">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_spares_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="1" />
|
|
<End Role="activity_spares" Type="Self.activity_spares" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_spares">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_activity">
|
|
<End Role="activity" Type="Self.activity" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_check_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_check" Type="Self.activity_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_check">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_activity_kind_detail_activity_kind">
|
|
<End Role="activity_kind" Type="Self.activity_kind" Multiplicity="1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="activity_kind_detail" Type="Self.activity_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="activity_kind_detail">
|
|
<PropertyRef Name="activity_kind_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_admin_admin_group">
|
|
<End Role="admin_group" Type="Self.admin_group" Multiplicity="0..1" />
|
|
<End Role="admin" Type="Self.admin" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin_group">
|
|
<PropertyRef Name="g_name" />
|
|
</Principal>
|
|
<Dependent Role="admin">
|
|
<PropertyRef Name="power" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_admin">
|
|
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="admin_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_admin">
|
|
<End Role="admin" Type="Self.admin" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="author" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_appellation">
|
|
<End Role="appellation" Type="Self.appellation" Multiplicity="0..1" />
|
|
<End Role="followers" Type="Self.follower" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="appellation">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers">
|
|
<PropertyRef Name="appellation_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_kind_detail_bed_kind">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_kind_detail" Type="Self.bed_kind_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_kind_detail">
|
|
<PropertyRef Name="bed_kind_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind1" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind1">
|
|
<End Role="bed_kind" Type="Self.bed_kind" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind2" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_kind_detail">
|
|
<End Role="bed_kind_detail" Type="Self.bed_kind_detail" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_kind_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_kind_detail_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_detail_bed_order">
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="0..1" />
|
|
<End Role="bed_order_detail" Type="Self.bed_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="bed_order">
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Principal>
|
|
<Dependent Role="bed_order_detail">
|
|
<PropertyRef Name="bed_order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_pro_order">
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="0..1" />
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Principal>
|
|
<Dependent Role="bed_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_bed_order_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1" />
|
|
<End Role="bed_order" Type="Self.bed_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="bed_order">
|
|
<PropertyRef Name="o_detail_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_country">
|
|
<End Role="country" Type="Self.country" Multiplicity="0..1" />
|
|
<End Role="followers" Type="Self.follower" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="country">
|
|
<PropertyRef Name="ID" />
|
|
</Principal>
|
|
<Dependent Role="followers">
|
|
<PropertyRef Name="country" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="followers1" Type="Self.follower" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers1">
|
|
<PropertyRef Name="leader" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_followers_tablet_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="followers_tablet" Type="Self.followers_tablet" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="followers_tablet">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_followers1">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="from_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_followers">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_introducer">
|
|
<End Role="followers" Type="Self.follower" Multiplicity="0..1" />
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="followers">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order">
|
|
<PropertyRef Name="introducer" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_check_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="member_check" Type="Self.member_check" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member_check">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_member_group">
|
|
<End Role="member_group" Type="Self.member_group" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member_group">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="group_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_member_member_title">
|
|
<End Role="member_title" Type="Self.member_title" Multiplicity="0..1" />
|
|
<End Role="member" Type="Self.member" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member_title">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="member">
|
|
<PropertyRef Name="title_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_member">
|
|
<End Role="member" Type="Self.member" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="mem_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_files_news">
|
|
<End Role="news" Type="Self.news" Multiplicity="1" />
|
|
<End Role="news_files" Type="Self.news_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="news">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news_files">
|
|
<PropertyRef Name="news_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_news_news_kind">
|
|
<End Role="news_kind" Type="Self.news_kind" Multiplicity="0..1" />
|
|
<End Role="news" Type="Self.news" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="news_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="news">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_detail_pro_order">
|
|
<End Role="pro_order" Type="Self.pro_order" Multiplicity="1" />
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order">
|
|
<PropertyRef Name="order_no" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_detail">
|
|
<PropertyRef Name="order_no" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_pro_order_detail">
|
|
<End Role="pro_order_detail" Type="Self.pro_order_detail" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="pro_order_record" Type="Self.pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="detail_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_project_kind">
|
|
<End Role="project_kind" Type="Self.project_kind" Multiplicity="0..1" />
|
|
<End Role="project" Type="Self.project" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="project_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_project_sub_project">
|
|
<End Role="project" Type="Self.project" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="project_sub" Type="Self.project_sub" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="project">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="project_sub">
|
|
<PropertyRef Name="pro_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_files_stock">
|
|
<End Role="stock" Type="Self.stock" Multiplicity="0..1">
|
|
<OnDelete Action="Cascade" />
|
|
</End>
|
|
<End Role="stock_files" Type="Self.stock_files" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock_files">
|
|
<PropertyRef Name="stock_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_stock_kind">
|
|
<End Role="stock_kind" Type="Self.stock_kind" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_stock_reason">
|
|
<End Role="stock_reason" Type="Self.stock_reason" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="stock_reason">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="reason" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_stock_supplier">
|
|
<End Role="supplier" Type="Self.supplier" Multiplicity="0..1" />
|
|
<End Role="stock" Type="Self.stock" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="supplier">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="stock">
|
|
<PropertyRef Name="supplier" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_supplier_supplier_kind">
|
|
<End Role="supplier_kind" Type="Self.supplier_kind" Multiplicity="0..1" />
|
|
<End Role="supplier" Type="Self.supplier" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="supplier_kind">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="supplier">
|
|
<PropertyRef Name="kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<EntityContainer Name="ezEntities" annotation:LazyLoadingEnabled="true">
|
|
<EntitySet Name="accountings" EntityType="Self.accounting" />
|
|
<EntitySet Name="accounting_files" EntityType="Self.accounting_files" />
|
|
<EntitySet Name="accounting_kind" EntityType="Self.accounting_kind" />
|
|
<EntitySet Name="accounting_kind2" EntityType="Self.accounting_kind2" />
|
|
<EntitySet Name="actItems" EntityType="Self.actItem" />
|
|
<EntitySet Name="actItem_files" EntityType="Self.actItem_files" />
|
|
<EntitySet Name="actItem_kind" EntityType="Self.actItem_kind" />
|
|
<EntitySet Name="activities" EntityType="Self.activity" />
|
|
<EntitySet Name="activity_category_kind" EntityType="Self.activity_category_kind" />
|
|
<EntitySet Name="activity_check" EntityType="Self.activity_check" />
|
|
<EntitySet Name="activity_kind" EntityType="Self.activity_kind" />
|
|
<EntitySet Name="activity_kind_detail" EntityType="Self.activity_kind_detail" />
|
|
<EntitySet Name="activity_relating" EntityType="Self.activity_relating" />
|
|
<EntitySet Name="activity_spares" EntityType="Self.activity_spares" />
|
|
<EntitySet Name="admins" EntityType="Self.admin" />
|
|
<EntitySet Name="admin_group" EntityType="Self.admin_group" />
|
|
<EntitySet Name="admin_log" EntityType="Self.admin_log" />
|
|
<EntitySet Name="appellations" EntityType="Self.appellation" />
|
|
<EntitySet Name="bed_kind" EntityType="Self.bed_kind" />
|
|
<EntitySet Name="bed_kind_detail" EntityType="Self.bed_kind_detail" />
|
|
<EntitySet Name="bed_order" EntityType="Self.bed_order" />
|
|
<EntitySet Name="bed_order_detail" EntityType="Self.bed_order_detail" />
|
|
<EntitySet Name="companies" EntityType="Self.company" />
|
|
<EntitySet Name="countries" EntityType="Self.country" />
|
|
<EntitySet Name="files" EntityType="Self.file" />
|
|
<EntitySet Name="followers" EntityType="Self.follower" />
|
|
<EntitySet Name="followers_tablet" EntityType="Self.followers_tablet" />
|
|
<EntitySet Name="items" EntityType="Self.item" />
|
|
<EntitySet Name="members" EntityType="Self.member" />
|
|
<EntitySet Name="member_check" EntityType="Self.member_check" />
|
|
<EntitySet Name="member_group" EntityType="Self.member_group" />
|
|
<EntitySet Name="member_title" EntityType="Self.member_title" />
|
|
<EntitySet Name="news" EntityType="Self.news" />
|
|
<EntitySet Name="news_files" EntityType="Self.news_files" />
|
|
<EntitySet Name="news_kind" EntityType="Self.news_kind" />
|
|
<EntitySet Name="pro_order" EntityType="Self.pro_order" />
|
|
<EntitySet Name="pro_order_detail" EntityType="Self.pro_order_detail" />
|
|
<EntitySet Name="pro_order_record" EntityType="Self.pro_order_record" />
|
|
<EntitySet Name="projects" EntityType="Self.project" />
|
|
<EntitySet Name="project_kind" EntityType="Self.project_kind" />
|
|
<EntitySet Name="project_sub" EntityType="Self.project_sub" />
|
|
<EntitySet Name="stocks" EntityType="Self.stock" />
|
|
<EntitySet Name="stock_files" EntityType="Self.stock_files" />
|
|
<EntitySet Name="stock_kind" EntityType="Self.stock_kind" />
|
|
<EntitySet Name="stock_reason" EntityType="Self.stock_reason" />
|
|
<EntitySet Name="suppliers" EntityType="Self.supplier" />
|
|
<EntitySet Name="supplier_kind" EntityType="Self.supplier_kind" />
|
|
<AssociationSet Name="FK_accounting_accounting_kind" Association="Self.FK_accounting_accounting_kind">
|
|
<End Role="accounting_kind" EntitySet="accounting_kind" />
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_accounting_kind2" Association="Self.FK_accounting_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_activity" Association="Self.FK_accounting_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_files_accounting" Association="Self.FK_accounting_files_accounting">
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
<End Role="accounting_files" EntitySet="accounting_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_member" Association="Self.FK_accounting_member">
|
|
<End Role="member" EntitySet="members" />
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_accounting_kind2" Association="Self.FK_pro_order_record_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_actItem_actItem_kind" Association="Self.FK_actItem_actItem_kind">
|
|
<End Role="actItem_kind" EntitySet="actItem_kind" />
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_actItem_files_actItem" Association="Self.FK_actItem_files_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="actItem_files" EntitySet="actItem_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_kind_detail_actItem" Association="Self.FK_activity_kind_detail_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="activity_kind_detail" EntitySet="activity_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_relating_actItem" Association="Self.FK_activity_relating_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="activity_relating" EntitySet="activity_relating" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_spares_actItem" Association="Self.FK_activity_spares_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="activity_spares" EntitySet="activity_spares" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_actItem" Association="Self.FK_pro_order_detail_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_actItem" Association="Self.FK_project_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="project" EntitySet="projects" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_actItem" Association="Self.FK_stock_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_actItem_files_files" Association="Self.FK_actItem_files_files">
|
|
<End Role="files" EntitySet="files" />
|
|
<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="activities" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_activity_kind" Association="Self.FK_activity_activity_kind">
|
|
<End Role="activity_kind" EntitySet="activity_kind" />
|
|
<End Role="activity" EntitySet="activities" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_check_activity" Association="Self.FK_activity_check_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="activity_check" EntitySet="activity_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_relating_activity" Association="Self.FK_activity_relating_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="activity_relating" EntitySet="activity_relating" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_spares_activity" Association="Self.FK_activity_spares_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="activity_spares" EntitySet="activity_spares" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_activity" Association="Self.FK_news_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_activity" Association="Self.FK_pro_order_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_activity" Association="Self.FK_stock_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_check_followers" Association="Self.FK_activity_check_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="activity_check" EntitySet="activity_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_activity_kind_detail_activity_kind" Association="Self.FK_activity_kind_detail_activity_kind">
|
|
<End Role="activity_kind" EntitySet="activity_kind" />
|
|
<End Role="activity_kind_detail" EntitySet="activity_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_admin_admin_group" Association="Self.FK_admin_admin_group">
|
|
<End Role="admin_group" EntitySet="admin_group" />
|
|
<End Role="admin" EntitySet="admins" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_admin" Association="Self.FK_member_admin">
|
|
<End Role="admin" EntitySet="admins" />
|
|
<End Role="member" EntitySet="members" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_admin" Association="Self.FK_news_admin">
|
|
<End Role="admin" EntitySet="admins" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_appellation" Association="Self.FK_followers_appellation">
|
|
<End Role="appellation" EntitySet="appellations" />
|
|
<End Role="followers" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_kind_detail_bed_kind" Association="Self.FK_bed_kind_detail_bed_kind">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_kind_detail" EntitySet="bed_kind_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind" Association="Self.FK_bed_order_detail_bed_kind">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind1" Association="Self.FK_bed_order_detail_bed_kind1">
|
|
<End Role="bed_kind" EntitySet="bed_kind" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_kind_detail" Association="Self.FK_bed_order_detail_bed_kind_detail">
|
|
<End Role="bed_kind_detail" EntitySet="bed_kind_detail" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_detail_bed_order" Association="Self.FK_bed_order_detail_bed_order">
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
<End Role="bed_order_detail" EntitySet="bed_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_pro_order" Association="Self.FK_bed_order_pro_order">
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_bed_order_pro_order_detail" Association="Self.FK_bed_order_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="bed_order" EntitySet="bed_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_country" Association="Self.FK_followers_country">
|
|
<End Role="country" EntitySet="countries" />
|
|
<End Role="followers" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_followers" Association="Self.FK_followers_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="followers1" EntitySet="followers" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_followers_tablet_followers" Association="Self.FK_followers_tablet_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="followers_tablet" EntitySet="followers_tablet" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_followers" Association="Self.FK_member_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="member" EntitySet="members" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_followers" Association="Self.FK_pro_order_detail_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_followers1" Association="Self.FK_pro_order_detail_followers1">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_followers" Association="Self.FK_pro_order_followers">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_introducer" Association="Self.FK_pro_order_introducer">
|
|
<End Role="followers" EntitySet="followers" />
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_check_member" Association="Self.FK_member_check_member">
|
|
<End Role="member" EntitySet="members" />
|
|
<End Role="member_check" EntitySet="member_check" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_member_group" Association="Self.FK_member_member_group">
|
|
<End Role="member_group" EntitySet="member_group" />
|
|
<End Role="member" EntitySet="members" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_member_member_title" Association="Self.FK_member_member_title">
|
|
<End Role="member_title" EntitySet="member_title" />
|
|
<End Role="member" EntitySet="members" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_member" Association="Self.FK_stock_member">
|
|
<End Role="member" EntitySet="members" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_files_news" Association="Self.FK_news_files_news">
|
|
<End Role="news" EntitySet="news" />
|
|
<End Role="news_files" EntitySet="news_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_news_news_kind" Association="Self.FK_news_news_kind">
|
|
<End Role="news_kind" EntitySet="news_kind" />
|
|
<End Role="news" EntitySet="news" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_detail_pro_order" Association="Self.FK_pro_order_detail_pro_order">
|
|
<End Role="pro_order" EntitySet="pro_order" />
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_pro_order_detail" Association="Self.FK_pro_order_record_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_project_kind" Association="Self.FK_project_project_kind">
|
|
<End Role="project_kind" EntitySet="project_kind" />
|
|
<End Role="project" EntitySet="projects" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_project_sub_project" Association="Self.FK_project_sub_project">
|
|
<End Role="project" EntitySet="projects" />
|
|
<End Role="project_sub" EntitySet="project_sub" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_files_stock" Association="Self.FK_stock_files_stock">
|
|
<End Role="stock" EntitySet="stocks" />
|
|
<End Role="stock_files" EntitySet="stock_files" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_stock_kind" Association="Self.FK_stock_stock_kind">
|
|
<End Role="stock_kind" EntitySet="stock_kind" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_stock_reason" Association="Self.FK_stock_stock_reason">
|
|
<End Role="stock_reason" EntitySet="stock_reason" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_stock_supplier" Association="Self.FK_stock_supplier">
|
|
<End Role="supplier" EntitySet="suppliers" />
|
|
<End Role="stock" EntitySet="stocks" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_supplier_supplier_kind" Association="Self.FK_supplier_supplier_kind">
|
|
<End Role="supplier_kind" EntitySet="supplier_kind" />
|
|
<End Role="supplier" EntitySet="suppliers" />
|
|
</AssociationSet>
|
|
<FunctionImport Name="pager_eztrust">
|
|
<Parameter Name="StartRowIndex" Mode="In" Type="Int32" />
|
|
<Parameter Name="PageSize" Mode="In" Type="Int32" />
|
|
<Parameter Name="tableName" Mode="In" Type="String" />
|
|
<Parameter Name="columnName" Mode="In" Type="String" />
|
|
<Parameter Name="sqlWhere" Mode="In" Type="String" />
|
|
<Parameter Name="orderBy" Mode="In" Type="String" />
|
|
<Parameter Name="rowCount" Mode="InOut" Type="Int32" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_alterdiagram">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
<Parameter Name="version" Mode="In" Type="Int32" />
|
|
<Parameter Name="definition" Mode="In" Type="Binary" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_creatediagram">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
<Parameter Name="version" Mode="In" Type="Int32" />
|
|
<Parameter Name="definition" Mode="In" Type="Binary" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_dropdiagram">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_helpdiagramdefinition" ReturnType="Collection(Model.sp_helpdiagramdefinition_Result)">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_helpdiagrams" ReturnType="Collection(Model.sp_helpdiagrams_Result)">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_renamediagram">
|
|
<Parameter Name="diagramname" Mode="In" Type="String" />
|
|
<Parameter Name="owner_id" Mode="In" Type="Int32" />
|
|
<Parameter Name="new_diagramname" Mode="In" Type="String" />
|
|
</FunctionImport>
|
|
<FunctionImport Name="sp_upgraddiagrams" />
|
|
<EntitySet Name="act_bom" EntityType="Model.act_bom" />
|
|
<AssociationSet Name="FK_act_bom_act_bom" Association="Model.FK_act_bom_act_bom">
|
|
<End Role="act_bom" EntitySet="act_bom" />
|
|
<End Role="act_bom1" EntitySet="act_bom" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_act_bom_actItem1" Association="Model.FK_act_bom_actItem1">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="act_bom" EntitySet="act_bom" />
|
|
</AssociationSet>
|
|
<EntitySet Name="family_members" EntityType="Model.family_members" />
|
|
<AssociationSet Name="FK_family_members_followers" Association="Model.FK_family_members_followers">
|
|
<End Role="follower" EntitySet="followers" />
|
|
<End Role="family_members" EntitySet="family_members" />
|
|
</AssociationSet>
|
|
<EntitySet Name="PostCitiy" EntityType="Model.PostCity" />
|
|
<EntitySet Name="PostNumber" EntityType="Model.PostNumber" />
|
|
<EntitySet Name="ShuWen" EntityType="Model.ShuWen" />
|
|
<EntitySet Name="transfer_register" EntityType="Model.transfer_register" />
|
|
<AssociationSet Name="FK_transfer_register_accountings" Association="Model.FK_transfer_register_accountings">
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_accounting_kind2" Association="Model.FK_transfer_register_accounting_kind2">
|
|
<End Role="accounting_kind2" EntitySet="accounting_kind2" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_activity" Association="Model.FK_transfer_register_activity">
|
|
<End Role="activity" EntitySet="activities" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_followers" Association="Model.FK_transfer_register_followers">
|
|
<End Role="follower" EntitySet="followers" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_followers_match" Association="Model.FK_transfer_register_followers_match">
|
|
<End Role="follower" EntitySet="followers" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_member" Association="Model.FK_transfer_register_member">
|
|
<End Role="member" EntitySet="members" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_accounting_pro_order_detail" Association="Model.FK_accounting_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="accounting" EntitySet="accountings" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_actItem" Association="Model.FK_transfer_register_actItem">
|
|
<End Role="actItem" EntitySet="actItems" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_transfer_register_pro_order_detail" Association="Model.FK_transfer_register_pro_order_detail">
|
|
<End Role="pro_order_detail" EntitySet="pro_order_detail" />
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_pro_order_record_transfer_register" Association="Model.FK_pro_order_record_transfer_register">
|
|
<End Role="transfer_register" EntitySet="transfer_register" />
|
|
<End Role="pro_order_record" EntitySet="pro_order_record" />
|
|
</AssociationSet>
|
|
<EntitySet Name="GuaDanOrder" EntityType="Model.GuaDanOrder" />
|
|
<EntitySet Name="GuaDanOrderGuest" EntityType="Model.GuaDanOrderGuest" />
|
|
<EntitySet Name="GuadanTimeSetting" EntityType="Model.GuadanTimeSetting" />
|
|
<EntitySet Name="Region" EntityType="Model.Region" />
|
|
<EntitySet Name="RegionAndRoomAndBedSchedule" EntityType="Model.RegionAndRoomAndBedSchedule" />
|
|
<EntitySet Name="RegionRoomBed" EntityType="Model.RegionRoomBed" />
|
|
<EntitySet Name="RegionRoomBedStatus" EntityType="Model.RegionRoomBedStatus" />
|
|
<EntitySet Name="RegionType" EntityType="Model.RegionType" />
|
|
<EntitySet Name="Room" EntityType="Model.Room" />
|
|
<AssociationSet Name="FK_GuaDanOrder_Admin_CreateUser" Association="Model.FK_GuaDanOrder_Admin_CreateUser">
|
|
<End Role="admin" EntitySet="admins" />
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrder_Followers" Association="Model.FK_GuaDanOrder_Followers">
|
|
<End Role="follower" EntitySet="followers" />
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_FOLLOWERS" Association="Model.FK_GuaDanOrderGuest_FOLLOWERS">
|
|
<End Role="follower" EntitySet="followers" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_BedUuid" Association="Model.FK_GuaDanOrderGuest_BedUuid">
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_RoomUuid" Association="Model.FK_GuaDanOrderGuest_RoomUuid">
|
|
<End Role="Room" EntitySet="Room" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_StatusCode" Association="Model.FK_GuaDanOrderGuest_StatusCode">
|
|
<End Role="RegionRoomBedStatus" EntitySet="RegionRoomBedStatus" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Schedule_GuaDanOrderGuest" Association="Model.FK_Schedule_GuaDanOrderGuest">
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
<End Role="RegionAndRoomAndBedSchedule" EntitySet="RegionAndRoomAndBedSchedule" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Region_ParentUuid" Association="Model.FK_Region_ParentUuid">
|
|
<End Role="Region" EntitySet="Region" />
|
|
<End Role="Region1" EntitySet="Region" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Region_RegionTypeUuid" Association="Model.FK_Region_RegionTypeUuid">
|
|
<End Role="RegionType" EntitySet="RegionType" />
|
|
<End Role="Region" EntitySet="Region" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Room_Region" Association="Model.FK_Room_Region">
|
|
<End Role="Region" EntitySet="Region" />
|
|
<End Role="Room" EntitySet="Room" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_RegionRoomBed_RoomUuid" Association="Model.FK_RegionRoomBed_RoomUuid">
|
|
<End Role="Room" EntitySet="Room" />
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_RegionRoomBed_StatusCode" Association="Model.FK_RegionRoomBed_StatusCode">
|
|
<End Role="RegionRoomBedStatus" EntitySet="RegionRoomBedStatus" />
|
|
<End Role="RegionRoomBed" EntitySet="RegionRoomBed" />
|
|
</AssociationSet>
|
|
<EntitySet Name="AncestralTabletArea" EntityType="Model.AncestralTabletArea" />
|
|
<EntitySet Name="AncestralTabletPosition" EntityType="Model.AncestralTabletPosition" />
|
|
<EntitySet Name="AncestralTabletPositionRecord" EntityType="Model.AncestralTabletPositionRecord" />
|
|
<EntitySet Name="AncestralTabletRegistrant" EntityType="Model.AncestralTabletRegistrant" />
|
|
<EntitySet Name="AncestralTabletStatus" EntityType="Model.AncestralTabletStatus" />
|
|
<AssociationSet Name="FK_AncestralTabletArea_Parent" Association="Model.FK_AncestralTabletArea_Parent">
|
|
<End Role="AncestralTabletArea" EntitySet="AncestralTabletArea" />
|
|
<End Role="AncestralTabletArea1" EntitySet="AncestralTabletArea" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Position_Area" Association="Model.FK_Position_Area">
|
|
<End Role="AncestralTabletArea" EntitySet="AncestralTabletArea" />
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Position_Status" Association="Model.FK_Position_Status">
|
|
<End Role="AncestralTabletStatus" EntitySet="AncestralTabletStatus" />
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_Registrant_Position" Association="Model.FK_Registrant_Position">
|
|
<End Role="AncestralTabletPosition" EntitySet="AncestralTabletPosition" />
|
|
<End Role="AncestralTabletRegistrant" EntitySet="AncestralTabletRegistrant" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK__Ancestral__Regis__5A1A5A11" Association="Model.FK__Ancestral__Regis__5A1A5A11">
|
|
<End Role="AncestralTabletRegistrant" EntitySet="AncestralTabletRegistrant" />
|
|
<End Role="AncestralTabletPositionRecord" EntitySet="AncestralTabletPositionRecord" />
|
|
</AssociationSet>
|
|
<AssociationSet Name="FK_GuaDanOrderGuest_Order" Association="Model.FK_GuaDanOrderGuest_Order">
|
|
<End Role="GuaDanOrder" EntitySet="GuaDanOrder" />
|
|
<End Role="GuaDanOrderGuest" EntitySet="GuaDanOrderGuest" />
|
|
</AssociationSet>
|
|
</EntityContainer>
|
|
<ComplexType Name="sp_helpdiagramdefinition_Result">
|
|
<Property Type="Int32" Name="version" Nullable="true" />
|
|
<Property Type="Binary" Name="definition" Nullable="true" />
|
|
</ComplexType>
|
|
<ComplexType Name="sp_helpdiagrams_Result">
|
|
<Property Type="String" Name="Database" Nullable="true" MaxLength="128" />
|
|
<Property Type="String" Name="Name" Nullable="false" MaxLength="128" />
|
|
<Property Type="Int32" Name="ID" Nullable="false" />
|
|
<Property Type="String" Name="Owner" Nullable="true" MaxLength="128" />
|
|
<Property Type="Int32" Name="OwnerID" Nullable="false" />
|
|
</ComplexType>
|
|
<EntityType Name="act_bom">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="package_num" Type="Int32" />
|
|
<Property Name="item_num" Type="Int32" />
|
|
<Property Name="item_type" Type="Int32" />
|
|
<Property Name="group_name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="optional" Type="Boolean" />
|
|
<Property Name="qty" Type="Int32" />
|
|
<Property Name="memo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="act_bom1" Relationship="Model.FK_act_bom_act_bom" FromRole="act_bom" ToRole="act_bom1" />
|
|
<NavigationProperty Name="act_bom2" Relationship="Model.FK_act_bom_act_bom" FromRole="act_bom1" ToRole="act_bom" />
|
|
<NavigationProperty Name="actItem" Relationship="Model.FK_act_bom_actItem1" FromRole="act_bom" ToRole="actItem" />
|
|
</EntityType>
|
|
<Association Name="FK_act_bom_act_bom">
|
|
<End Type="Model.act_bom" Role="act_bom" Multiplicity="0..1" />
|
|
<End Type="Model.act_bom" Role="act_bom1" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="act_bom">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="act_bom1">
|
|
<PropertyRef Name="package_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_act_bom_actItem1">
|
|
<End Type="Model.actItem" Role="actItem" Multiplicity="0..1" />
|
|
<End Type="Model.act_bom" Role="act_bom" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="act_bom">
|
|
<PropertyRef Name="item_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<EntityType Name="family_members">
|
|
<Key>
|
|
<PropertyRef Name="num" />
|
|
</Key>
|
|
<Property Name="num" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="follower_num" Type="Int32" Nullable="false" />
|
|
<Property Name="fam_name" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="fam_gender" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="fam_title" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="deceased" Type="Boolean" />
|
|
<Property Name="birthdate" Type="DateTime" Precision="0" />
|
|
<Property Name="lunar_birthday" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="age" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="zodiac" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="birth_time" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="phone" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="mobile" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="follower" Relationship="Model.FK_family_members_followers" FromRole="family_members" ToRole="follower" />
|
|
<Property Name="city" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="area" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<Association Name="FK_family_members_followers">
|
|
<End Type="Model.follower" Role="follower" Multiplicity="1" />
|
|
<End Type="Model.family_members" Role="family_members" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="follower">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="family_members">
|
|
<PropertyRef Name="follower_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<EntityType Name="PostCity">
|
|
<Key>
|
|
<PropertyRef Name="city" />
|
|
</Key>
|
|
<Property Name="city" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="PostNumber">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" />
|
|
<Property Name="PostNumber1" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="City" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="Area" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
<EntityType Name="ShuWen">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="ActivityNum" Type="Int32" Nullable="false" />
|
|
<Property Name="CreateTime" Type="DateTime" Nullable="false" Precision="7" />
|
|
<Property Name="UpdateTime" Type="DateTime" Nullable="false" Precision="7" />
|
|
<Property Name="ShuWenList" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="IsGenerating" Type="Boolean" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="transfer_register">
|
|
<Key>
|
|
<PropertyRef Name="id" />
|
|
</Key>
|
|
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="activity_num" Type="Int32" />
|
|
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="phone" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="pay_type" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="account_last5" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="amount" Type="Decimal" Precision="12" Scale="2" />
|
|
<Property Name="pay_mode" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="note" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="proof_img" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="status" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="create_time" Type="DateTime" Precision="3" />
|
|
<Property Name="f_num_match" Type="Int32" />
|
|
<Property Name="f_num" Type="Int32" />
|
|
<Property Name="acc_num" Type="Int32" />
|
|
<Property Name="check_date" Type="DateTime" Precision="3" />
|
|
<Property Name="check_amount" Type="Decimal" Precision="12" Scale="2" />
|
|
<Property Name="check_memo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="check_status" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="acc_kind" Type="Int32" />
|
|
<Property Name="member_num" Type="Int32" />
|
|
<Property Name="verify_time" Type="DateTime" Precision="3" />
|
|
<Property Name="verify_note" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="accounting" Relationship="Model.FK_transfer_register_accountings" FromRole="transfer_register" ToRole="accounting" />
|
|
<NavigationProperty Name="accounting_kind2" Relationship="Model.FK_transfer_register_accounting_kind2" FromRole="transfer_register" ToRole="accounting_kind2" />
|
|
<NavigationProperty Name="activity" Relationship="Model.FK_transfer_register_activity" FromRole="transfer_register" ToRole="activity" />
|
|
<NavigationProperty Name="follower" Relationship="Model.FK_transfer_register_followers" FromRole="transfer_register" ToRole="follower" />
|
|
<NavigationProperty Name="follower1" Relationship="Model.FK_transfer_register_followers_match" FromRole="transfer_register" ToRole="follower" />
|
|
<NavigationProperty Name="member" Relationship="Model.FK_transfer_register_member" FromRole="transfer_register" ToRole="member" />
|
|
<Property Name="draft" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
<Property Name="remain_amount" Type="Decimal" Precision="12" Scale="2" />
|
|
<Property Name="balance_act_item" Type="Int32" />
|
|
<Property Name="balance_pro_order_detail" Type="Int32" />
|
|
<NavigationProperty Name="actItem" Relationship="Model.FK_transfer_register_actItem" FromRole="transfer_register" ToRole="actItem" />
|
|
<NavigationProperty Name="pro_order_detail" Relationship="Model.FK_transfer_register_pro_order_detail" FromRole="transfer_register" ToRole="pro_order_detail" />
|
|
<NavigationProperty Name="pro_order_record" Relationship="Model.FK_pro_order_record_transfer_register" FromRole="transfer_register" ToRole="pro_order_record" />
|
|
</EntityType>
|
|
<Association Name="FK_transfer_register_accountings">
|
|
<End Type="Model.accounting" Role="accounting" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="acc_kind" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_accounting_kind2">
|
|
<End Type="Model.accounting_kind2" Role="accounting_kind2" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="accounting_kind2">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="acc_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_activity">
|
|
<End Type="Model.activity" Role="activity" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="activity">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="activity_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_followers">
|
|
<End Type="Model.follower" Role="follower" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="follower">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="f_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_followers_match">
|
|
<End Type="Model.follower" Role="follower" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="follower">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="f_num_match" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_member">
|
|
<End Type="Model.member" Role="member" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="member">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="member_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_accounting_pro_order_detail">
|
|
<End Type="Model.pro_order_detail" Role="pro_order_detail" Multiplicity="0..1" />
|
|
<End Type="Model.accounting" Role="accounting" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="accounting">
|
|
<PropertyRef Name="pro_order_detail_num" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_actItem">
|
|
<End Type="Model.actItem" Role="actItem" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="actItem">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="balance_act_item" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_transfer_register_pro_order_detail">
|
|
<End Type="Model.pro_order_detail" Role="pro_order_detail" Multiplicity="0..1" />
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="pro_order_detail">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="transfer_register">
|
|
<PropertyRef Name="balance_pro_order_detail" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_pro_order_record_transfer_register">
|
|
<End Type="Model.transfer_register" Role="transfer_register" Multiplicity="0..1" />
|
|
<End Type="Model.pro_order_record" Role="pro_order_record" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="transfer_register">
|
|
<PropertyRef Name="id" />
|
|
</Principal>
|
|
<Dependent Role="pro_order_record">
|
|
<PropertyRef Name="transfer_id" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<EntityType Name="GuaDanOrder">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="StartDate" Type="DateTime" Precision="0" />
|
|
<Property Name="EndDate" Type="DateTime" Precision="0" />
|
|
<Property Name="CreateUser" Type="Int32" />
|
|
<Property Name="CreatedAt" Type="DateTime" Precision="7" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="7" />
|
|
<Property Name="Notes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="GuaDanOrderNo" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="BookerFollowerNum" Type="Int32" />
|
|
<Property Name="BookerName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="BookerPhone" Type="String" MaxLength="12" FixedLength="false" Unicode="true" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="ActivityNum" Type="Int32" />
|
|
<Property Name="IsCancel" Type="Boolean" Nullable="false" />
|
|
<NavigationProperty Name="admin" Relationship="Model.FK_GuaDanOrder_Admin_CreateUser" FromRole="GuaDanOrder" ToRole="admin" />
|
|
<NavigationProperty Name="followers" Relationship="Model.FK_GuaDanOrder_Followers" FromRole="GuaDanOrder" ToRole="follower" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_Order" FromRole="GuaDanOrder" ToRole="GuaDanOrderGuest" />
|
|
</EntityType>
|
|
<EntityType Name="GuaDanOrderGuest">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="GuaDanOrderNo" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="FollowerNum" Type="Int32" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="RoomUuid" Type="Guid" />
|
|
<Property Name="BedUuid" Type="Guid" />
|
|
<Property Name="CheckInAt" Type="DateTime" Precision="0" />
|
|
<Property Name="CheckOutAt" Type="DateTime" Precision="0" />
|
|
<Property Name="StatusCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="followers" Relationship="Model.FK_GuaDanOrderGuest_FOLLOWERS" FromRole="GuaDanOrderGuest" ToRole="follower" />
|
|
<NavigationProperty Name="RegionRoomBed" Relationship="Model.FK_GuaDanOrderGuest_BedUuid" FromRole="GuaDanOrderGuest" ToRole="RegionRoomBed" />
|
|
<NavigationProperty Name="Room" Relationship="Model.FK_GuaDanOrderGuest_RoomUuid" FromRole="GuaDanOrderGuest" ToRole="Room" />
|
|
<NavigationProperty Name="RegionRoomBedStatus" Relationship="Model.FK_GuaDanOrderGuest_StatusCode" FromRole="GuaDanOrderGuest" ToRole="RegionRoomBedStatus" />
|
|
<NavigationProperty Name="RegionAndRoomAndBedSchedule" Relationship="Model.FK_Schedule_GuaDanOrderGuest" FromRole="GuaDanOrderGuest" ToRole="RegionAndRoomAndBedSchedule" />
|
|
<Property Name="OrderUuid" Type="Guid" />
|
|
<NavigationProperty Name="GuaDanOrder" Relationship="Model.FK_GuaDanOrderGuest_Order" FromRole="GuaDanOrderGuest" ToRole="GuaDanOrder" />
|
|
</EntityType>
|
|
<EntityType Name="GuadanTimeSetting">
|
|
<Key>
|
|
<PropertyRef Name="Id" />
|
|
</Key>
|
|
<Property Name="Id" Type="Guid" Nullable="false" />
|
|
<Property Name="EarliestCheckIn" Type="String" Nullable="false" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="LatestCheckOut" Type="String" Nullable="false" MaxLength="5" FixedLength="false" Unicode="true" />
|
|
<Property Name="IsActive" Type="Boolean" Nullable="false" />
|
|
<Property Name="CreatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="3" />
|
|
</EntityType>
|
|
<EntityType Name="Region">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="Description" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="SortOrder" Type="Int32" />
|
|
<Property Name="CreatedBy" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="CreatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="IsActive" Type="Boolean" Nullable="false" />
|
|
<Property Name="RoomCount" Type="Int32" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="ParentUuid" Type="Guid" />
|
|
<Property Name="RegionTypeUuid" Type="Guid" />
|
|
<Property Name="Gender" Type="Boolean" />
|
|
<NavigationProperty Name="Region1" Relationship="Model.FK_Region_ParentUuid" FromRole="Region" ToRole="Region1" />
|
|
<NavigationProperty Name="Region2" Relationship="Model.FK_Region_ParentUuid" FromRole="Region1" ToRole="Region" />
|
|
<NavigationProperty Name="RegionType" Relationship="Model.FK_Region_RegionTypeUuid" FromRole="Region" ToRole="RegionType" />
|
|
<NavigationProperty Name="Room" Relationship="Model.FK_Room_Region" FromRole="Region" ToRole="Room" />
|
|
</EntityType>
|
|
<EntityType Name="RegionAndRoomAndBedSchedule">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="UseType" Type="Int32" Nullable="false" />
|
|
<Property Name="Title" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="Description" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="CreatedBy" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="CreatedAt" Type="DateTime" Precision="7" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="TargetUuid" Type="Guid" />
|
|
<Property Name="GuaDanOrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="ScheduleDate" Type="DateTime" Precision="0" />
|
|
<Property Name="IsCancel" Type="Boolean" Nullable="false" />
|
|
<Property Name="GuaDanOrderGuestUuid" Type="Guid" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_Schedule_GuaDanOrderGuest" FromRole="RegionAndRoomAndBedSchedule" ToRole="GuaDanOrderGuest" />
|
|
</EntityType>
|
|
<EntityType Name="RegionRoomBed">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="IsActive" Type="Boolean" Nullable="false" />
|
|
<Property Name="Gender" Type="Boolean" Nullable="false" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="RoomUuid" Type="Guid" Nullable="false" />
|
|
<Property Name="StatusCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_BedUuid" FromRole="RegionRoomBed" ToRole="GuaDanOrderGuest" />
|
|
<NavigationProperty Name="Room" Relationship="Model.FK_RegionRoomBed_RoomUuid" FromRole="RegionRoomBed" ToRole="Room" />
|
|
<NavigationProperty Name="RegionRoomBedStatus" Relationship="Model.FK_RegionRoomBed_StatusCode" FromRole="RegionRoomBed" ToRole="RegionRoomBedStatus" />
|
|
</EntityType>
|
|
<EntityType Name="RegionRoomBedStatus">
|
|
<Key>
|
|
<PropertyRef Name="Code" />
|
|
</Key>
|
|
<Property Name="Code" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="Name" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Description" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Category" Type="Int32" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_StatusCode" FromRole="RegionRoomBedStatus" ToRole="GuaDanOrderGuest" />
|
|
<NavigationProperty Name="RegionRoomBed" Relationship="Model.FK_RegionRoomBed_StatusCode" FromRole="RegionRoomBedStatus" ToRole="RegionRoomBed" />
|
|
</EntityType>
|
|
<EntityType Name="RegionType">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Code" 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="IsActive" Type="Boolean" Nullable="false" />
|
|
<Property Name="CreateAt" Type="DateTime" Precision="3" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<NavigationProperty Name="Region" Relationship="Model.FK_Region_RegionTypeUuid" FromRole="RegionType" ToRole="Region" />
|
|
</EntityType>
|
|
<EntityType Name="Room">
|
|
<Key>
|
|
<PropertyRef Name="Uuid" />
|
|
</Key>
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Gender" Type="Boolean" Nullable="false" />
|
|
<Property Name="BedCount" Type="Int32" />
|
|
<Property Name="IsActive" Type="Boolean" />
|
|
<Property Name="CreatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="IsDeleted" Type="Boolean" Nullable="false" />
|
|
<Property Name="Uuid" Type="Guid" Nullable="false" />
|
|
<Property Name="RegionUuid" Type="Guid" Nullable="false" />
|
|
<NavigationProperty Name="GuaDanOrderGuest" Relationship="Model.FK_GuaDanOrderGuest_RoomUuid" FromRole="Room" ToRole="GuaDanOrderGuest" />
|
|
<NavigationProperty Name="Region" Relationship="Model.FK_Room_Region" FromRole="Room" ToRole="Region" />
|
|
<NavigationProperty Name="RegionRoomBed" Relationship="Model.FK_RegionRoomBed_RoomUuid" FromRole="Room" ToRole="RegionRoomBed" />
|
|
</EntityType>
|
|
<Association Name="FK_GuaDanOrder_Admin_CreateUser">
|
|
<End Type="Model.admin" Role="admin" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrder" Role="GuaDanOrder" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="admin">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrder">
|
|
<PropertyRef Name="CreateUser" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrder_Followers">
|
|
<End Type="Model.follower" Role="follower" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrder" Role="GuaDanOrder" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="follower">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrder">
|
|
<PropertyRef Name="BookerFollowerNum" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_FOLLOWERS">
|
|
<End Type="Model.follower" Role="follower" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="follower">
|
|
<PropertyRef Name="num" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="FollowerNum" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_BedUuid">
|
|
<End Type="Model.RegionRoomBed" Role="RegionRoomBed" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBed">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="BedUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_RoomUuid">
|
|
<End Type="Model.Room" Role="Room" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Room">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="RoomUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_StatusCode">
|
|
<End Type="Model.RegionRoomBedStatus" Role="RegionRoomBedStatus" Multiplicity="1" />
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBedStatus">
|
|
<PropertyRef Name="Code" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Schedule_GuaDanOrderGuest">
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="0..1" />
|
|
<End Type="Model.RegionAndRoomAndBedSchedule" Role="RegionAndRoomAndBedSchedule" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="RegionAndRoomAndBedSchedule">
|
|
<PropertyRef Name="GuaDanOrderGuestUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Region_ParentUuid">
|
|
<End Type="Model.Region" Role="Region" Multiplicity="0..1" />
|
|
<End Type="Model.Region" Role="Region1" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Region">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Region1">
|
|
<PropertyRef Name="ParentUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Region_RegionTypeUuid">
|
|
<End Type="Model.RegionType" Role="RegionType" Multiplicity="0..1" />
|
|
<End Type="Model.Region" Role="Region" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionType">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Region">
|
|
<PropertyRef Name="RegionTypeUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Room_Region">
|
|
<End Type="Model.Region" Role="Region" Multiplicity="1" />
|
|
<End Type="Model.Room" Role="Room" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Region">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="Room">
|
|
<PropertyRef Name="RegionUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_RegionRoomBed_RoomUuid">
|
|
<End Type="Model.Room" Role="Room" Multiplicity="1" />
|
|
<End Type="Model.RegionRoomBed" Role="RegionRoomBed" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="Room">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="RegionRoomBed">
|
|
<PropertyRef Name="RoomUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_RegionRoomBed_StatusCode">
|
|
<End Type="Model.RegionRoomBedStatus" Role="RegionRoomBedStatus" Multiplicity="1" />
|
|
<End Type="Model.RegionRoomBed" Role="RegionRoomBed" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="RegionRoomBedStatus">
|
|
<PropertyRef Name="Code" />
|
|
</Principal>
|
|
<Dependent Role="RegionRoomBed">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<EntityType Name="AncestralTabletArea">
|
|
<Key>
|
|
<PropertyRef Name="AreaId" />
|
|
</Key>
|
|
<Property Name="AreaId" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="AreaName" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="AreaCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="ParentAreaId" Type="Int32" />
|
|
<Property Name="AreaType" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
<Property Name="Price" Type="Int32" />
|
|
<Property Name="SortOrder" Type="Int32" />
|
|
<Property Name="IsDisabled" Type="Boolean" Nullable="false" />
|
|
<Property Name="Description" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="AncestralTabletArea1" Relationship="Model.FK_AncestralTabletArea_Parent" FromRole="AncestralTabletArea" ToRole="AncestralTabletArea1" />
|
|
<NavigationProperty Name="AncestralTabletArea2" Relationship="Model.FK_AncestralTabletArea_Parent" FromRole="AncestralTabletArea1" ToRole="AncestralTabletArea" />
|
|
<NavigationProperty Name="AncestralTabletPosition" Relationship="Model.FK_Position_Area" FromRole="AncestralTabletArea" ToRole="AncestralTabletPosition" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletPosition">
|
|
<Key>
|
|
<PropertyRef Name="PositionId" />
|
|
</Key>
|
|
<Property Name="PositionId" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="AreaId" Type="Int32" Nullable="false" />
|
|
<Property Name="PositionCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="PositionName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Price" Type="Int32" />
|
|
<Property Name="StatusCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="Description" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
<Property Name="RowNo" Type="Int32" />
|
|
<Property Name="ColumnNo" Type="Int32" />
|
|
<NavigationProperty Name="AncestralTabletArea" Relationship="Model.FK_Position_Area" FromRole="AncestralTabletPosition" ToRole="AncestralTabletArea" />
|
|
<NavigationProperty Name="AncestralTabletStatus" Relationship="Model.FK_Position_Status" FromRole="AncestralTabletPosition" ToRole="AncestralTabletStatus" />
|
|
<NavigationProperty Name="AncestralTabletRegistrant" Relationship="Model.FK_Registrant_Position" FromRole="AncestralTabletPosition" ToRole="AncestralTabletRegistrant" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletPositionRecord">
|
|
<Key>
|
|
<PropertyRef Name="RecordId" />
|
|
</Key>
|
|
<Property Name="RecordId" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="RegistrantCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="NPTitle" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
<Property Name="NPStandDate" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="NPYangShang" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="WPContent" Type="String" MaxLength="1000" FixedLength="false" Unicode="true" />
|
|
<Property Name="CreatedAt" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="3" />
|
|
<NavigationProperty Name="AncestralTabletRegistrant" Relationship="Model.FK__Ancestral__Regis__5A1A5A11" FromRole="AncestralTabletPositionRecord" ToRole="AncestralTabletRegistrant" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletRegistrant">
|
|
<Key>
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Key>
|
|
<Property Name="RegistrantCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="Name" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Phone" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="Address" Type="String" MaxLength="60" FixedLength="false" Unicode="true" />
|
|
<Property Name="RegisterDate" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="Price" Type="Int32" />
|
|
<Property Name="PositionId" Type="Int32" />
|
|
<Property Name="StartDate" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="EndDate" Type="DateTime" Precision="0" />
|
|
<Property Name="IsLongTerm" Type="Boolean" Nullable="false" />
|
|
<Property Name="IsActive" Type="Boolean" Nullable="false" />
|
|
<Property Name="CreatedAt" Type="DateTime" Nullable="false" Precision="3" />
|
|
<Property Name="UpdatedAt" Type="DateTime" Precision="3" />
|
|
<Property Name="IsEnd" Type="Boolean" Nullable="false" />
|
|
<NavigationProperty Name="AncestralTabletPosition" Relationship="Model.FK_Registrant_Position" FromRole="AncestralTabletRegistrant" ToRole="AncestralTabletPosition" />
|
|
<NavigationProperty Name="AncestralTabletPositionRecord" Relationship="Model.FK__Ancestral__Regis__5A1A5A11" FromRole="AncestralTabletRegistrant" ToRole="AncestralTabletPositionRecord" />
|
|
</EntityType>
|
|
<EntityType Name="AncestralTabletStatus">
|
|
<Key>
|
|
<PropertyRef Name="StatusCode" />
|
|
</Key>
|
|
<Property Name="StatusCode" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="StatusName" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<Property Name="StatusType" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
<NavigationProperty Name="AncestralTabletPosition" Relationship="Model.FK_Position_Status" FromRole="AncestralTabletStatus" ToRole="AncestralTabletPosition" />
|
|
</EntityType>
|
|
<Association Name="FK_AncestralTabletArea_Parent">
|
|
<End Type="Model.AncestralTabletArea" Role="AncestralTabletArea" Multiplicity="0..1" />
|
|
<End Type="Model.AncestralTabletArea" Role="AncestralTabletArea1" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletArea">
|
|
<PropertyRef Name="AreaId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletArea1">
|
|
<PropertyRef Name="ParentAreaId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Position_Area">
|
|
<End Type="Model.AncestralTabletArea" Role="AncestralTabletArea" Multiplicity="1" />
|
|
<End Type="Model.AncestralTabletPosition" Role="AncestralTabletPosition" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletArea">
|
|
<PropertyRef Name="AreaId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPosition">
|
|
<PropertyRef Name="AreaId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Position_Status">
|
|
<End Type="Model.AncestralTabletStatus" Role="AncestralTabletStatus" Multiplicity="0..1" />
|
|
<End Type="Model.AncestralTabletPosition" Role="AncestralTabletPosition" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletStatus">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPosition">
|
|
<PropertyRef Name="StatusCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_Registrant_Position">
|
|
<End Type="Model.AncestralTabletPosition" Role="AncestralTabletPosition" Multiplicity="0..1" />
|
|
<End Type="Model.AncestralTabletRegistrant" Role="AncestralTabletRegistrant" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletPosition">
|
|
<PropertyRef Name="PositionId" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletRegistrant">
|
|
<PropertyRef Name="PositionId" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK__Ancestral__Regis__5A1A5A11">
|
|
<End Type="Model.AncestralTabletRegistrant" Role="AncestralTabletRegistrant" Multiplicity="1" />
|
|
<End Type="Model.AncestralTabletPositionRecord" Role="AncestralTabletPositionRecord" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="AncestralTabletRegistrant">
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Principal>
|
|
<Dependent Role="AncestralTabletPositionRecord">
|
|
<PropertyRef Name="RegistrantCode" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
<Association Name="FK_GuaDanOrderGuest_Order">
|
|
<End Type="Model.GuaDanOrder" Role="GuaDanOrder" Multiplicity="0..1" />
|
|
<End Type="Model.GuaDanOrderGuest" Role="GuaDanOrderGuest" Multiplicity="*" />
|
|
<ReferentialConstraint>
|
|
<Principal Role="GuaDanOrder">
|
|
<PropertyRef Name="Uuid" />
|
|
</Principal>
|
|
<Dependent Role="GuaDanOrderGuest">
|
|
<PropertyRef Name="OrderUuid" />
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Schema>
|
|
</edmx:ConceptualModels>
|
|
<!-- C-S mapping content -->
|
|
<edmx:Mappings>
|
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
<EntityContainerMapping StorageEntityContainer="ModelStoreContainer" CdmEntityContainer="ezEntities">
|
|
<EntitySetMapping Name="accountings">
|
|
<EntityTypeMapping TypeName="Model.accounting">
|
|
<MappingFragment StoreEntitySet="accounting">
|
|
<ScalarProperty Name="pro_order_detail_num" ColumnName="pro_order_detail_num" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="uptime" ColumnName="uptime" />
|
|
<ScalarProperty Name="category" ColumnName="category" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="kind2" ColumnName="kind2" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="tax" ColumnName="tax" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="mem_num" ColumnName="mem_num" />
|
|
<ScalarProperty Name="debtor" ColumnName="debtor" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="excerpt" ColumnName="excerpt" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="accounting_files">
|
|
<EntityTypeMapping TypeName="Model.accounting_files">
|
|
<MappingFragment StoreEntitySet="accounting_files">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="accounting_num" ColumnName="accounting_num" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
<ScalarProperty Name="pic1_name" ColumnName="pic1_name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="accounting_kind">
|
|
<EntityTypeMapping TypeName="Model.accounting_kind">
|
|
<MappingFragment StoreEntitySet="accounting_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="title" ColumnName="title" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="accounting_kind2">
|
|
<EntityTypeMapping TypeName="Model.accounting_kind2">
|
|
<MappingFragment StoreEntitySet="accounting_kind2">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="title" ColumnName="title" />
|
|
<ScalarProperty Name="bank_name" ColumnName="bank_name" />
|
|
<ScalarProperty Name="bank_code" ColumnName="bank_code" />
|
|
<ScalarProperty Name="bank_id" ColumnName="bank_id" />
|
|
<ScalarProperty Name="record_payment" ColumnName="record_payment" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="actItems">
|
|
<EntityTypeMapping TypeName="Model.actItem">
|
|
<MappingFragment StoreEntitySet="actItem">
|
|
<ScalarProperty Name="is_reconcile" ColumnName="is_reconcile" />
|
|
<ScalarProperty Name="print_init" ColumnName="print_init" />
|
|
<ScalarProperty Name="partno" ColumnName="partno" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="extend" ColumnName="extend" />
|
|
<ScalarProperty Name="cycle" ColumnName="cycle" />
|
|
<ScalarProperty Name="category" ColumnName="category" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="actItem_files">
|
|
<EntityTypeMapping TypeName="Model.actItem_files">
|
|
<MappingFragment StoreEntitySet="actItem_files">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="files_num" ColumnName="files_num" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="actItem_kind">
|
|
<EntityTypeMapping TypeName="Model.actItem_kind">
|
|
<MappingFragment StoreEntitySet="actItem_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activities">
|
|
<EntityTypeMapping TypeName="Model.activity">
|
|
<MappingFragment StoreEntitySet="activity">
|
|
<ScalarProperty Name="print_init" ColumnName="print_init" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="startDate_solar" ColumnName="startDate_solar" />
|
|
<ScalarProperty Name="endDate_solar" ColumnName="endDate_solar" />
|
|
<ScalarProperty Name="hall" ColumnName="hall" />
|
|
<ScalarProperty Name="start_sexagenary" ColumnName="start_sexagenary" />
|
|
<ScalarProperty Name="end_sexagenary" ColumnName="end_sexagenary" />
|
|
<ScalarProperty Name="monk" ColumnName="monk" />
|
|
<ScalarProperty Name="startDate_lunar" ColumnName="startDate_lunar" />
|
|
<ScalarProperty Name="endDate_lunar" ColumnName="endDate_lunar" />
|
|
<ScalarProperty Name="dueDate" ColumnName="dueDate" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="category_kind" ColumnName="category_kind" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_category_kind">
|
|
<EntityTypeMapping TypeName="Model.activity_category_kind">
|
|
<MappingFragment StoreEntitySet="activity_category_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_check">
|
|
<EntityTypeMapping TypeName="Model.activity_check">
|
|
<MappingFragment StoreEntitySet="activity_check">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_kind">
|
|
<EntityTypeMapping TypeName="Model.activity_kind">
|
|
<MappingFragment StoreEntitySet="activity_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="calendar" ColumnName="calendar" />
|
|
<ScalarProperty Name="month" ColumnName="month" />
|
|
<ScalarProperty Name="day" ColumnName="day" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_kind_detail">
|
|
<EntityTypeMapping TypeName="Model.activity_kind_detail">
|
|
<MappingFragment StoreEntitySet="activity_kind_detail">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="activity_kind_num" ColumnName="activity_kind_num" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_relating">
|
|
<EntityTypeMapping TypeName="Model.activity_relating">
|
|
<MappingFragment StoreEntitySet="activity_relating">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="activity_spares">
|
|
<EntityTypeMapping TypeName="Model.activity_spares">
|
|
<MappingFragment StoreEntitySet="activity_spares">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="qty1" ColumnName="qty1" />
|
|
<ScalarProperty Name="qty2" ColumnName="qty2" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="admins">
|
|
<EntityTypeMapping TypeName="Model.admin">
|
|
<MappingFragment StoreEntitySet="admin">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="u_id" ColumnName="u_id" />
|
|
<ScalarProperty Name="u_password" ColumnName="u_password" />
|
|
<ScalarProperty Name="u_name" ColumnName="u_name" />
|
|
<ScalarProperty Name="sex" ColumnName="sex" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="phone1" ColumnName="phone1" />
|
|
<ScalarProperty Name="phone2" ColumnName="phone2" />
|
|
<ScalarProperty Name="birthday" ColumnName="birthday" />
|
|
<ScalarProperty Name="email" ColumnName="email" />
|
|
<ScalarProperty Name="city" ColumnName="city" />
|
|
<ScalarProperty Name="area" ColumnName="area" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="uid" ColumnName="uid" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="power" ColumnName="power" />
|
|
<ScalarProperty Name="online" ColumnName="online" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="login_time" ColumnName="login_time" />
|
|
<ScalarProperty Name="login_ip" ColumnName="login_ip" />
|
|
<ScalarProperty Name="login_code" ColumnName="login_code" />
|
|
<ScalarProperty Name="adwidth" ColumnName="adwidth" />
|
|
<ScalarProperty Name="wrp_news" ColumnName="wrp_news" />
|
|
<ScalarProperty Name="wrp_bar" ColumnName="wrp_bar" />
|
|
<ScalarProperty Name="gauth_key" ColumnName="gauth_key" />
|
|
<ScalarProperty Name="gauth_enabled" ColumnName="gauth_enabled" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="admin_group">
|
|
<EntityTypeMapping TypeName="Model.admin_group">
|
|
<MappingFragment StoreEntitySet="admin_group">
|
|
<ScalarProperty Name="g_name" ColumnName="g_name" />
|
|
<ScalarProperty Name="items" ColumnName="items" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="admin_log">
|
|
<EntityTypeMapping TypeName="Model.admin_log">
|
|
<MappingFragment StoreEntitySet="admin_log">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="u_id" ColumnName="u_id" />
|
|
<ScalarProperty Name="login_time" ColumnName="login_time" />
|
|
<ScalarProperty Name="login_ip" ColumnName="login_ip" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
<ScalarProperty Name="agent" ColumnName="agent" />
|
|
<ScalarProperty Name="word" ColumnName="word" />
|
|
<ScalarProperty Name="systems" ColumnName="systems" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="appellations">
|
|
<EntityTypeMapping TypeName="Model.appellation">
|
|
<MappingFragment StoreEntitySet="appellation">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="title" ColumnName="title" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="bed_kind">
|
|
<EntityTypeMapping TypeName="Model.bed_kind">
|
|
<MappingFragment StoreEntitySet="bed_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="sex" ColumnName="sex" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="bed_kind_detail">
|
|
<EntityTypeMapping TypeName="Model.bed_kind_detail">
|
|
<MappingFragment StoreEntitySet="bed_kind_detail">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="bed_kind_id" ColumnName="bed_kind_id" />
|
|
<ScalarProperty Name="bed_name" ColumnName="bed_name" />
|
|
<ScalarProperty Name="bed_type" ColumnName="bed_type" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="bed_order">
|
|
<EntityTypeMapping TypeName="Model.bed_order">
|
|
<MappingFragment StoreEntitySet="bed_order">
|
|
<ScalarProperty Name="bed_order_no" ColumnName="bed_order_no" />
|
|
<ScalarProperty Name="order_no" ColumnName="order_no" />
|
|
<ScalarProperty Name="o_detail_id" ColumnName="o_detail_id" />
|
|
<ScalarProperty Name="start_date" ColumnName="start_date" />
|
|
<ScalarProperty Name="end_date" ColumnName="end_date" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="keyin1" ColumnName="keyin1" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="bed_order_detail">
|
|
<EntityTypeMapping TypeName="Model.bed_order_detail">
|
|
<MappingFragment StoreEntitySet="bed_order_detail">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="bed_order_no" ColumnName="bed_order_no" />
|
|
<ScalarProperty Name="checkIn_date" ColumnName="checkIn_date" />
|
|
<ScalarProperty Name="bed_kind1" ColumnName="bed_kind1" />
|
|
<ScalarProperty Name="bed_kind2" ColumnName="bed_kind2" />
|
|
<ScalarProperty Name="bed_kind_detail_id" ColumnName="bed_kind_detail_id" />
|
|
<ScalarProperty Name="license" ColumnName="license" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="companies">
|
|
<EntityTypeMapping TypeName="Model.company">
|
|
<MappingFragment StoreEntitySet="company">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="com_name" ColumnName="com_name" />
|
|
<ScalarProperty Name="com_mail" ColumnName="com_mail" />
|
|
<ScalarProperty Name="bcc_mail" ColumnName="bcc_mail" />
|
|
<ScalarProperty Name="pic_url" ColumnName="pic_url" />
|
|
<ScalarProperty Name="menu" ColumnName="menu" />
|
|
<ScalarProperty Name="log_class" ColumnName="log_class" />
|
|
<ScalarProperty Name="log_menu" ColumnName="log_menu" />
|
|
<ScalarProperty Name="last_order_no" ColumnName="last_order_no" />
|
|
<ScalarProperty Name="adwidth" ColumnName="adwidth" />
|
|
<ScalarProperty Name="wrp_news" ColumnName="wrp_news" />
|
|
<ScalarProperty Name="wrp_bar" ColumnName="wrp_bar" />
|
|
<ScalarProperty Name="smtp_url" ColumnName="smtp_url" />
|
|
<ScalarProperty Name="smtp_port" ColumnName="smtp_port" />
|
|
<ScalarProperty Name="smtp_ssl" ColumnName="smtp_ssl" />
|
|
<ScalarProperty Name="smtp_user" ColumnName="smtp_user" />
|
|
<ScalarProperty Name="smtp_password" ColumnName="smtp_password" />
|
|
<ScalarProperty Name="smtp_def" ColumnName="smtp_def" />
|
|
<ScalarProperty Name="use_sender" ColumnName="use_sender" />
|
|
<ScalarProperty Name="bed_order_no" ColumnName="bed_order_no" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="countries">
|
|
<EntityTypeMapping TypeName="Model.country">
|
|
<MappingFragment StoreEntitySet="country">
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
<ScalarProperty Name="ID2" ColumnName="ID2" />
|
|
<ScalarProperty Name="ID3" ColumnName="ID3" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="name_en" ColumnName="name_en" />
|
|
<ScalarProperty Name="name_zh" ColumnName="name_zh" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="files">
|
|
<EntityTypeMapping TypeName="Model.file">
|
|
<MappingFragment StoreEntitySet="files">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="word" ColumnName="word" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="modify_time" ColumnName="modify_time" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="paperset" ColumnName="paperset" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="followers">
|
|
<EntityTypeMapping TypeName="Model.follower">
|
|
<MappingFragment StoreEntitySet="followers">
|
|
<ScalarProperty Name="follower_hash" ColumnName="follower_hash" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="f_number" ColumnName="f_number" />
|
|
<ScalarProperty Name="u_name" ColumnName="u_name" />
|
|
<ScalarProperty Name="sex" ColumnName="sex" />
|
|
<ScalarProperty Name="identity_type" ColumnName="identity_type" />
|
|
<ScalarProperty Name="birthday" ColumnName="birthday" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="email" ColumnName="email" />
|
|
<ScalarProperty Name="refugedate" ColumnName="refugedate" />
|
|
<ScalarProperty Name="refuge_name" ColumnName="refuge_name" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="leader" ColumnName="leader" />
|
|
<ScalarProperty Name="socialid1" ColumnName="socialid1" />
|
|
<ScalarProperty Name="socialid2" ColumnName="socialid2" />
|
|
<ScalarProperty Name="tab" ColumnName="tab" />
|
|
<ScalarProperty Name="contactor" ColumnName="contactor" />
|
|
<ScalarProperty Name="contactor_phone" ColumnName="contactor_phone" />
|
|
<ScalarProperty Name="blood" ColumnName="blood" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="introducer" ColumnName="introducer" />
|
|
<ScalarProperty Name="refuge_area" ColumnName="refuge_area" />
|
|
<ScalarProperty Name="id_code" ColumnName="id_code" />
|
|
<ScalarProperty Name="passport" ColumnName="passport" />
|
|
<ScalarProperty Name="cellphone" ColumnName="cellphone" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="admin_log" ColumnName="admin_log" />
|
|
<ScalarProperty Name="join_date" ColumnName="join_date" />
|
|
<ScalarProperty Name="country" ColumnName="country" />
|
|
<ScalarProperty Name="appellation_id" ColumnName="appellation_id" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="followers_tablet">
|
|
<EntityTypeMapping TypeName="Model.followers_tablet">
|
|
<MappingFragment StoreEntitySet="followers_tablet">
|
|
<ScalarProperty Name="type" ColumnName="type" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="title" ColumnName="title" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="items">
|
|
<EntityTypeMapping TypeName="Model.item">
|
|
<MappingFragment StoreEntitySet="item">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="title" ColumnName="title" />
|
|
<ScalarProperty Name="url" ColumnName="url" />
|
|
<ScalarProperty Name="target" ColumnName="target" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="other" ColumnName="other" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="other_url" ColumnName="other_url" />
|
|
<ScalarProperty Name="s_id" ColumnName="s_id" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="members">
|
|
<EntityTypeMapping TypeName="Model.member">
|
|
<MappingFragment StoreEntitySet="member">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="m_number" ColumnName="m_number" />
|
|
<ScalarProperty Name="u_name" ColumnName="u_name" />
|
|
<ScalarProperty Name="sex" ColumnName="sex" />
|
|
<ScalarProperty Name="id_code" ColumnName="id_code" />
|
|
<ScalarProperty Name="birthday" ColumnName="birthday" />
|
|
<ScalarProperty Name="blood" ColumnName="blood" />
|
|
<ScalarProperty Name="educational" ColumnName="educational" />
|
|
<ScalarProperty Name="refugedate" ColumnName="refugedate" />
|
|
<ScalarProperty Name="refuge_name" ColumnName="refuge_name" />
|
|
<ScalarProperty Name="refuge_area" ColumnName="refuge_area" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="admin_num" ColumnName="admin_num" />
|
|
<ScalarProperty Name="takedate" ColumnName="takedate" />
|
|
<ScalarProperty Name="leavedate" ColumnName="leavedate" />
|
|
<ScalarProperty Name="group_kind" ColumnName="group_kind" />
|
|
<ScalarProperty Name="title_kind" ColumnName="title_kind" />
|
|
<ScalarProperty Name="salary" ColumnName="salary" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="com_email" ColumnName="com_email" />
|
|
<ScalarProperty Name="email" ColumnName="email" />
|
|
<ScalarProperty Name="contact" ColumnName="contact" />
|
|
<ScalarProperty Name="address1" ColumnName="address1" />
|
|
<ScalarProperty Name="address2" ColumnName="address2" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="member_check">
|
|
<EntityTypeMapping TypeName="Model.member_check">
|
|
<MappingFragment StoreEntitySet="member_check">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="mem_num" ColumnName="mem_num" />
|
|
<ScalarProperty Name="check_date" ColumnName="check_date" />
|
|
<ScalarProperty Name="check_time" ColumnName="check_time" />
|
|
<ScalarProperty Name="check_type" ColumnName="check_type" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="login_type" ColumnName="login_type" />
|
|
<ScalarProperty Name="login_ip" ColumnName="login_ip" />
|
|
<ScalarProperty Name="hour" ColumnName="hour" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="member_group">
|
|
<EntityTypeMapping TypeName="Model.member_group">
|
|
<MappingFragment StoreEntitySet="member_group">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="starttime" ColumnName="starttime" />
|
|
<ScalarProperty Name="offtime" ColumnName="offtime" />
|
|
<ScalarProperty Name="resttime" ColumnName="resttime" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="member_title">
|
|
<EntityTypeMapping TypeName="Model.member_title">
|
|
<MappingFragment StoreEntitySet="member_title">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="news">
|
|
<EntityTypeMapping TypeName="Model.news">
|
|
<MappingFragment StoreEntitySet="news">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
<ScalarProperty Name="selltime1" ColumnName="selltime1" />
|
|
<ScalarProperty Name="selltime2" ColumnName="selltime2" />
|
|
<ScalarProperty Name="uptime" ColumnName="uptime" />
|
|
<ScalarProperty Name="topping" ColumnName="topping" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="word" ColumnName="word" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="author" ColumnName="author" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="news_files">
|
|
<EntityTypeMapping TypeName="Model.news_files">
|
|
<MappingFragment StoreEntitySet="news_files">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="news_id" ColumnName="news_id" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="pic_name" ColumnName="pic_name" />
|
|
<ScalarProperty Name="pic_type" ColumnName="pic_type" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="news_kind">
|
|
<EntityTypeMapping TypeName="Model.news_kind">
|
|
<MappingFragment StoreEntitySet="news_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="pro_order">
|
|
<EntityTypeMapping TypeName="Model.pro_order">
|
|
<MappingFragment StoreEntitySet="pro_order">
|
|
<ScalarProperty Name="receipt_title" ColumnName="receipt_title" />
|
|
<ScalarProperty Name="send_receipt" ColumnName="send_receipt" />
|
|
<ScalarProperty Name="order_no" ColumnName="order_no" />
|
|
<ScalarProperty Name="up_time" ColumnName="up_time" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="keyin1" ColumnName="keyin1" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="introducer" ColumnName="introducer" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="pro_order_detail">
|
|
<EntityTypeMapping TypeName="Model.pro_order_detail">
|
|
<MappingFragment StoreEntitySet="pro_order_detail">
|
|
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
|
|
<ScalarProperty Name="print_id" ColumnName="print_id" />
|
|
<ScalarProperty Name="parent_num" ColumnName="parent_num" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="order_no" ColumnName="order_no" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="f_num_tablet" ColumnName="f_num_tablet" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="from_id" ColumnName="from_id" />
|
|
<ScalarProperty Name="from_id_tablet" ColumnName="from_id_tablet" />
|
|
<ScalarProperty Name="due_date" ColumnName="due_date" />
|
|
<ScalarProperty Name="bed_type" ColumnName="bed_type" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
<ScalarProperty Name="start_date" ColumnName="start_date" />
|
|
<ScalarProperty Name="extend_date" ColumnName="extend_date" />
|
|
<ScalarProperty Name="pay" ColumnName="pay" />
|
|
<ScalarProperty Name="pay_date" ColumnName="pay_date" />
|
|
<ScalarProperty Name="keyin1" ColumnName="keyin1" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="customize_data" ColumnName="customize_data" />
|
|
<ScalarProperty Name="printed_files" ColumnName="printed_files" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="pro_order_record">
|
|
<EntityTypeMapping TypeName="Model.pro_order_record">
|
|
<MappingFragment StoreEntitySet="pro_order_record">
|
|
<ScalarProperty Name="reconcile_memo" ColumnName="reconcile_memo" />
|
|
<ScalarProperty Name="transfer_id" ColumnName="transfer_id" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="detail_num" ColumnName="detail_num" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="payment" ColumnName="payment" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="pay_date" ColumnName="pay_date" />
|
|
<ScalarProperty Name="organization" ColumnName="organization" />
|
|
<ScalarProperty Name="bank_code" ColumnName="bank_code" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="projects">
|
|
<EntityTypeMapping TypeName="Model.project">
|
|
<MappingFragment StoreEntitySet="project">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="project_kind">
|
|
<EntityTypeMapping TypeName="Model.project_kind">
|
|
<MappingFragment StoreEntitySet="project_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="project_sub">
|
|
<EntityTypeMapping TypeName="Model.project_sub">
|
|
<MappingFragment StoreEntitySet="project_sub">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="subject" ColumnName="subject" />
|
|
<ScalarProperty Name="uptime" ColumnName="uptime" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="word" ColumnName="word" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
<ScalarProperty Name="pro_id" ColumnName="pro_id" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="stocks">
|
|
<EntityTypeMapping TypeName="Model.stock">
|
|
<MappingFragment StoreEntitySet="stock">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="uptime" ColumnName="uptime" />
|
|
<ScalarProperty Name="category" ColumnName="category" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="actItem_num" ColumnName="actItem_num" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
<ScalarProperty Name="price" ColumnName="price" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="mem_num" ColumnName="mem_num" />
|
|
<ScalarProperty Name="debtor" ColumnName="debtor" />
|
|
<ScalarProperty Name="balances" ColumnName="balances" />
|
|
<ScalarProperty Name="reason" ColumnName="reason" />
|
|
<ScalarProperty Name="supplier" ColumnName="supplier" />
|
|
<ScalarProperty Name="final_stock" ColumnName="final_stock" />
|
|
<ScalarProperty Name="rent_stock" ColumnName="rent_stock" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="stock_files">
|
|
<EntityTypeMapping TypeName="Model.stock_files">
|
|
<MappingFragment StoreEntitySet="stock_files">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="stock_num" ColumnName="stock_num" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
<ScalarProperty Name="pic1_name" ColumnName="pic1_name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="stock_kind">
|
|
<EntityTypeMapping TypeName="Model.stock_kind">
|
|
<MappingFragment StoreEntitySet="stock_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="stock_reason">
|
|
<EntityTypeMapping TypeName="Model.stock_reason">
|
|
<MappingFragment StoreEntitySet="stock_reason">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="category" ColumnName="category" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="suppliers">
|
|
<EntityTypeMapping TypeName="Model.supplier">
|
|
<MappingFragment StoreEntitySet="supplier">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="s_number" ColumnName="s_number" />
|
|
<ScalarProperty Name="u_name" ColumnName="u_name" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="phone2" ColumnName="phone2" />
|
|
<ScalarProperty Name="phone1" ColumnName="phone1" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="fax" ColumnName="fax" />
|
|
<ScalarProperty Name="email" ColumnName="email" />
|
|
<ScalarProperty Name="url" ColumnName="url" />
|
|
<ScalarProperty Name="pic1" ColumnName="pic1" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
<ScalarProperty Name="reg_time" ColumnName="reg_time" />
|
|
<ScalarProperty Name="admin_log" ColumnName="admin_log" />
|
|
<ScalarProperty Name="c_num" ColumnName="c_num" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="supplier_kind">
|
|
<EntityTypeMapping TypeName="Model.supplier_kind">
|
|
<MappingFragment StoreEntitySet="supplier_kind">
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
<ScalarProperty Name="kind" ColumnName="kind" />
|
|
<ScalarProperty Name="root" ColumnName="root" />
|
|
<ScalarProperty Name="range" ColumnName="range" />
|
|
<ScalarProperty Name="demo" ColumnName="demo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<FunctionImportMapping FunctionImportName="pager_eztrust" FunctionName="Model.Store.pager_eztrust" />
|
|
<EntitySetMapping Name="act_bom">
|
|
<EntityTypeMapping TypeName="Model.act_bom">
|
|
<MappingFragment StoreEntitySet="act_bom">
|
|
<ScalarProperty Name="memo" ColumnName="memo" />
|
|
<ScalarProperty Name="qty" ColumnName="qty" />
|
|
<ScalarProperty Name="optional" ColumnName="optional" />
|
|
<ScalarProperty Name="group_name" ColumnName="group_name" />
|
|
<ScalarProperty Name="item_type" ColumnName="item_type" />
|
|
<ScalarProperty Name="item_num" ColumnName="item_num" />
|
|
<ScalarProperty Name="package_num" ColumnName="package_num" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="family_members">
|
|
<EntityTypeMapping TypeName="Model.family_members">
|
|
<MappingFragment StoreEntitySet="family_members">
|
|
<ScalarProperty Name="area" ColumnName="area" />
|
|
<ScalarProperty Name="city" ColumnName="city" />
|
|
<ScalarProperty Name="mobile" ColumnName="mobile" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="birth_time" ColumnName="birth_time" />
|
|
<ScalarProperty Name="zodiac" ColumnName="zodiac" />
|
|
<ScalarProperty Name="age" ColumnName="age" />
|
|
<ScalarProperty Name="lunar_birthday" ColumnName="lunar_birthday" />
|
|
<ScalarProperty Name="birthdate" ColumnName="birthdate" />
|
|
<ScalarProperty Name="deceased" ColumnName="deceased" />
|
|
<ScalarProperty Name="fam_title" ColumnName="fam_title" />
|
|
<ScalarProperty Name="fam_gender" ColumnName="fam_gender" />
|
|
<ScalarProperty Name="fam_name" ColumnName="fam_name" />
|
|
<ScalarProperty Name="follower_num" ColumnName="follower_num" />
|
|
<ScalarProperty Name="num" ColumnName="num" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="PostCitiy">
|
|
<EntityTypeMapping TypeName="Model.PostCity">
|
|
<MappingFragment StoreEntitySet="PostCity">
|
|
<ScalarProperty Name="city" ColumnName="city" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="PostNumber">
|
|
<EntityTypeMapping TypeName="Model.PostNumber">
|
|
<MappingFragment StoreEntitySet="PostNumber">
|
|
<ScalarProperty Name="Area" ColumnName="Area" />
|
|
<ScalarProperty Name="City" ColumnName="City" />
|
|
<ScalarProperty Name="PostNumber1" ColumnName="PostNumber" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="ShuWen">
|
|
<EntityTypeMapping TypeName="Model.ShuWen">
|
|
<MappingFragment StoreEntitySet="ShuWen">
|
|
<ScalarProperty Name="IsGenerating" ColumnName="IsGenerating" />
|
|
<ScalarProperty Name="ShuWenList" ColumnName="ShuWenList" />
|
|
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
<ScalarProperty Name="ActivityNum" ColumnName="ActivityNum" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="transfer_register">
|
|
<EntityTypeMapping TypeName="Model.transfer_register">
|
|
<MappingFragment StoreEntitySet="transfer_register">
|
|
<ScalarProperty Name="balance_pro_order_detail" ColumnName="balance_pro_order_detail" />
|
|
<ScalarProperty Name="balance_act_item" ColumnName="balance_act_item" />
|
|
<ScalarProperty Name="remain_amount" ColumnName="remain_amount" />
|
|
<ScalarProperty Name="draft" ColumnName="draft" />
|
|
<ScalarProperty Name="verify_note" ColumnName="verify_note" />
|
|
<ScalarProperty Name="verify_time" ColumnName="verify_time" />
|
|
<ScalarProperty Name="member_num" ColumnName="member_num" />
|
|
<ScalarProperty Name="acc_kind" ColumnName="acc_kind" />
|
|
<ScalarProperty Name="check_status" ColumnName="check_status" />
|
|
<ScalarProperty Name="check_memo" ColumnName="check_memo" />
|
|
<ScalarProperty Name="check_amount" ColumnName="check_amount" />
|
|
<ScalarProperty Name="check_date" ColumnName="check_date" />
|
|
<ScalarProperty Name="acc_num" ColumnName="acc_num" />
|
|
<ScalarProperty Name="f_num" ColumnName="f_num" />
|
|
<ScalarProperty Name="f_num_match" ColumnName="f_num_match" />
|
|
<ScalarProperty Name="create_time" ColumnName="create_time" />
|
|
<ScalarProperty Name="status" ColumnName="status" />
|
|
<ScalarProperty Name="proof_img" ColumnName="proof_img" />
|
|
<ScalarProperty Name="note" ColumnName="note" />
|
|
<ScalarProperty Name="pay_mode" ColumnName="pay_mode" />
|
|
<ScalarProperty Name="amount" ColumnName="amount" />
|
|
<ScalarProperty Name="account_last5" ColumnName="account_last5" />
|
|
<ScalarProperty Name="pay_type" ColumnName="pay_type" />
|
|
<ScalarProperty Name="phone" ColumnName="phone" />
|
|
<ScalarProperty Name="name" ColumnName="name" />
|
|
<ScalarProperty Name="activity_num" ColumnName="activity_num" />
|
|
<ScalarProperty Name="id" ColumnName="id" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="GuaDanOrder">
|
|
<EntityTypeMapping TypeName="Model.GuaDanOrder">
|
|
<MappingFragment StoreEntitySet="GuaDanOrder">
|
|
<ScalarProperty Name="IsCancel" ColumnName="IsCancel" />
|
|
<ScalarProperty Name="ActivityNum" ColumnName="ActivityNum" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="BookerPhone" ColumnName="BookerPhone" />
|
|
<ScalarProperty Name="BookerName" ColumnName="BookerName" />
|
|
<ScalarProperty Name="BookerFollowerNum" ColumnName="BookerFollowerNum" />
|
|
<ScalarProperty Name="GuaDanOrderNo" ColumnName="GuaDanOrderNo" />
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="CreateUser" ColumnName="CreateUser" />
|
|
<ScalarProperty Name="EndDate" ColumnName="EndDate" />
|
|
<ScalarProperty Name="StartDate" ColumnName="StartDate" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="GuaDanOrderGuest">
|
|
<EntityTypeMapping TypeName="Model.GuaDanOrderGuest">
|
|
<MappingFragment StoreEntitySet="GuaDanOrderGuest">
|
|
<ScalarProperty Name="OrderUuid" ColumnName="OrderUuid" />
|
|
<ScalarProperty Name="StatusCode" ColumnName="StatusCode" />
|
|
<ScalarProperty Name="CheckOutAt" ColumnName="CheckOutAt" />
|
|
<ScalarProperty Name="CheckInAt" ColumnName="CheckInAt" />
|
|
<ScalarProperty Name="BedUuid" ColumnName="BedUuid" />
|
|
<ScalarProperty Name="RoomUuid" ColumnName="RoomUuid" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="FollowerNum" ColumnName="FollowerNum" />
|
|
<ScalarProperty Name="GuaDanOrderNo" ColumnName="GuaDanOrderNo" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="GuadanTimeSetting">
|
|
<EntityTypeMapping TypeName="Model.GuadanTimeSetting">
|
|
<MappingFragment StoreEntitySet="GuadanTimeSetting">
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="LatestCheckOut" ColumnName="LatestCheckOut" />
|
|
<ScalarProperty Name="EarliestCheckIn" ColumnName="EarliestCheckIn" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Region">
|
|
<EntityTypeMapping TypeName="Model.Region">
|
|
<MappingFragment StoreEntitySet="Region">
|
|
<ScalarProperty Name="Gender" ColumnName="Gender" />
|
|
<ScalarProperty Name="RegionTypeUuid" ColumnName="RegionTypeUuid" />
|
|
<ScalarProperty Name="ParentUuid" ColumnName="ParentUuid" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="RoomCount" ColumnName="RoomCount" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="CreatedBy" ColumnName="CreatedBy" />
|
|
<ScalarProperty Name="SortOrder" ColumnName="SortOrder" />
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="RegionAndRoomAndBedSchedule">
|
|
<EntityTypeMapping TypeName="Model.RegionAndRoomAndBedSchedule">
|
|
<MappingFragment StoreEntitySet="RegionAndRoomAndBedSchedule">
|
|
<ScalarProperty Name="GuaDanOrderGuestUuid" ColumnName="GuaDanOrderGuestUuid" />
|
|
<ScalarProperty Name="IsCancel" ColumnName="IsCancel" />
|
|
<ScalarProperty Name="ScheduleDate" ColumnName="ScheduleDate" />
|
|
<ScalarProperty Name="GuaDanOrderNo" ColumnName="GuaDanOrderNo" />
|
|
<ScalarProperty Name="TargetUuid" ColumnName="TargetUuid" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="CreatedBy" ColumnName="CreatedBy" />
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
<ScalarProperty Name="Title" ColumnName="Title" />
|
|
<ScalarProperty Name="UseType" ColumnName="UseType" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="RegionRoomBed">
|
|
<EntityTypeMapping TypeName="Model.RegionRoomBed">
|
|
<MappingFragment StoreEntitySet="RegionRoomBed">
|
|
<ScalarProperty Name="StatusCode" ColumnName="StatusCode" />
|
|
<ScalarProperty Name="RoomUuid" ColumnName="RoomUuid" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="Gender" ColumnName="Gender" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="RegionRoomBedStatus">
|
|
<EntityTypeMapping TypeName="Model.RegionRoomBedStatus">
|
|
<MappingFragment StoreEntitySet="RegionRoomBedStatus">
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="Category" ColumnName="Category" />
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
<ScalarProperty Name="Code" ColumnName="Code" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="RegionType">
|
|
<EntityTypeMapping TypeName="Model.RegionType">
|
|
<MappingFragment StoreEntitySet="RegionType">
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="CreateAt" ColumnName="CreateAt" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
<ScalarProperty Name="Code" ColumnName="Code" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="Room">
|
|
<EntityTypeMapping TypeName="Model.Room">
|
|
<MappingFragment StoreEntitySet="Room">
|
|
<ScalarProperty Name="RegionUuid" ColumnName="RegionUuid" />
|
|
<ScalarProperty Name="Uuid" ColumnName="Uuid" />
|
|
<ScalarProperty Name="IsDeleted" ColumnName="IsDeleted" />
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="BedCount" ColumnName="BedCount" />
|
|
<ScalarProperty Name="Gender" ColumnName="Gender" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="AncestralTabletArea">
|
|
<EntityTypeMapping TypeName="Model.AncestralTabletArea">
|
|
<MappingFragment StoreEntitySet="AncestralTabletArea">
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
<ScalarProperty Name="IsDisabled" ColumnName="IsDisabled" />
|
|
<ScalarProperty Name="SortOrder" ColumnName="SortOrder" />
|
|
<ScalarProperty Name="Price" ColumnName="Price" />
|
|
<ScalarProperty Name="AreaType" ColumnName="AreaType" />
|
|
<ScalarProperty Name="ParentAreaId" ColumnName="ParentAreaId" />
|
|
<ScalarProperty Name="AreaCode" ColumnName="AreaCode" />
|
|
<ScalarProperty Name="AreaName" ColumnName="AreaName" />
|
|
<ScalarProperty Name="AreaId" ColumnName="AreaId" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="AncestralTabletPosition">
|
|
<EntityTypeMapping TypeName="Model.AncestralTabletPosition">
|
|
<MappingFragment StoreEntitySet="AncestralTabletPosition">
|
|
<ScalarProperty Name="ColumnNo" ColumnName="ColumnNo" />
|
|
<ScalarProperty Name="RowNo" ColumnName="RowNo" />
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
<ScalarProperty Name="StatusCode" ColumnName="StatusCode" />
|
|
<ScalarProperty Name="Price" ColumnName="Price" />
|
|
<ScalarProperty Name="PositionName" ColumnName="PositionName" />
|
|
<ScalarProperty Name="PositionCode" ColumnName="PositionCode" />
|
|
<ScalarProperty Name="AreaId" ColumnName="AreaId" />
|
|
<ScalarProperty Name="PositionId" ColumnName="PositionId" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="AncestralTabletPositionRecord">
|
|
<EntityTypeMapping TypeName="Model.AncestralTabletPositionRecord">
|
|
<MappingFragment StoreEntitySet="AncestralTabletPositionRecord">
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="WPContent" ColumnName="WPContent" />
|
|
<ScalarProperty Name="NPYangShang" ColumnName="NPYangShang" />
|
|
<ScalarProperty Name="NPStandDate" ColumnName="NPStandDate" />
|
|
<ScalarProperty Name="NPTitle" ColumnName="NPTitle" />
|
|
<ScalarProperty Name="RegistrantCode" ColumnName="RegistrantCode" />
|
|
<ScalarProperty Name="RecordId" ColumnName="RecordId" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="AncestralTabletRegistrant">
|
|
<EntityTypeMapping TypeName="Model.AncestralTabletRegistrant">
|
|
<MappingFragment StoreEntitySet="AncestralTabletRegistrant">
|
|
<ScalarProperty Name="IsEnd" ColumnName="IsEnd" />
|
|
<ScalarProperty Name="UpdatedAt" ColumnName="UpdatedAt" />
|
|
<ScalarProperty Name="CreatedAt" ColumnName="CreatedAt" />
|
|
<ScalarProperty Name="IsActive" ColumnName="IsActive" />
|
|
<ScalarProperty Name="IsLongTerm" ColumnName="IsLongTerm" />
|
|
<ScalarProperty Name="EndDate" ColumnName="EndDate" />
|
|
<ScalarProperty Name="StartDate" ColumnName="StartDate" />
|
|
<ScalarProperty Name="PositionId" ColumnName="PositionId" />
|
|
<ScalarProperty Name="Price" ColumnName="Price" />
|
|
<ScalarProperty Name="RegisterDate" ColumnName="RegisterDate" />
|
|
<ScalarProperty Name="Address" ColumnName="Address" />
|
|
<ScalarProperty Name="Phone" ColumnName="Phone" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
<ScalarProperty Name="RegistrantCode" ColumnName="RegistrantCode" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="AncestralTabletStatus">
|
|
<EntityTypeMapping TypeName="Model.AncestralTabletStatus">
|
|
<MappingFragment StoreEntitySet="AncestralTabletStatus">
|
|
<ScalarProperty Name="StatusType" ColumnName="StatusType" />
|
|
<ScalarProperty Name="StatusName" ColumnName="StatusName" />
|
|
<ScalarProperty Name="StatusCode" ColumnName="StatusCode" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntityContainerMapping>
|
|
</Mapping>
|
|
</edmx:Mappings>
|
|
</edmx:Runtime>
|
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
|
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
|
<Connection>
|
|
<DesignerInfoPropertySet>
|
|
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
|
|
</DesignerInfoPropertySet>
|
|
</Connection>
|
|
<Options>
|
|
<DesignerInfoPropertySet>
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
<DesignerProperty Name="EnablePluralization" Value="False" />
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
<DesignerProperty Name="UseLegacyProvider" Value="false" />
|
|
<DesignerProperty Name="CodeGenerationStrategy" Value="無" />
|
|
</DesignerInfoPropertySet>
|
|
</Options>
|
|
<!-- Diagram content (shape and connector positions) -->
|
|
<Diagrams></Diagrams>
|
|
</Designer>
|
|
</edmx:Edmx> |