|
@@ -18,6 +18,7 @@
|
|
|
<Property Name="NowPrice" Type="varchar" MaxLength="200" />
|
|
|
<Property Name="BCPrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
<Property Name="ECPrice" Type="decimal" Precision="10" Scale="2" />
|
|
|
+ <Property Name="Title" Type="nvarchar" MaxLength="200" />
|
|
|
<Property Name="CreateUserId" Type="int" />
|
|
|
<Property Name="CreateTime" Type="datetime" />
|
|
|
<Property Name="DeleteUserId" Type="int" />
|
|
@@ -469,6 +470,8 @@
|
|
|
<Property Name="DeleteTime" Type="nvarchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="nvarchar(max)" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="int" />
|
|
|
+ <Property Name="LastUpdateTime" Type="datetime" />
|
|
|
</EntityType>
|
|
|
<!--生成过程中发现错误:
|
|
|
警告 6002: 表/视图“OA2023DB.dbo.Crm_NewClientData_Encryption”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
@@ -520,6 +523,18 @@
|
|
|
<Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="Status" Type="varchar" MaxLength="100" />
|
|
|
+ <Property Name="RemoteIp" Type="varchar" MaxLength="100" />
|
|
|
+ <Property Name="Location" Type="varchar" MaxLength="150" />
|
|
|
+ <Property Name="browser" Type="varchar" MaxLength="100" />
|
|
|
+ <Property Name="Os" Type="varchar" MaxLength="100" />
|
|
|
+ <Property Name="Elapsed" Type="bigint" />
|
|
|
+ <Property Name="RequestParam" Type="text" />
|
|
|
+ <Property Name="ReturnResult" Type="text" />
|
|
|
+ <Property Name="UpdatePreData" Type="text" />
|
|
|
+ <Property Name="UpdateBefData" Type="text" />
|
|
|
+ <Property Name="RequestUrl" Type="varchar" MaxLength="100" />
|
|
|
+ <Property Name="DeviceType" Type="varchar" MaxLength="50" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Crm_VisaCustomerCompany">
|
|
|
<Key>
|
|
@@ -1998,6 +2013,22 @@
|
|
|
<Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="varchar" MaxLength="500" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="AirTicketDt" Type="varchar" MaxLength="30" />
|
|
|
+ <Property Name="IsAirTicket" Type="int" />
|
|
|
+ <Property Name="AirTicketRemark" Type="varchar" MaxLength="300" />
|
|
|
+ <Property Name="HotelDt" Type="varchar" MaxLength="30" />
|
|
|
+ <Property Name="IsHotel" Type="int" />
|
|
|
+ <Property Name="HotelRemark" Type="varchar" MaxLength="300" />
|
|
|
+ <Property Name="IsSelectedAirportd" Type="bit" />
|
|
|
+ <Property Name="IsSelectedApprovalData" Type="bit" />
|
|
|
+ <Property Name="IsSelectedIssueApproval" Type="bit" />
|
|
|
+ <Property Name="IsSelectedVisaInfo" Type="bit" />
|
|
|
+ <Property Name="IsSelectedSendVisa" Type="bit" />
|
|
|
+ <Property Name="IsSelectedIssueVisa" Type="bit" />
|
|
|
+ <Property Name="IsSelectedAirTicket" Type="bit" />
|
|
|
+ <Property Name="IsSelectedHotel" Type="bit" />
|
|
|
+ <Property Name="IsSelectedPreTripMeeting" Type="bit" />
|
|
|
+ <Property Name="IsSelectedAirportdDropOff" Type="bit" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Grp_InvertedListVisaCountry">
|
|
|
<Key>
|
|
@@ -2762,6 +2793,8 @@
|
|
|
<Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="text" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="LastUpdateUserId " Type="int" />
|
|
|
+ <Property Name="LastUpdateTime " Type="datetime" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Res_CarGuides">
|
|
|
<Key>
|
|
@@ -2922,6 +2955,8 @@
|
|
|
<Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="nvarchar(max)" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="LastUpdateUserId " Type="int" />
|
|
|
+ <Property Name="LastUpdateTime" Type="datetime" />
|
|
|
</EntityType>
|
|
|
<!--生成过程中发现错误:
|
|
|
警告 6002: 表/视图“OA2023DB.dbo.Res_InvitationOfficialActivityData_Data”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
@@ -3037,13 +3072,14 @@
|
|
|
<Property Name="StrainScore" Type="nvarchar" MaxLength="50" />
|
|
|
<Property Name="LocalAndChineseScore" Type="nvarchar" MaxLength="50" />
|
|
|
<Property Name="StaffType" Type="int" />
|
|
|
- <Property Name="LastUpdate" Type="datetime" />
|
|
|
+ <Property Name="LastUpdateTime" Type="datetime" />
|
|
|
<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="nvarchar(max)" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="int" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Res_MediaSuppliers">
|
|
|
<Key>
|
|
@@ -3238,6 +3274,8 @@
|
|
|
<Property Name="DeleteTime" Type="varchar" MaxLength="30" />
|
|
|
<Property Name="Remark" Type="nvarchar(max)" />
|
|
|
<Property Name="IsDel" Type="int" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="int" />
|
|
|
+ <Property Name="LastUpdateTime" Type="datetime" />
|
|
|
</EntityType>
|
|
|
<!--生成过程中发现错误:
|
|
|
警告 6002: 表/视图“OA2023DB.dbo.Res_TranslatorLibrary_Encryption”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
@@ -4021,13 +4059,14 @@
|
|
|
[Res_LocalGuideData].[StrainScore] AS [StrainScore],
|
|
|
[Res_LocalGuideData].[LocalAndChineseScore] AS [LocalAndChineseScore],
|
|
|
[Res_LocalGuideData].[StaffType] AS [StaffType],
|
|
|
- [Res_LocalGuideData].[LastUpdate] AS [LastUpdate],
|
|
|
+ [Res_LocalGuideData].[LastUpdateTime] AS [LastUpdateTime],
|
|
|
[Res_LocalGuideData].[CreateUserId] AS [CreateUserId],
|
|
|
[Res_LocalGuideData].[CreateTime] AS [CreateTime],
|
|
|
[Res_LocalGuideData].[DeleteUserId] AS [DeleteUserId],
|
|
|
[Res_LocalGuideData].[DeleteTime] AS [DeleteTime],
|
|
|
[Res_LocalGuideData].[Remark] AS [Remark],
|
|
|
- [Res_LocalGuideData].[IsDel] AS [IsDel]
|
|
|
+ [Res_LocalGuideData].[IsDel] AS [IsDel],
|
|
|
+ [Res_LocalGuideData].[LastUpdateUserId] AS [LastUpdateUserId]
|
|
|
FROM [dbo].[Res_LocalGuideData] AS [Res_LocalGuideData]</DefiningQuery>
|
|
|
</EntitySet>
|
|
|
<EntitySet Name="Res_OfficialActivities0426" EntityType="Self.Res_OfficialActivities0426" store:Type="Tables" store:Schema="dbo">
|
|
@@ -4187,6 +4226,7 @@
|
|
|
<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" />
|
|
|
+ <Property Name="Title" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Bus_ConfItem">
|
|
|
<Key>
|
|
@@ -4485,6 +4525,8 @@
|
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateTime" Type="DateTime" Precision="3" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Crm_TableOperationRecord">
|
|
|
<Key>
|
|
@@ -4501,6 +4543,18 @@
|
|
|
<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" />
|
|
|
+ <Property Name="Status" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="RemoteIp" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="Location" Type="String" MaxLength="150" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="browser" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="Os" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="Elapsed" Type="Int64" />
|
|
|
+ <Property Name="RequestParam" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="ReturnResult" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="UpdatePreData" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="UpdateBefData" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="RequestUrl" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="DeviceType" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Crm_VisaCustomerCompany">
|
|
|
<Key>
|
|
@@ -5647,6 +5701,22 @@
|
|
|
<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" />
|
|
|
+ <Property Name="AirTicketDt" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="IsAirTicket" Type="Int32" />
|
|
|
+ <Property Name="AirTicketRemark" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="HotelDt" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="IsHotel" Type="Int32" />
|
|
|
+ <Property Name="HotelRemark" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
|
|
|
+ <Property Name="IsSelectedAirportd" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedApprovalData" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedIssueApproval" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedVisaInfo" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedSendVisa" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedIssueVisa" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedAirTicket" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedHotel" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedPreTripMeeting" Type="Boolean" />
|
|
|
+ <Property Name="IsSelectedAirportdDropOff" Type="Boolean" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Grp_InvertedListVisaCountry">
|
|
|
<Key>
|
|
@@ -6152,6 +6222,8 @@
|
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateUserId_" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateTime_" Type="DateTime" Precision="3" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Res_CarGuides">
|
|
|
<Key>
|
|
@@ -6312,6 +6384,8 @@
|
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateUserId_" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateTime" Type="DateTime" Precision="3" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Res_ItemDetail">
|
|
|
<Key>
|
|
@@ -6389,13 +6463,14 @@
|
|
|
<Property Name="StrainScore" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="LocalAndChineseScore" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="StaffType" Type="Int32" />
|
|
|
- <Property Name="LastUpdate" Type="DateTime" Precision="3" />
|
|
|
<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="Max" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateTime" Type="DateTime" Precision="3" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="Int32" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Res_Memo">
|
|
|
<Key>
|
|
@@ -7576,6 +7651,8 @@
|
|
|
<Property Name="DeleteTime" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="IsDel" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateUserId" Type="Int32" />
|
|
|
+ <Property Name="LastUpdateTime" Type="DateTime" Precision="3" />
|
|
|
</EntityType>
|
|
|
<EntityType Name="Sys_Cities">
|
|
|
<Key>
|
|
@@ -7942,6 +8019,7 @@
|
|
|
<EntitySetMapping Name="Air_TicketBlackCode">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Air_TicketBlackCode">
|
|
|
<MappingFragment StoreEntitySet="Air_TicketBlackCode">
|
|
|
+ <ScalarProperty Name="Title" ColumnName="Title" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
|
<ScalarProperty Name="LeaveCode" ColumnName="LeaveCode" />
|
|
@@ -8238,6 +8316,8 @@
|
|
|
<EntitySetMapping Name="Crm_NewClientData">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Crm_NewClientData">
|
|
|
<MappingFragment StoreEntitySet="Crm_NewClientData">
|
|
|
+ <ScalarProperty Name="LastUpdateTime" ColumnName="LastUpdateTime" />
|
|
|
+ <ScalarProperty Name="LastUpdateUserId" ColumnName="LastUpdateUserId" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="Number" ColumnName="Number" />
|
|
|
<ScalarProperty Name="Lvlid" ColumnName="Lvlid" />
|
|
@@ -8272,6 +8352,18 @@
|
|
|
<EntitySetMapping Name="Crm_TableOperationRecord">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Crm_TableOperationRecord">
|
|
|
<MappingFragment StoreEntitySet="Crm_TableOperationRecord">
|
|
|
+ <ScalarProperty Name="DeviceType" ColumnName="DeviceType" />
|
|
|
+ <ScalarProperty Name="RequestUrl" ColumnName="RequestUrl" />
|
|
|
+ <ScalarProperty Name="UpdateBefData" ColumnName="UpdateBefData" />
|
|
|
+ <ScalarProperty Name="UpdatePreData" ColumnName="UpdatePreData" />
|
|
|
+ <ScalarProperty Name="ReturnResult" ColumnName="ReturnResult" />
|
|
|
+ <ScalarProperty Name="RequestParam" ColumnName="RequestParam" />
|
|
|
+ <ScalarProperty Name="Elapsed" ColumnName="Elapsed" />
|
|
|
+ <ScalarProperty Name="Os" ColumnName="Os" />
|
|
|
+ <ScalarProperty Name="browser" ColumnName="browser" />
|
|
|
+ <ScalarProperty Name="Location" ColumnName="Location" />
|
|
|
+ <ScalarProperty Name="RemoteIp" ColumnName="RemoteIp" />
|
|
|
+ <ScalarProperty Name="Status" ColumnName="Status" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="TableName" ColumnName="TableName" />
|
|
|
<ScalarProperty Name="PortType" ColumnName="PortType" />
|
|
@@ -9436,6 +9528,22 @@
|
|
|
<EntitySetMapping Name="Grp_InvertedList">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Grp_InvertedList">
|
|
|
<MappingFragment StoreEntitySet="Grp_InvertedList">
|
|
|
+ <ScalarProperty Name="IsSelectedAirportdDropOff" ColumnName="IsSelectedAirportdDropOff" />
|
|
|
+ <ScalarProperty Name="IsSelectedPreTripMeeting" ColumnName="IsSelectedPreTripMeeting" />
|
|
|
+ <ScalarProperty Name="IsSelectedHotel" ColumnName="IsSelectedHotel" />
|
|
|
+ <ScalarProperty Name="IsSelectedAirTicket" ColumnName="IsSelectedAirTicket" />
|
|
|
+ <ScalarProperty Name="IsSelectedIssueVisa" ColumnName="IsSelectedIssueVisa" />
|
|
|
+ <ScalarProperty Name="IsSelectedSendVisa" ColumnName="IsSelectedSendVisa" />
|
|
|
+ <ScalarProperty Name="IsSelectedVisaInfo" ColumnName="IsSelectedVisaInfo" />
|
|
|
+ <ScalarProperty Name="IsSelectedIssueApproval" ColumnName="IsSelectedIssueApproval" />
|
|
|
+ <ScalarProperty Name="IsSelectedApprovalData" ColumnName="IsSelectedApprovalData" />
|
|
|
+ <ScalarProperty Name="IsSelectedAirportd" ColumnName="IsSelectedAirportd" />
|
|
|
+ <ScalarProperty Name="HotelRemark" ColumnName="HotelRemark" />
|
|
|
+ <ScalarProperty Name="IsHotel" ColumnName="IsHotel" />
|
|
|
+ <ScalarProperty Name="HotelDt" ColumnName="HotelDt" />
|
|
|
+ <ScalarProperty Name="AirTicketRemark" ColumnName="AirTicketRemark" />
|
|
|
+ <ScalarProperty Name="IsAirTicket" ColumnName="IsAirTicket" />
|
|
|
+ <ScalarProperty Name="AirTicketDt" ColumnName="AirTicketDt" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="DiId" ColumnName="DiId" />
|
|
|
<ScalarProperty Name="ApprovalDataDt" ColumnName="ApprovalDataDt" />
|
|
@@ -9973,6 +10081,8 @@
|
|
|
<EntitySetMapping Name="Res_CarData">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_CarData">
|
|
|
<MappingFragment StoreEntitySet="Res_CarData">
|
|
|
+ <ScalarProperty Name="LastUpdateTime_" ColumnName="LastUpdateTime " />
|
|
|
+ <ScalarProperty Name="LastUpdateUserId_" ColumnName="LastUpdateUserId " />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="UnitArea" ColumnName="UnitArea" />
|
|
|
<ScalarProperty Name="UnitName" ColumnName="UnitName" />
|
|
@@ -10138,6 +10248,8 @@
|
|
|
<EntitySetMapping Name="Res_InvitationOfficialActivityData">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_InvitationOfficialActivityData">
|
|
|
<MappingFragment StoreEntitySet="Res_InvitationOfficialActivityData">
|
|
|
+ <ScalarProperty Name="LastUpdateTime" ColumnName="LastUpdateTime" />
|
|
|
+ <ScalarProperty Name="LastUpdateUserId_" ColumnName="LastUpdateUserId " />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="Country" ColumnName="Country" />
|
|
|
<ScalarProperty Name="City" ColumnName="City" />
|
|
@@ -10230,6 +10342,8 @@
|
|
|
<EntitySetMapping Name="Res_LocalGuideData">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_LocalGuideData">
|
|
|
<MappingFragment StoreEntitySet="Res_LocalGuideData">
|
|
|
+ <ScalarProperty Name="LastUpdateUserId" ColumnName="LastUpdateUserId" />
|
|
|
+ <ScalarProperty Name="LastUpdateTime" ColumnName="LastUpdateTime" />
|
|
|
<ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
<ScalarProperty Name="UnitArea" ColumnName="UnitArea" />
|
|
|
<ScalarProperty Name="UnitName" ColumnName="UnitName" />
|
|
@@ -10248,7 +10362,6 @@
|
|
|
<ScalarProperty Name="StrainScore" ColumnName="StrainScore" />
|
|
|
<ScalarProperty Name="LocalAndChineseScore" ColumnName="LocalAndChineseScore" />
|
|
|
<ScalarProperty Name="StaffType" ColumnName="StaffType" />
|
|
|
- <ScalarProperty Name="LastUpdate" ColumnName="LastUpdate" />
|
|
|
<ScalarProperty Name="CreateUserId" ColumnName="CreateUserId" />
|
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
|
<ScalarProperty Name="DeleteUserId" ColumnName="DeleteUserId" />
|
|
@@ -11311,6 +11424,8 @@
|
|
|
<EntitySetMapping Name="Res_TranslatorLibrary">
|
|
|
<EntityTypeMapping TypeName="oa2023DBModel.Res_TranslatorLibrary">
|
|
|
<MappingFragment StoreEntitySet="Res_TranslatorLibrary">
|
|
|
+ <ScalarProperty Name="LastUpdateTime" ColumnName="LastUpdateTime" />
|
|
|
+ <ScalarProperty Name="LastUpdateUserId" ColumnName="LastUpdateUserId" />
|
|
|
<ScalarProperty Name="IsDel" ColumnName="IsDel" />
|
|
|
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
|
<ScalarProperty Name="DeleteTime" ColumnName="DeleteTime" />
|