750 lines
51 KiB
XML
750 lines
51 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="Uts_ManageModel.Store" Provider="MySql.Data.MySqlClient" ProviderManifestToken="5.5" 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="TBL_UTS_Manage_AppList">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="ServiceID" Type="int" />
|
|
<Property Name="AppID" Type="int" />
|
|
<Property Name="AppName" Type="varchar" MaxLength="64" />
|
|
<Property Name="AppVersion" Type="varchar" MaxLength="32" />
|
|
<Property Name="RegisterDateTime" Type="datetime" Precision="0" />
|
|
<Property Name="LastActiveDateTime" Type="datetime" Precision="0" />
|
|
<Property Name="Remark" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_Company">
|
|
<Key>
|
|
<PropertyRef Name="CompanyID" />
|
|
</Key>
|
|
<Property Name="CompanyID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="CustomerName" Type="varchar" MaxLength="64" />
|
|
<Property Name="CreateTime" Type="datetime" Precision="0" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DataServiceList">
|
|
<Key>
|
|
<PropertyRef Name="ServiceID" />
|
|
</Key>
|
|
<Property Name="ServiceID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="LicenseID" Type="int" />
|
|
<Property Name="LicenseValidDateTime" Type="varchar" MaxLength="254" />
|
|
<Property Name="CompanyName" Type="varchar" MaxLength="64" />
|
|
<Property Name="TerminalOS" Type="varchar" MaxLength="254" />
|
|
<Property Name="TerminalType" Type="varchar" MaxLength="64" />
|
|
<Property Name="TerminalName" Type="varchar" MaxLength="128" />
|
|
<Property Name="TerminalAlias" Type="varchar" MaxLength="128" />
|
|
<Property Name="TerminalMAC" Type="varchar" MaxLength="32" />
|
|
<Property Name="ServiceVersion" Type="varchar" MaxLength="32" />
|
|
<Property Name="ServiceRegisterDateTime" Type="timestamp" Precision="0" />
|
|
<Property Name="ServiceLastActiveDateTime" Type="timestamp" Precision="0" />
|
|
<Property Name="ServiceValid" Type="tinyint" />
|
|
<Property Name="IsOnline" Type="bool" Nullable="false" />
|
|
<Property Name="ServiceOnlineDateTime" Type="timestamp" Precision="0" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DataServiceLog">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="ServiceID" Type="int" />
|
|
<Property Name="ServiceVersion" Type="varchar" MaxLength="64" />
|
|
<Property Name="UpdateServiceVersion" Type="varchar" MaxLength="64" />
|
|
<Property Name="VendorName" Type="varchar" MaxLength="254" />
|
|
<Property Name="DateTime" Type="datetime" Precision="0" />
|
|
<Property Name="PublicIp" Type="varchar" MaxLength="64" />
|
|
<Property Name="PrivateIp" Type="varchar" MaxLength="64" />
|
|
<Property Name="LogType" Type="varchar" MaxLength="32" />
|
|
<Property Name="LogText" Type="text" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DBList">
|
|
<Key>
|
|
<PropertyRef Name="DatabaseID" />
|
|
</Key>
|
|
<Property Name="DatabaseID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="CompanyID" Type="varchar" MaxLength="254" />
|
|
<Property Name="DatabaseName" Type="varchar" MaxLength="64" />
|
|
<Property Name="DatabaseUser" Type="varchar" MaxLength="64" />
|
|
<Property Name="DatabasePassword" Type="varchar" MaxLength="64" />
|
|
<Property Name="DatabaseDesc" Type="varchar" MaxLength="64" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_ErrCode">
|
|
<Key>
|
|
<PropertyRef Name="ErrCode" />
|
|
</Key>
|
|
<Property Name="ErrCode" Type="varchar" MaxLength="254" Nullable="false" />
|
|
<Property Name="ErrMsg" Type="varchar" MaxLength="254" />
|
|
<Property Name="ErrColor" Type="int" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_OperationList">
|
|
<Key>
|
|
<PropertyRef Name="OperationID" />
|
|
</Key>
|
|
<Property Name="OperationID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="OperationName" Type="varchar" MaxLength="254" />
|
|
<Property Name="OperationDesc" Type="varchar" MaxLength="254" />
|
|
<Property Name="OperationLevel" Type="int" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SearchKey">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="DataBaseID" Type="int" Nullable="false" />
|
|
<Property Name="SearchVarKey" Type="varchar" MaxLength="64" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_ServiceLog">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="CompanyName" Type="varchar" MaxLength="254" />
|
|
<Property Name="AppName" Type="varchar" MaxLength="254" />
|
|
<Property Name="AppVersion" Type="varchar" MaxLength="254" />
|
|
<Property Name="DateTime" Type="datetime" Precision="0" />
|
|
<Property Name="DevPublicIP" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevPrivateIP" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevMac" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevOS" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevName" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevUserName" Type="varchar" MaxLength="254" />
|
|
<Property Name="DevOnline" Type="varchar" MaxLength="254" />
|
|
<Property Name="LogType" Type="varchar" MaxLength="254" />
|
|
<Property Name="LogText" Type="text" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SwUpdate">
|
|
<Key>
|
|
<PropertyRef Name="SoftwareID" />
|
|
</Key>
|
|
<Property Name="SoftwareID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="SoftwareName" Type="varchar" MaxLength="254" />
|
|
<Property Name="LastVersion" Type="varchar" MaxLength="254" />
|
|
<Property Name="ReleaseDate" Type="datetime" Precision="0" />
|
|
<Property Name="BinPackage" Type="blob" />
|
|
<Property Name="BinPackageMd5" Type="varchar" MaxLength="254" />
|
|
<Property Name="PackageName" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SyncList">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="TableName" Type="varchar" MaxLength="254" Nullable="false" />
|
|
<Property Name="RevisionID" Type="int" Nullable="false" />
|
|
<Property Name="SyncType" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_TestPlanTips">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="ColName" Type="varchar" MaxLength="254" />
|
|
<Property Name="ColType" Type="varchar" MaxLength="254" />
|
|
<Property Name="ColDesc" Type="varchar" MaxLength="254" />
|
|
<Property Name="ColValue" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_User">
|
|
<Key>
|
|
<PropertyRef Name="UserID" />
|
|
</Key>
|
|
<Property Name="UserID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="CompanyID" Type="int" Nullable="false" />
|
|
<Property Name="UserName" Type="varchar" MaxLength="64" />
|
|
<Property Name="Password" Type="varchar" MaxLength="64" />
|
|
<Property Name="CreateTime" Type="datetime" Precision="0" />
|
|
<Property Name="Mobile" Type="varchar" MaxLength="64" />
|
|
<Property Name="WeiXin" Type="varchar" MaxLength="64" />
|
|
<Property Name="Email" Type="varchar" MaxLength="64" />
|
|
<Property Name="IsValid" Type="bool" Nullable="false" />
|
|
<Property Name="IsAdmin" Type="bool" Nullable="false" />
|
|
<Property Name="BarCode" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_UserAuth_Operation">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="UserID" Type="int" Nullable="false" />
|
|
<Property Name="DatabaseID" Type="int" Nullable="false" />
|
|
<Property Name="DatabaseName" Type="varchar" MaxLength="255" />
|
|
<Property Name="FullAccess" Type="varchar" MaxLength="255" />
|
|
<Property Name="ReadWriteAccess" Type="varchar" MaxLength="255" />
|
|
<Property Name="ReadOnlyAccess" Type="varchar" MaxLength="255" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_UtsCmdList">
|
|
<Key>
|
|
<PropertyRef Name="CmdID" />
|
|
</Key>
|
|
<Property Name="CmdID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="CmdType" Type="varchar" MaxLength="254" />
|
|
<Property Name="CmdName" Type="varchar" MaxLength="254" />
|
|
<Property Name="CmdDesc" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamCount" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc1" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc2" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc3" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc4" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc5" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc6" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc7" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamDesc8" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType1" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType2" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType3" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType4" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType5" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType6" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType7" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamType8" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower1" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower2" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower3" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower4" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower5" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower6" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower7" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamLower8" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper1" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper2" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper3" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper4" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper5" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper6" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper7" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamUpper8" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue1" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue2" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue3" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue4" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue5" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue6" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue7" Type="varchar" MaxLength="254" />
|
|
<Property Name="ParamValue8" Type="varchar" MaxLength="254" />
|
|
</EntityType>
|
|
<EntityContainer Name="Uts_ManageModelStoreContainer">
|
|
<EntitySet Name="TBL_UTS_Manage_AppList" EntityType="Self.TBL_UTS_Manage_AppList" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_Company" EntityType="Self.TBL_UTS_Manage_Company" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_DataServiceList" EntityType="Self.TBL_UTS_Manage_DataServiceList" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_DataServiceLog" EntityType="Self.TBL_UTS_Manage_DataServiceLog" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_DBList" EntityType="Self.TBL_UTS_Manage_DBList" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_ErrCode" EntityType="Self.TBL_UTS_Manage_ErrCode" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_OperationList" EntityType="Self.TBL_UTS_Manage_OperationList" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_SearchKey" EntityType="Self.TBL_UTS_Manage_SearchKey" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_ServiceLog" EntityType="Self.TBL_UTS_Manage_ServiceLog" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_SwUpdate" EntityType="Self.TBL_UTS_Manage_SwUpdate" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_SyncList" EntityType="Self.TBL_UTS_Manage_SyncList" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_TestPlanTips" EntityType="Self.TBL_UTS_Manage_TestPlanTips" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_User" EntityType="Self.TBL_UTS_Manage_User" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_UserAuth_Operation" EntityType="Self.TBL_UTS_Manage_UserAuth_Operation" Schema="uts_manage" store:Type="Tables" />
|
|
<EntitySet Name="TBL_UTS_Manage_UtsCmdList" EntityType="Self.TBL_UTS_Manage_UtsCmdList" Schema="uts_manage" store:Type="Tables" />
|
|
</EntityContainer>
|
|
</Schema></edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="Uts_ManageModel" 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">
|
|
<EntityContainer Name="Uts_ManageEntities" annotation:LazyLoadingEnabled="true">
|
|
<EntitySet Name="TBL_UTS_Manage_Company" EntityType="Uts_ManageModel.TBL_UTS_Manage_Company" />
|
|
<EntitySet Name="TBL_UTS_Manage_DBList" EntityType="Uts_ManageModel.TBL_UTS_Manage_DBList" />
|
|
<EntitySet Name="TBL_UTS_Manage_ErrCode" EntityType="Uts_ManageModel.TBL_UTS_Manage_ErrCode" />
|
|
<EntitySet Name="TBL_UTS_Manage_OperationList" EntityType="Uts_ManageModel.TBL_UTS_Manage_OperationList" />
|
|
<EntitySet Name="TBL_UTS_Manage_SwUpdate" EntityType="Uts_ManageModel.TBL_UTS_Manage_SwUpdate" />
|
|
<EntitySet Name="TBL_UTS_Manage_SyncList" EntityType="Uts_ManageModel.TBL_UTS_Manage_SyncList" />
|
|
<EntitySet Name="TBL_UTS_Manage_TestPlanTips" EntityType="Uts_ManageModel.TBL_UTS_Manage_TestPlanTips" />
|
|
<EntitySet Name="TBL_UTS_Manage_UserAuth_Operation" EntityType="Uts_ManageModel.TBL_UTS_Manage_UserAuth_Operation" />
|
|
<EntitySet Name="TBL_UTS_Manage_UtsCmdList" EntityType="Uts_ManageModel.TBL_UTS_Manage_UtsCmdList" />
|
|
<EntitySet Name="TBL_UTS_Manage_ServiceLog" EntityType="Uts_ManageModel.TBL_UTS_Manage_ServiceLog" />
|
|
<EntitySet Name="TBL_UTS_Manage_DataServiceLog" EntityType="Uts_ManageModel.TBL_UTS_Manage_DataServiceLog" />
|
|
<EntitySet Name="TBL_UTS_Manage_DataServiceList" EntityType="Uts_ManageModel.TBL_UTS_Manage_DataServiceList" />
|
|
<EntitySet Name="TBL_UTS_Manage_User" EntityType="Uts_ManageModel.TBL_UTS_Manage_User" />
|
|
<EntitySet Name="TBL_UTS_Manage_SearchKey" EntityType="Uts_ManageModel.TBL_UTS_Manage_SearchKey" />
|
|
<EntitySet Name="TBL_UTS_Manage_AppList" EntityType="Uts_ManageModel.TBL_UTS_Manage_AppList" />
|
|
</EntityContainer>
|
|
<EntityType Name="TBL_UTS_Manage_Company">
|
|
<Key>
|
|
<PropertyRef Name="CompanyID" />
|
|
</Key>
|
|
<Property Name="CompanyID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="CustomerName" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="CreateTime" Type="DateTime" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DBList">
|
|
<Key>
|
|
<PropertyRef Name="DatabaseID" />
|
|
</Key>
|
|
<Property Name="DatabaseID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="DatabaseName" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="DatabaseUser" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="DatabasePassword" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="DatabaseDesc" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="CompanyID" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_ErrCode">
|
|
<Key>
|
|
<PropertyRef Name="ErrCode" />
|
|
</Key>
|
|
<Property Name="ErrCode" Type="String" Nullable="false" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ErrMsg" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ErrColor" Type="Int32" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_OperationList">
|
|
<Key>
|
|
<PropertyRef Name="OperationID" />
|
|
</Key>
|
|
<Property Name="OperationID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="OperationName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="OperationDesc" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="OperationLevel" Type="Int32" Nullable="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SwUpdate">
|
|
<Key>
|
|
<PropertyRef Name="SoftwareID" />
|
|
</Key>
|
|
<Property Name="SoftwareID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="SoftwareName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="LastVersion" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ReleaseDate" Type="DateTime" />
|
|
<Property Name="BinPackage" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
<Property Name="BinPackageMd5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="PackageName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SyncList">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="TableName" Type="String" Nullable="false" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="RevisionID" Type="Int32" Nullable="false" />
|
|
<Property Name="SyncType" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_TestPlanTips">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="ColName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ColType" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ColDesc" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ColValue" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_UserAuth_Operation">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="UserID" Type="Int32" Nullable="false" />
|
|
<Property Name="DatabaseID" Type="Int32" Nullable="false" />
|
|
<Property Name="DatabaseName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
<Property Name="FullAccess" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
<Property Name="ReadWriteAccess" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
<Property Name="ReadOnlyAccess" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_UtsCmdList">
|
|
<Key>
|
|
<PropertyRef Name="CmdID" />
|
|
</Key>
|
|
<Property Name="CmdID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="CmdType" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="CmdName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="CmdDesc" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamCount" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc1" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc2" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc3" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc4" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc6" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc7" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamDesc8" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType1" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType2" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType3" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType4" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType6" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType7" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamType8" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower1" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower2" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower3" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower4" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower6" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower7" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamLower8" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper1" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper2" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper3" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper4" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper6" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper7" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamUpper8" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue1" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue2" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue3" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue4" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue5" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue6" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue7" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="ParamValue8" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_ServiceLog">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="AppName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DateTime" Type="DateTime" />
|
|
<Property Name="DevPublicIP" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevPrivateIP" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevMac" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevOS" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevUserName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DevOnline" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="LogType" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="LogText" Type="String" MaxLength="2048" FixedLength="false" Unicode="false" />
|
|
<Property Name="CompanyName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="AppVersion" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DataServiceLog">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="ServiceID" Type="Int32" />
|
|
<Property Name="ServiceVersion" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="UpdateServiceVersion" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="VendorName" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="DateTime" Type="DateTime" />
|
|
<Property Name="PublicIp" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="PrivateIp" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="LogType" Type="String" MaxLength="32" FixedLength="false" Unicode="false" />
|
|
<Property Name="LogText" Type="String" MaxLength="65535" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_DataServiceList">
|
|
<Key>
|
|
<PropertyRef Name="ServiceID" />
|
|
</Key>
|
|
<Property Name="ServiceID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="LicenseID" Type="Int32" />
|
|
<Property Name="LicenseValidDateTime" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="CompanyName" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="TerminalOS" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
<Property Name="TerminalType" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="TerminalName" Type="String" MaxLength="128" FixedLength="false" Unicode="false" />
|
|
<Property Name="TerminalMAC" Type="String" MaxLength="32" FixedLength="false" Unicode="false" />
|
|
<Property Name="ServiceVersion" Type="String" MaxLength="32" FixedLength="false" Unicode="false" />
|
|
<Property Name="ServiceRegisterDateTime" Type="DateTime" />
|
|
<Property Name="ServiceLastActiveDateTime" Type="DateTime" />
|
|
<Property Name="ServiceValid" Type="SByte" />
|
|
<Property Name="IsOnline" Type="Boolean" Nullable="false" />
|
|
<Property Name="TerminalAlias" Type="String" MaxLength="128" FixedLength="false" Unicode="false" />
|
|
<Property Name="ServiceOnlineDateTime" Type="DateTime" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_User">
|
|
<Key>
|
|
<PropertyRef Name="UserID" />
|
|
</Key>
|
|
<Property Name="UserID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="CompanyID" Type="Int32" Nullable="false" />
|
|
<Property Name="UserName" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="Password" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="CreateTime" Type="DateTime" />
|
|
<Property Name="Mobile" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="WeiXin" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="Email" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="IsValid" Type="Boolean" Nullable="false" />
|
|
<Property Name="IsAdmin" Type="Boolean" Nullable="false" />
|
|
<Property Name="BarCode" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_SearchKey">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="DataBaseID" Type="Int32" Nullable="false" />
|
|
<Property Name="SearchVarKey" Type="String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
<EntityType Name="TBL_UTS_Manage_AppList">
|
|
<Key>
|
|
<PropertyRef Name="ID" />
|
|
</Key>
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="ServiceID" Type="Int32" />
|
|
<Property Name="AppID" Type="Int32" />
|
|
<Property Name="AppName" Type="String" MaxLength="64" FixedLength="false" Unicode="false" />
|
|
<Property Name="AppVersion" Type="String" MaxLength="32" FixedLength="false" Unicode="false" />
|
|
<Property Name="RegisterDateTime" Type="DateTime" />
|
|
<Property Name="LastActiveDateTime" Type="DateTime" />
|
|
<Property Name="Remark" Type="String" MaxLength="254" FixedLength="false" Unicode="false" />
|
|
</EntityType>
|
|
</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="Uts_ManageModelStoreContainer" CdmEntityContainer="Uts_ManageEntities">
|
|
<EntitySetMapping Name="TBL_UTS_Manage_Company">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_Company">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_Company">
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
<ScalarProperty Name="CustomerName" ColumnName="CustomerName" />
|
|
<ScalarProperty Name="CompanyID" ColumnName="CompanyID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_DBList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_DBList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_DBList">
|
|
<ScalarProperty Name="CompanyID" ColumnName="CompanyID" />
|
|
<ScalarProperty Name="DatabaseDesc" ColumnName="DatabaseDesc" />
|
|
<ScalarProperty Name="DatabasePassword" ColumnName="DatabasePassword" />
|
|
<ScalarProperty Name="DatabaseUser" ColumnName="DatabaseUser" />
|
|
<ScalarProperty Name="DatabaseName" ColumnName="DatabaseName" />
|
|
<ScalarProperty Name="DatabaseID" ColumnName="DatabaseID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_ErrCode">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_ErrCode">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_ErrCode">
|
|
<ScalarProperty Name="ErrColor" ColumnName="ErrColor" />
|
|
<ScalarProperty Name="ErrMsg" ColumnName="ErrMsg" />
|
|
<ScalarProperty Name="ErrCode" ColumnName="ErrCode" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_OperationList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_OperationList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_OperationList">
|
|
<ScalarProperty Name="OperationLevel" ColumnName="OperationLevel" />
|
|
<ScalarProperty Name="OperationDesc" ColumnName="OperationDesc" />
|
|
<ScalarProperty Name="OperationName" ColumnName="OperationName" />
|
|
<ScalarProperty Name="OperationID" ColumnName="OperationID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_SwUpdate">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_SwUpdate">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_SwUpdate">
|
|
<ScalarProperty Name="PackageName" ColumnName="PackageName" />
|
|
<ScalarProperty Name="BinPackageMd5" ColumnName="BinPackageMd5" />
|
|
<ScalarProperty Name="BinPackage" ColumnName="BinPackage" />
|
|
<ScalarProperty Name="ReleaseDate" ColumnName="ReleaseDate" />
|
|
<ScalarProperty Name="LastVersion" ColumnName="LastVersion" />
|
|
<ScalarProperty Name="SoftwareName" ColumnName="SoftwareName" />
|
|
<ScalarProperty Name="SoftwareID" ColumnName="SoftwareID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_SyncList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_SyncList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_SyncList">
|
|
<ScalarProperty Name="SyncType" ColumnName="SyncType" />
|
|
<ScalarProperty Name="RevisionID" ColumnName="RevisionID" />
|
|
<ScalarProperty Name="TableName" ColumnName="TableName" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_TestPlanTips">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_TestPlanTips">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_TestPlanTips">
|
|
<ScalarProperty Name="ColValue" ColumnName="ColValue" />
|
|
<ScalarProperty Name="ColDesc" ColumnName="ColDesc" />
|
|
<ScalarProperty Name="ColType" ColumnName="ColType" />
|
|
<ScalarProperty Name="ColName" ColumnName="ColName" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_UserAuth_Operation">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_UserAuth_Operation">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_UserAuth_Operation">
|
|
<ScalarProperty Name="ReadOnlyAccess" ColumnName="ReadOnlyAccess" />
|
|
<ScalarProperty Name="ReadWriteAccess" ColumnName="ReadWriteAccess" />
|
|
<ScalarProperty Name="FullAccess" ColumnName="FullAccess" />
|
|
<ScalarProperty Name="DatabaseName" ColumnName="DatabaseName" />
|
|
<ScalarProperty Name="DatabaseID" ColumnName="DatabaseID" />
|
|
<ScalarProperty Name="UserID" ColumnName="UserID" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_UtsCmdList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_UtsCmdList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_UtsCmdList">
|
|
<ScalarProperty Name="ParamValue8" ColumnName="ParamValue8" />
|
|
<ScalarProperty Name="ParamValue7" ColumnName="ParamValue7" />
|
|
<ScalarProperty Name="ParamValue6" ColumnName="ParamValue6" />
|
|
<ScalarProperty Name="ParamValue5" ColumnName="ParamValue5" />
|
|
<ScalarProperty Name="ParamValue4" ColumnName="ParamValue4" />
|
|
<ScalarProperty Name="ParamValue3" ColumnName="ParamValue3" />
|
|
<ScalarProperty Name="ParamValue2" ColumnName="ParamValue2" />
|
|
<ScalarProperty Name="ParamValue1" ColumnName="ParamValue1" />
|
|
<ScalarProperty Name="ParamUpper8" ColumnName="ParamUpper8" />
|
|
<ScalarProperty Name="ParamUpper7" ColumnName="ParamUpper7" />
|
|
<ScalarProperty Name="ParamUpper6" ColumnName="ParamUpper6" />
|
|
<ScalarProperty Name="ParamUpper5" ColumnName="ParamUpper5" />
|
|
<ScalarProperty Name="ParamUpper4" ColumnName="ParamUpper4" />
|
|
<ScalarProperty Name="ParamUpper3" ColumnName="ParamUpper3" />
|
|
<ScalarProperty Name="ParamUpper2" ColumnName="ParamUpper2" />
|
|
<ScalarProperty Name="ParamUpper1" ColumnName="ParamUpper1" />
|
|
<ScalarProperty Name="ParamLower8" ColumnName="ParamLower8" />
|
|
<ScalarProperty Name="ParamLower7" ColumnName="ParamLower7" />
|
|
<ScalarProperty Name="ParamLower6" ColumnName="ParamLower6" />
|
|
<ScalarProperty Name="ParamLower5" ColumnName="ParamLower5" />
|
|
<ScalarProperty Name="ParamLower4" ColumnName="ParamLower4" />
|
|
<ScalarProperty Name="ParamLower3" ColumnName="ParamLower3" />
|
|
<ScalarProperty Name="ParamLower2" ColumnName="ParamLower2" />
|
|
<ScalarProperty Name="ParamLower1" ColumnName="ParamLower1" />
|
|
<ScalarProperty Name="ParamType8" ColumnName="ParamType8" />
|
|
<ScalarProperty Name="ParamType7" ColumnName="ParamType7" />
|
|
<ScalarProperty Name="ParamType6" ColumnName="ParamType6" />
|
|
<ScalarProperty Name="ParamType5" ColumnName="ParamType5" />
|
|
<ScalarProperty Name="ParamType4" ColumnName="ParamType4" />
|
|
<ScalarProperty Name="ParamType3" ColumnName="ParamType3" />
|
|
<ScalarProperty Name="ParamType2" ColumnName="ParamType2" />
|
|
<ScalarProperty Name="ParamType1" ColumnName="ParamType1" />
|
|
<ScalarProperty Name="ParamDesc8" ColumnName="ParamDesc8" />
|
|
<ScalarProperty Name="ParamDesc7" ColumnName="ParamDesc7" />
|
|
<ScalarProperty Name="ParamDesc6" ColumnName="ParamDesc6" />
|
|
<ScalarProperty Name="ParamDesc5" ColumnName="ParamDesc5" />
|
|
<ScalarProperty Name="ParamDesc4" ColumnName="ParamDesc4" />
|
|
<ScalarProperty Name="ParamDesc3" ColumnName="ParamDesc3" />
|
|
<ScalarProperty Name="ParamDesc2" ColumnName="ParamDesc2" />
|
|
<ScalarProperty Name="ParamDesc1" ColumnName="ParamDesc1" />
|
|
<ScalarProperty Name="ParamCount" ColumnName="ParamCount" />
|
|
<ScalarProperty Name="CmdDesc" ColumnName="CmdDesc" />
|
|
<ScalarProperty Name="CmdName" ColumnName="CmdName" />
|
|
<ScalarProperty Name="CmdType" ColumnName="CmdType" />
|
|
<ScalarProperty Name="CmdID" ColumnName="CmdID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_ServiceLog">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_ServiceLog">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_ServiceLog">
|
|
<ScalarProperty Name="AppVersion" ColumnName="AppVersion" />
|
|
<ScalarProperty Name="CompanyName" ColumnName="CompanyName" />
|
|
<ScalarProperty Name="LogText" ColumnName="LogText" />
|
|
<ScalarProperty Name="LogType" ColumnName="LogType" />
|
|
<ScalarProperty Name="DevOnline" ColumnName="DevOnline" />
|
|
<ScalarProperty Name="DevUserName" ColumnName="DevUserName" />
|
|
<ScalarProperty Name="DevName" ColumnName="DevName" />
|
|
<ScalarProperty Name="DevOS" ColumnName="DevOS" />
|
|
<ScalarProperty Name="DevMac" ColumnName="DevMac" />
|
|
<ScalarProperty Name="DevPrivateIP" ColumnName="DevPrivateIP" />
|
|
<ScalarProperty Name="DevPublicIP" ColumnName="DevPublicIP" />
|
|
<ScalarProperty Name="DateTime" ColumnName="DateTime" />
|
|
<ScalarProperty Name="AppName" ColumnName="AppName" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_DataServiceLog">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_DataServiceLog">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_DataServiceLog">
|
|
<ScalarProperty Name="LogText" ColumnName="LogText" />
|
|
<ScalarProperty Name="LogType" ColumnName="LogType" />
|
|
<ScalarProperty Name="PrivateIp" ColumnName="PrivateIp" />
|
|
<ScalarProperty Name="PublicIp" ColumnName="PublicIp" />
|
|
<ScalarProperty Name="DateTime" ColumnName="DateTime" />
|
|
<ScalarProperty Name="VendorName" ColumnName="VendorName" />
|
|
<ScalarProperty Name="UpdateServiceVersion" ColumnName="UpdateServiceVersion" />
|
|
<ScalarProperty Name="ServiceVersion" ColumnName="ServiceVersion" />
|
|
<ScalarProperty Name="ServiceID" ColumnName="ServiceID" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_DataServiceList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_DataServiceList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_DataServiceList">
|
|
<ScalarProperty Name="ServiceOnlineDateTime" ColumnName="ServiceOnlineDateTime" />
|
|
<ScalarProperty Name="TerminalAlias" ColumnName="TerminalAlias" />
|
|
<ScalarProperty Name="IsOnline" ColumnName="IsOnline" />
|
|
<ScalarProperty Name="ServiceValid" ColumnName="ServiceValid" />
|
|
<ScalarProperty Name="ServiceLastActiveDateTime" ColumnName="ServiceLastActiveDateTime" />
|
|
<ScalarProperty Name="ServiceRegisterDateTime" ColumnName="ServiceRegisterDateTime" />
|
|
<ScalarProperty Name="ServiceVersion" ColumnName="ServiceVersion" />
|
|
<ScalarProperty Name="TerminalMAC" ColumnName="TerminalMAC" />
|
|
<ScalarProperty Name="TerminalName" ColumnName="TerminalName" />
|
|
<ScalarProperty Name="TerminalType" ColumnName="TerminalType" />
|
|
<ScalarProperty Name="TerminalOS" ColumnName="TerminalOS" />
|
|
<ScalarProperty Name="CompanyName" ColumnName="CompanyName" />
|
|
<ScalarProperty Name="LicenseValidDateTime" ColumnName="LicenseValidDateTime" />
|
|
<ScalarProperty Name="LicenseID" ColumnName="LicenseID" />
|
|
<ScalarProperty Name="ServiceID" ColumnName="ServiceID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_User">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_User">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_User">
|
|
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
|
|
<ScalarProperty Name="IsAdmin" ColumnName="IsAdmin" />
|
|
<ScalarProperty Name="IsValid" ColumnName="IsValid" />
|
|
<ScalarProperty Name="Email" ColumnName="Email" />
|
|
<ScalarProperty Name="WeiXin" ColumnName="WeiXin" />
|
|
<ScalarProperty Name="Mobile" ColumnName="Mobile" />
|
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
|
<ScalarProperty Name="Password" ColumnName="Password" />
|
|
<ScalarProperty Name="UserName" ColumnName="UserName" />
|
|
<ScalarProperty Name="CompanyID" ColumnName="CompanyID" />
|
|
<ScalarProperty Name="UserID" ColumnName="UserID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_SearchKey">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_SearchKey">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_SearchKey">
|
|
<ScalarProperty Name="SearchVarKey" ColumnName="SearchVarKey" />
|
|
<ScalarProperty Name="DataBaseID" ColumnName="DataBaseID" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</MappingFragment>
|
|
</EntityTypeMapping>
|
|
</EntitySetMapping>
|
|
<EntitySetMapping Name="TBL_UTS_Manage_AppList">
|
|
<EntityTypeMapping TypeName="Uts_ManageModel.TBL_UTS_Manage_AppList">
|
|
<MappingFragment StoreEntitySet="TBL_UTS_Manage_AppList">
|
|
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
|
<ScalarProperty Name="LastActiveDateTime" ColumnName="LastActiveDateTime" />
|
|
<ScalarProperty Name="RegisterDateTime" ColumnName="RegisterDateTime" />
|
|
<ScalarProperty Name="AppVersion" ColumnName="AppVersion" />
|
|
<ScalarProperty Name="AppName" ColumnName="AppName" />
|
|
<ScalarProperty Name="AppID" ColumnName="AppID" />
|
|
<ScalarProperty Name="ServiceID" ColumnName="ServiceID" />
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
</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> |