|
@@ -4,7 +4,7 @@
|
|
<edmx:Runtime>
|
|
<edmx:Runtime>
|
|
<!-- SSDL content -->
|
|
<!-- SSDL content -->
|
|
<edmx:StorageModels>
|
|
<edmx:StorageModels>
|
|
- <Schema Namespace="oa2023DBModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" 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">
|
|
|
|
|
|
+ <Schema Namespace="oa2023DBModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" 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="Air_TicketBlackCode">
|
|
<EntityType Name="Air_TicketBlackCode">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="Id" />
|
|
<PropertyRef Name="Id" />
|
|
@@ -806,6 +806,7 @@
|
|
<Property Name="IsDel" Type="int" />
|
|
<Property Name="IsDel" Type="int" />
|
|
<Property Name="SelectCheck" Type="nvarchar" MaxLength="1000" />
|
|
<Property Name="SelectCheck" Type="nvarchar" MaxLength="1000" />
|
|
<Property Name="PriceType" Type="int" />
|
|
<Property Name="PriceType" Type="int" />
|
|
|
|
+ <Property Name="PriceName" Type="nvarchar" MaxLength="200" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Grp_CarTouristGuideGroundReservationsContent">
|
|
<EntityType Name="Grp_CarTouristGuideGroundReservationsContent">
|
|
<Key>
|
|
<Key>
|
|
@@ -1459,6 +1460,37 @@
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
<Property Name="IsDel" Type="int" />
|
|
<Property Name="IsDel" Type="int" />
|
|
</EntityType>
|
|
</EntityType>
|
|
|
|
+ <EntityType Name="Grp_HotelInquiry">
|
|
|
|
+ <Key>
|
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
|
+ </Key>
|
|
|
|
+ <Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
+ <Property Name="DiId" Type="int" />
|
|
|
|
+ <Property Name="City" Type="varchar" MaxLength="50" />
|
|
|
|
+ <Property Name="Name" Type="varchar" MaxLength="100" />
|
|
|
|
+ <Property Name="Address" Type="varchar" MaxLength="200" />
|
|
|
|
+ <Property Name="SelectDt" Type="datetime" />
|
|
|
|
+ <Property Name="CheckInDate" Type="datetime" />
|
|
|
|
+ <Property Name="CheckOutDate" Type="datetime" />
|
|
|
|
+ <Property Name="SinglePrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="SingleQuantity" Type="int" />
|
|
|
|
+ <Property Name="SingleCurrency" Type="int" />
|
|
|
|
+ <Property Name="DoublePrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="DoubleQuantity" Type="int" />
|
|
|
|
+ <Property Name="DoubleCurrency" Type="int" />
|
|
|
|
+ <Property Name="SuitePrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="SuiteQuantity" Type="int" />
|
|
|
|
+ <Property Name="SuiteCurrency" Type="int" />
|
|
|
|
+ <Property Name="OtherPrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="OtherQuantity" Type="int" />
|
|
|
|
+ <Property Name="OtherCurrency" Type="int" />
|
|
|
|
+ <Property Name="CreateUserId" Type="int" />
|
|
|
|
+ <Property Name="CreateTime" Type="datetime" />
|
|
|
|
+ <Property Name="DeleteUserId" Type="int" />
|
|
|
|
+ <Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
|
+ <Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
|
|
+ <Property Name="IsDel" Type="int" />
|
|
|
|
+ </EntityType>
|
|
<EntityType Name="Grp_HotelReservations">
|
|
<EntityType Name="Grp_HotelReservations">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="Id" />
|
|
<PropertyRef Name="Id" />
|
|
@@ -1886,6 +1918,7 @@
|
|
<Property Name="DiId" Type="int" />
|
|
<Property Name="DiId" Type="int" />
|
|
<Property Name="IsChecked" Type="int" />
|
|
<Property Name="IsChecked" Type="int" />
|
|
<Property Name="CountryVisaFeeId" Type="int" />
|
|
<Property Name="CountryVisaFeeId" Type="int" />
|
|
|
|
+ <Property Name="OBType" Type="int" />
|
|
<Property Name="AgencyFee" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="AgencyFee" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="OtherFee" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="OtherFee" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
@@ -1910,7 +1943,7 @@
|
|
<Property Name="VisaFreeNumber" Type="int" />
|
|
<Property Name="VisaFreeNumber" Type="int" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
- <Property Name="DeleteTime" Type="int" />
|
|
|
|
|
|
+ <Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
<Property Name="DeleteUserId" Type="int" />
|
|
<Property Name="DeleteUserId" Type="int" />
|
|
<Property Name="Remark" Type="text" />
|
|
<Property Name="Remark" Type="text" />
|
|
<Property Name="IsDel" Type="int" Nullable="false" />
|
|
<Property Name="IsDel" Type="int" Nullable="false" />
|
|
@@ -2270,6 +2303,8 @@
|
|
<Property Name="VisaPrice" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="VisaPrice" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="VisaPriceDesc" Type="varchar" MaxLength="300" />
|
|
<Property Name="VisaPriceDesc" Type="varchar" MaxLength="300" />
|
|
<Property Name="VisaType" Type="varchar" MaxLength="50" />
|
|
<Property Name="VisaType" Type="varchar" MaxLength="50" />
|
|
|
|
+ <Property Name="GrandBusinessAgencyFee" Type="decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="PettyBusinessAgencyFee" Type="decimal" Precision="10" Scale="2" />
|
|
<Property Name="VisaTime" Type="varchar" MaxLength="50" />
|
|
<Property Name="VisaTime" Type="varchar" MaxLength="50" />
|
|
<Property Name="IsUrgent" Type="int" />
|
|
<Property Name="IsUrgent" Type="int" />
|
|
<Property Name="UrgentTime" Type="varchar" MaxLength="50" />
|
|
<Property Name="UrgentTime" Type="varchar" MaxLength="50" />
|
|
@@ -2320,6 +2355,8 @@
|
|
<Property Name="OtherInformation" Type="varchar" MaxLength="500" />
|
|
<Property Name="OtherInformation" Type="varchar" MaxLength="500" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
|
|
+ <Property Name="DeleteUserId" Type="int" />
|
|
|
|
+ <Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
<Property Name="IsDel" Type="int" />
|
|
<Property Name="IsDel" Type="int" />
|
|
</EntityType>
|
|
</EntityType>
|
|
@@ -2467,6 +2504,8 @@
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="Id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="DiId" Type="int" />
|
|
<Property Name="DiId" Type="int" />
|
|
<Property Name="Type" Type="int" />
|
|
<Property Name="Type" Type="int" />
|
|
|
|
+ <Property Name="Country" Type="varchar" MaxLength="100" />
|
|
|
|
+ <Property Name="Area" Type="varchar" MaxLength="200" />
|
|
<Property Name="Client" Type="varchar(max)" />
|
|
<Property Name="Client" Type="varchar(max)" />
|
|
<Property Name="Date" Type="varchar" MaxLength="120" />
|
|
<Property Name="Date" Type="varchar" MaxLength="120" />
|
|
<Property Name="Time" Type="varchar" MaxLength="120" />
|
|
<Property Name="Time" Type="varchar" MaxLength="120" />
|
|
@@ -2475,6 +2514,8 @@
|
|
<Property Name="Job" Type="varchar" MaxLength="50" />
|
|
<Property Name="Job" Type="varchar" MaxLength="50" />
|
|
<Property Name="Tel" Type="varchar" MaxLength="120" />
|
|
<Property Name="Tel" Type="varchar" MaxLength="120" />
|
|
<Property Name="OfficialForm" Type="int" />
|
|
<Property Name="OfficialForm" Type="int" />
|
|
|
|
+ <Property Name="Field" Type="varchar" MaxLength="100" />
|
|
|
|
+ <Property Name="ReqSample" Type="varchar" MaxLength="500" />
|
|
<Property Name="Setting" Type="varchar(max)" />
|
|
<Property Name="Setting" Type="varchar(max)" />
|
|
<Property Name="Dresscode" Type="varchar" MaxLength="120" />
|
|
<Property Name="Dresscode" Type="varchar" MaxLength="120" />
|
|
<Property Name="Attendees" Type="varchar(max)" />
|
|
<Property Name="Attendees" Type="varchar(max)" />
|
|
@@ -2818,6 +2859,7 @@
|
|
<Property Name="WorkExperience" Type="varchar" MaxLength="500" />
|
|
<Property Name="WorkExperience" Type="varchar" MaxLength="500" />
|
|
<Property Name="Certificate" Type="varchar" MaxLength="500" />
|
|
<Property Name="Certificate" Type="varchar" MaxLength="500" />
|
|
<Property Name="HrAudit" Type="int" />
|
|
<Property Name="HrAudit" Type="int" />
|
|
|
|
+ <Property Name="QiyeChatUserId" Type="varchar" MaxLength="200" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateUserId" Type="int" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
<Property Name="DeleteUserId" Type="int" />
|
|
<Property Name="DeleteUserId" Type="int" />
|
|
@@ -2891,6 +2933,7 @@
|
|
<EntitySet Name="Grp_GroupCostParameter" EntityType="Self.Grp_GroupCostParameter" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_GroupCostParameter" EntityType="Self.Grp_GroupCostParameter" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_GroupsTaskAssignment" EntityType="Self.Grp_GroupsTaskAssignment" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_GroupsTaskAssignment" EntityType="Self.Grp_GroupsTaskAssignment" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_GuidesInfo" EntityType="Self.Grp_GuidesInfo" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_GuidesInfo" EntityType="Self.Grp_GuidesInfo" Schema="dbo" store:Type="Tables" />
|
|
|
|
+ <EntitySet Name="Grp_HotelInquiry" EntityType="Self.Grp_HotelInquiry" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_HotelReservations" EntityType="Self.Grp_HotelReservations" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_HotelReservations" EntityType="Self.Grp_HotelReservations" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_InsuranceCost" EntityType="Self.Grp_InsuranceCost" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_InsuranceCost" EntityType="Self.Grp_InsuranceCost" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_InvertedList" EntityType="Self.Grp_InvertedList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Grp_InvertedList" EntityType="Self.Grp_InvertedList" Schema="dbo" store:Type="Tables" />
|
|
@@ -3046,8 +3089,7 @@
|
|
FROM [dbo].[Res_OfficialActivities0426] AS [Res_OfficialActivities0426]</DefiningQuery>
|
|
FROM [dbo].[Res_OfficialActivities0426] AS [Res_OfficialActivities0426]</DefiningQuery>
|
|
</EntitySet>
|
|
</EntitySet>
|
|
</EntityContainer>
|
|
</EntityContainer>
|
|
- </Schema>
|
|
|
|
- </edmx:StorageModels>
|
|
|
|
|
|
+ </Schema></edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="oa2023DBModel" 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">
|
|
<Schema Namespace="oa2023DBModel" 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">
|
|
@@ -3852,6 +3894,7 @@
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="SelectCheck" Type="String" MaxLength="1000" FixedLength="false" Unicode="true" />
|
|
<Property Name="SelectCheck" Type="String" MaxLength="1000" FixedLength="false" Unicode="true" />
|
|
<Property Name="PriceType" Type="Int32" />
|
|
<Property Name="PriceType" Type="Int32" />
|
|
|
|
+ <Property Name="PriceName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Grp_CarTouristGuideGroundReservationsContent">
|
|
<EntityType Name="Grp_CarTouristGuideGroundReservationsContent">
|
|
<Key>
|
|
<Key>
|
|
@@ -4869,27 +4912,7 @@
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
- </EntityType>
|
|
|
|
- <EntityType Name="Grp_VisaInfo">
|
|
|
|
- <Key>
|
|
|
|
- <PropertyRef Name="Id" />
|
|
|
|
- </Key>
|
|
|
|
- <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
- <Property Name="DIId" Type="Int32" />
|
|
|
|
- <Property Name="VisaClient" Type="String" MaxLength="120" FixedLength="false" Unicode="false" />
|
|
|
|
- <Property Name="VisaPrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
- <Property Name="VisaCurrency" Type="Int32" />
|
|
|
|
- <Property Name="IsThird" Type="Int32" />
|
|
|
|
- <Property Name="PassengerType" Type="Int32" />
|
|
|
|
- <Property Name="VisaNumber" Type="Int32" />
|
|
|
|
- <Property Name="VisaFreeNumber" Type="Int32" />
|
|
|
|
- <Property Name="CreateUserId" Type="Int32" />
|
|
|
|
- <Property Name="CreateTime" Type="DateTime" Precision="3" />
|
|
|
|
- <Property Name="DeleteTime" Type="Int32" />
|
|
|
|
- <Property Name="DeleteUserId" Type="Int32" />
|
|
|
|
- <Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
|
- <Property Name="IsDel" Type="Int32" Nullable="false" />
|
|
|
|
- <Property Name="visaDescription" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
|
|
|
|
+ <Property Name="OBType" Type="Int32" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Grp_VisaInfo0430171300">
|
|
<EntityType Name="Grp_VisaInfo0430171300">
|
|
<Key>
|
|
<Key>
|
|
@@ -5258,6 +5281,8 @@
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
|
+ <Property Name="GrandBusinessAgencyFee" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="PettyBusinessAgencyFee" Type="Decimal" Precision="10" Scale="2" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Res_GuidesInfo">
|
|
<EntityType Name="Res_GuidesInfo">
|
|
<Key>
|
|
<Key>
|
|
@@ -5297,6 +5322,8 @@
|
|
<Property Name="CreateTime" Type="DateTime" Precision="3" />
|
|
<Property Name="CreateTime" Type="DateTime" Precision="3" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
|
+ <Property Name="DeleteUserId" Type="Int32" />
|
|
|
|
+ <Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Res_InvitationOfficialActivityData">
|
|
<EntityType Name="Res_InvitationOfficialActivityData">
|
|
<Key>
|
|
<Key>
|
|
@@ -5465,6 +5492,10 @@
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsSubmitApproval" Type="Int32" />
|
|
<Property Name="IsSubmitApproval" Type="Int32" />
|
|
<Property Name="IsPay" Type="Int32" />
|
|
<Property Name="IsPay" Type="Int32" />
|
|
|
|
+ <Property Name="Country" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="Area" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="Field" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="ReqSample" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Res_PositionEnglishComparison">
|
|
<EntityType Name="Res_PositionEnglishComparison">
|
|
<Key>
|
|
<Key>
|
|
@@ -5767,6 +5798,7 @@
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
|
+ <Property Name="QiyeChatUserId" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="sysdiagrams">
|
|
<EntityType Name="sysdiagrams">
|
|
<Key>
|
|
<Key>
|
|
@@ -5947,7 +5979,6 @@
|
|
<EntitySet Name="Grp_TourClientList" EntityType="Self.Grp_TourClientList" />
|
|
<EntitySet Name="Grp_TourClientList" EntityType="Self.Grp_TourClientList" />
|
|
<EntitySet Name="Grp_TravelList" EntityType="Self.Grp_TravelList" />
|
|
<EntitySet Name="Grp_TravelList" EntityType="Self.Grp_TravelList" />
|
|
<EntitySet Name="Grp_VisaFeeInfo" EntityType="Self.Grp_VisaFeeInfo" />
|
|
<EntitySet Name="Grp_VisaFeeInfo" EntityType="Self.Grp_VisaFeeInfo" />
|
|
- <EntitySet Name="Grp_VisaInfo" EntityType="Self.Grp_VisaInfo" />
|
|
|
|
<EntitySet Name="Grp_VisaInfo0430171300" EntityType="Self.Grp_VisaInfo0430171300" />
|
|
<EntitySet Name="Grp_VisaInfo0430171300" EntityType="Self.Grp_VisaInfo0430171300" />
|
|
<EntitySet Name="Grp_VisaProgress" EntityType="Self.Grp_VisaProgress" />
|
|
<EntitySet Name="Grp_VisaProgress" EntityType="Self.Grp_VisaProgress" />
|
|
<EntitySet Name="Grp_VisaProgressCustomer" EntityType="Self.Grp_VisaProgressCustomer" />
|
|
<EntitySet Name="Grp_VisaProgressCustomer" EntityType="Self.Grp_VisaProgressCustomer" />
|
|
@@ -5995,7 +6026,61 @@
|
|
<EntitySet Name="Grp_CreditCardPayment2" EntityType="Self.Grp_CreditCardPayment2" />
|
|
<EntitySet Name="Grp_CreditCardPayment2" EntityType="Self.Grp_CreditCardPayment2" />
|
|
<EntitySet Name="Grp_InvertedListVisaCountry20240430114047" EntityType="Self.Grp_InvertedListVisaCountry20240430114047" />
|
|
<EntitySet Name="Grp_InvertedListVisaCountry20240430114047" EntityType="Self.Grp_InvertedListVisaCountry20240430114047" />
|
|
<EntitySet Name="Res_OfficialActivities0426" EntityType="Self.Res_OfficialActivities0426" />
|
|
<EntitySet Name="Res_OfficialActivities0426" EntityType="Self.Res_OfficialActivities0426" />
|
|
|
|
+ <EntitySet Name="Grp_HotelInquiry" EntityType="oa2023DBModel.Grp_HotelInquiry" />
|
|
|
|
+ <EntitySet Name="Grp_VisaInfo" EntityType="oa2023DBModel.Grp_VisaInfo" />
|
|
</EntityContainer>
|
|
</EntityContainer>
|
|
|
|
+ <EntityType Name="Grp_HotelInquiry">
|
|
|
|
+ <Key>
|
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
|
+ </Key>
|
|
|
|
+ <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
+ <Property Name="DiId" Type="Int32" />
|
|
|
|
+ <Property Name="City" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="Name" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="Address" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="SelectDt" Type="DateTime" Precision="3" />
|
|
|
|
+ <Property Name="CheckInDate" Type="DateTime" Precision="3" />
|
|
|
|
+ <Property Name="CheckOutDate" Type="DateTime" Precision="3" />
|
|
|
|
+ <Property Name="SinglePrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="SingleQuantity" Type="Int32" />
|
|
|
|
+ <Property Name="SingleCurrency" Type="Int32" />
|
|
|
|
+ <Property Name="DoublePrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="DoubleQuantity" Type="Int32" />
|
|
|
|
+ <Property Name="DoubleCurrency" Type="Int32" />
|
|
|
|
+ <Property Name="SuitePrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="SuiteQuantity" Type="Int32" />
|
|
|
|
+ <Property Name="SuiteCurrency" Type="Int32" />
|
|
|
|
+ <Property Name="OtherPrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="OtherQuantity" Type="Int32" />
|
|
|
|
+ <Property Name="OtherCurrency" Type="Int32" />
|
|
|
|
+ <Property Name="CreateUserId" Type="Int32" />
|
|
|
|
+ <Property Name="CreateTime" Type="DateTime" Precision="3" />
|
|
|
|
+ <Property Name="DeleteUserId" Type="Int32" />
|
|
|
|
+ <Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="IsDel" Type="Int32" />
|
|
|
|
+ </EntityType>
|
|
|
|
+ <EntityType Name="Grp_VisaInfo">
|
|
|
|
+ <Key>
|
|
|
|
+ <PropertyRef Name="Id" />
|
|
|
|
+ </Key>
|
|
|
|
+ <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
+ <Property Name="DIId" Type="Int32" />
|
|
|
|
+ <Property Name="VisaClient" Type="String" MaxLength="120" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="VisaPrice" Type="Decimal" Precision="10" Scale="2" />
|
|
|
|
+ <Property Name="VisaCurrency" Type="Int32" />
|
|
|
|
+ <Property Name="IsThird" Type="Int32" />
|
|
|
|
+ <Property Name="PassengerType" Type="Int32" />
|
|
|
|
+ <Property Name="VisaNumber" Type="Int32" />
|
|
|
|
+ <Property Name="VisaFreeNumber" Type="Int32" />
|
|
|
|
+ <Property Name="CreateUserId" Type="Int32" />
|
|
|
|
+ <Property Name="CreateTime" Type="DateTime" Precision="3" />
|
|
|
|
+ <Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="DeleteUserId" Type="Int32" />
|
|
|
|
+ <Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
|
+ <Property Name="IsDel" Type="Int32" Nullable="false" />
|
|
|
|
+ <Property Name="visaDescription" Type="String" MaxLength="150" FixedLength="false" Unicode="true" />
|
|
|
|
+ </EntityType>
|
|
</Schema>
|
|
</Schema>
|
|
</edmx:ConceptualModels>
|
|
</edmx:ConceptualModels>
|
|
<!-- C-S mapping content -->
|
|
<!-- C-S mapping content -->
|
|
@@ -6811,6 +6896,7 @@
|
|
<EntitySetMapping Name="Grp_CarTouristGuideGroundReservations">
|
|
<EntitySetMapping Name="Grp_CarTouristGuideGroundReservations">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_CarTouristGuideGroundReservations">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_CarTouristGuideGroundReservations">
|
|
<MappingFragment StoreEntitySet="Grp_CarTouristGuideGroundReservations">
|
|
<MappingFragment StoreEntitySet="Grp_CarTouristGuideGroundReservations">
|
|
|
|
+ <ScalarProperty Name="PriceName" ColumnName="PriceName" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="Area" ColumnName="Area" />
|
|
<ScalarProperty Name="Area" ColumnName="Area" />
|
|
@@ -7877,6 +7963,7 @@
|
|
<EntitySetMapping Name="Grp_VisaFeeInfo">
|
|
<EntitySetMapping Name="Grp_VisaFeeInfo">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaFeeInfo">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaFeeInfo">
|
|
<MappingFragment StoreEntitySet="Grp_VisaFeeInfo">
|
|
<MappingFragment StoreEntitySet="Grp_VisaFeeInfo">
|
|
|
|
+ <ScalarProperty Name="OBType" ColumnName="OBType" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="IsChecked" ColumnName="IsChecked" />
|
|
<ScalarProperty Name="IsChecked" ColumnName="IsChecked" />
|
|
@@ -7892,28 +7979,6 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
- <EntitySetMapping Name="Grp_VisaInfo">
|
|
|
|
- <EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaInfo">
|
|
|
|
- <MappingFragment StoreEntitySet="Grp_VisaInfo">
|
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
- <ScalarProperty Name="DIId" ColumnName="DIId" />
|
|
|
|
- <ScalarProperty Name="VisaClient" ColumnName="VisaClient" />
|
|
|
|
- <ScalarProperty Name="VisaPrice" ColumnName="VisaPrice" />
|
|
|
|
- <ScalarProperty Name="VisaCurrency" ColumnName="VisaCurrency" />
|
|
|
|
- <ScalarProperty Name="IsThird" ColumnName="IsThird" />
|
|
|
|
- <ScalarProperty Name="PassengerType" ColumnName="PassengerType" />
|
|
|
|
- <ScalarProperty Name="VisaNumber" ColumnName="VisaNumber" />
|
|
|
|
- <ScalarProperty Name="VisaFreeNumber" ColumnName="VisaFreeNumber" />
|
|
|
|
- <ScalarProperty Name="CreateUserId" ColumnName="CreateUserId" />
|
|
|
|
- <ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
|
|
- <ScalarProperty Name="DeleteTime" ColumnName="DeleteTime" />
|
|
|
|
- <ScalarProperty Name="DeleteUserId" ColumnName="DeleteUserId" />
|
|
|
|
- <ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
|
|
- <ScalarProperty Name="IsDel" ColumnName="IsDel" />
|
|
|
|
- <ScalarProperty Name="visaDescription" ColumnName="visaDescription" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
<EntitySetMapping Name="Grp_VisaInfo0430171300">
|
|
<EntitySetMapping Name="Grp_VisaInfo0430171300">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaInfo0430171300">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaInfo0430171300">
|
|
<MappingFragment StoreEntitySet="Grp_VisaInfo0430171300">
|
|
<MappingFragment StoreEntitySet="Grp_VisaInfo0430171300">
|
|
@@ -8274,6 +8339,8 @@
|
|
<EntitySetMapping Name="Res_CountryFeeCost">
|
|
<EntitySetMapping Name="Res_CountryFeeCost">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_CountryFeeCost">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_CountryFeeCost">
|
|
<MappingFragment StoreEntitySet="Res_CountryFeeCost">
|
|
<MappingFragment StoreEntitySet="Res_CountryFeeCost">
|
|
|
|
+ <ScalarProperty Name="PettyBusinessAgencyFee" ColumnName="PettyBusinessAgencyFee" />
|
|
|
|
+ <ScalarProperty Name="GrandBusinessAgencyFee" ColumnName="GrandBusinessAgencyFee" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="VisaContinent" ColumnName="VisaContinent" />
|
|
<ScalarProperty Name="VisaContinent" ColumnName="VisaContinent" />
|
|
<ScalarProperty Name="VisaCountry" ColumnName="VisaCountry" />
|
|
<ScalarProperty Name="VisaCountry" ColumnName="VisaCountry" />
|
|
@@ -8323,6 +8390,8 @@
|
|
<EntitySetMapping Name="Res_HotelData">
|
|
<EntitySetMapping Name="Res_HotelData">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_HotelData">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_HotelData">
|
|
<MappingFragment StoreEntitySet="Res_HotelData">
|
|
<MappingFragment StoreEntitySet="Res_HotelData">
|
|
|
|
+ <ScalarProperty Name="DeleteTime" ColumnName="DeleteTime" />
|
|
|
|
+ <ScalarProperty Name="DeleteUserId" ColumnName="DeleteUserId" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="City" ColumnName="City" />
|
|
<ScalarProperty Name="City" ColumnName="City" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
@@ -8486,6 +8555,10 @@
|
|
<EntitySetMapping Name="Res_OfficialActivities">
|
|
<EntitySetMapping Name="Res_OfficialActivities">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_OfficialActivities">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_OfficialActivities">
|
|
<MappingFragment StoreEntitySet="Res_OfficialActivities">
|
|
<MappingFragment StoreEntitySet="Res_OfficialActivities">
|
|
|
|
+ <ScalarProperty Name="ReqSample" ColumnName="ReqSample" />
|
|
|
|
+ <ScalarProperty Name="Field" ColumnName="Field" />
|
|
|
|
+ <ScalarProperty Name="Area" ColumnName="Area" />
|
|
|
|
+ <ScalarProperty Name="Country" ColumnName="Country" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
<ScalarProperty Name="Type" ColumnName="Type" />
|
|
<ScalarProperty Name="Type" ColumnName="Type" />
|
|
@@ -8795,6 +8868,7 @@
|
|
<EntitySetMapping Name="Sys_Users">
|
|
<EntitySetMapping Name="Sys_Users">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Sys_Users">
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Sys_Users">
|
|
<MappingFragment StoreEntitySet="Sys_Users">
|
|
<MappingFragment StoreEntitySet="Sys_Users">
|
|
|
|
+ <ScalarProperty Name="QiyeChatUserId" ColumnName="QiyeChatUserId" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
<ScalarProperty Name="CnName" ColumnName="CnName" />
|
|
<ScalarProperty Name="CnName" ColumnName="CnName" />
|
|
<ScalarProperty Name="EnName" ColumnName="EnName" />
|
|
<ScalarProperty Name="EnName" ColumnName="EnName" />
|
|
@@ -8944,6 +9018,60 @@
|
|
</MappingFragment>
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
</EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Grp_HotelInquiry">
|
|
|
|
+ <EntityTypeMapping TypeName="oa2023DBModel.Grp_HotelInquiry">
|
|
|
|
+ <MappingFragment StoreEntitySet="Grp_HotelInquiry">
|
|
|
|
+ <ScalarProperty Name="IsDel" ColumnName="IsDel" />
|
|
|
|
+ <ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
|
|
+ <ScalarProperty Name="DeleteTime" ColumnName="DeleteTime" />
|
|
|
|
+ <ScalarProperty Name="DeleteUserId" ColumnName="DeleteUserId" />
|
|
|
|
+ <ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
|
|
+ <ScalarProperty Name="CreateUserId" ColumnName="CreateUserId" />
|
|
|
|
+ <ScalarProperty Name="OtherCurrency" ColumnName="OtherCurrency" />
|
|
|
|
+ <ScalarProperty Name="OtherQuantity" ColumnName="OtherQuantity" />
|
|
|
|
+ <ScalarProperty Name="OtherPrice" ColumnName="OtherPrice" />
|
|
|
|
+ <ScalarProperty Name="SuiteCurrency" ColumnName="SuiteCurrency" />
|
|
|
|
+ <ScalarProperty Name="SuiteQuantity" ColumnName="SuiteQuantity" />
|
|
|
|
+ <ScalarProperty Name="SuitePrice" ColumnName="SuitePrice" />
|
|
|
|
+ <ScalarProperty Name="DoubleCurrency" ColumnName="DoubleCurrency" />
|
|
|
|
+ <ScalarProperty Name="DoubleQuantity" ColumnName="DoubleQuantity" />
|
|
|
|
+ <ScalarProperty Name="DoublePrice" ColumnName="DoublePrice" />
|
|
|
|
+ <ScalarProperty Name="SingleCurrency" ColumnName="SingleCurrency" />
|
|
|
|
+ <ScalarProperty Name="SingleQuantity" ColumnName="SingleQuantity" />
|
|
|
|
+ <ScalarProperty Name="SinglePrice" ColumnName="SinglePrice" />
|
|
|
|
+ <ScalarProperty Name="CheckOutDate" ColumnName="CheckOutDate" />
|
|
|
|
+ <ScalarProperty Name="CheckInDate" ColumnName="CheckInDate" />
|
|
|
|
+ <ScalarProperty Name="SelectDt" ColumnName="SelectDt" />
|
|
|
|
+ <ScalarProperty Name="Address" ColumnName="Address" />
|
|
|
|
+ <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
+ <ScalarProperty Name="City" ColumnName="City" />
|
|
|
|
+ <ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Grp_VisaInfo">
|
|
|
|
+ <EntityTypeMapping TypeName="oa2023DBModel.Grp_VisaInfo">
|
|
|
|
+ <MappingFragment StoreEntitySet="Grp_VisaInfo">
|
|
|
|
+ <ScalarProperty Name="visaDescription" ColumnName="visaDescription" />
|
|
|
|
+ <ScalarProperty Name="IsDel" ColumnName="IsDel" />
|
|
|
|
+ <ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
|
|
+ <ScalarProperty Name="DeleteUserId" ColumnName="DeleteUserId" />
|
|
|
|
+ <ScalarProperty Name="DeleteTime" ColumnName="DeleteTime" />
|
|
|
|
+ <ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
|
|
+ <ScalarProperty Name="CreateUserId" ColumnName="CreateUserId" />
|
|
|
|
+ <ScalarProperty Name="VisaFreeNumber" ColumnName="VisaFreeNumber" />
|
|
|
|
+ <ScalarProperty Name="VisaNumber" ColumnName="VisaNumber" />
|
|
|
|
+ <ScalarProperty Name="PassengerType" ColumnName="PassengerType" />
|
|
|
|
+ <ScalarProperty Name="IsThird" ColumnName="IsThird" />
|
|
|
|
+ <ScalarProperty Name="VisaCurrency" ColumnName="VisaCurrency" />
|
|
|
|
+ <ScalarProperty Name="VisaPrice" ColumnName="VisaPrice" />
|
|
|
|
+ <ScalarProperty Name="VisaClient" ColumnName="VisaClient" />
|
|
|
|
+ <ScalarProperty Name="DIId" ColumnName="DIId" />
|
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
</EntityContainerMapping>
|
|
</EntityContainerMapping>
|
|
</Mapping>
|
|
</Mapping>
|
|
</edmx:Mappings>
|
|
</edmx:Mappings>
|