注塑喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12032 lines
746 KiB

<?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="BBMPTModel.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="fine_authority">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="authority" Type="int" Nullable="false" />
<Property Name="authorityEntityId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="authorityEntityType" Type="int" Nullable="false" />
<Property Name="authorityType" Type="int" Nullable="false" />
<Property Name="roleId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="roleType" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="fine_authority_object">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="expandId" Type="varchar" MaxLength="255" />
<Property Name="expandType" Type="int" />
<Property Name="fullPath" Type="varchar" MaxLength="3000" />
<Property Name="parentId" Type="varchar" MaxLength="255" />
<Property Name="coverId" Type="varchar" MaxLength="255" />
<Property Name="description" Type="varchar(max)" />
<Property Name="deviceType" Type="int" />
<Property Name="displayName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="icon" Type="varchar" MaxLength="255" />
<Property Name="mobileIcon" Type="varchar" MaxLength="255" />
<Property Name="path" Type="varchar(max)" />
<Property Name="sortIndex" Type="bigint" />
</EntityType>
<EntityType Name="fine_backup_node">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="backupModule" Type="varchar" MaxLength="255" />
<Property Name="backupName" Type="varchar" MaxLength="255" />
<Property Name="backupTime" Type="datetime2" Precision="7" />
<Property Name="savePath" Type="varchar" MaxLength="1000" />
<Property Name="backupSize" Type="float" />
<Property Name="type" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_base_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="createTime" Type="datetime2" Precision="7" />
<Property Name="datetime" Type="datetime2" Precision="7" />
<Property Name="message" Type="varchar(max)" />
<Property Name="readed" Type="bit" />
<Property Name="toasted" Type="bit" />
<Property Name="type" Type="int" />
<Property Name="url" Type="varchar(max)" />
<Property Name="urlType" Type="int" />
<Property Name="userId" Type="varchar" MaxLength="255" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_base_output">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="actionName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="executeByUser" Type="bit" Nullable="false" />
<Property Name="outputId" Type="varchar" MaxLength="255" />
<Property Name="resultURL" Type="varchar" MaxLength="1000" />
<Property Name="runType" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="fine_block_ip">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="createTime" Type="datetime2" Precision="7" />
<Property Name="ip" Type="varchar" MaxLength="255" />
<Property Name="rejectedVisits" Type="int" />
</EntityType>
<EntityType Name="fine_conf_classname">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="className" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_conf_entity">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="value" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_conf_xmlentity">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="value" Type="varbinary(max)" />
</EntityType>
<EntityType Name="fine_custom_role">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="alias" Type="varchar" MaxLength="255" />
<Property Name="creationType" Type="int" Nullable="false" />
<Property Name="description" Type="varchar" MaxLength="255" />
<Property Name="enable" Type="bit" />
<Property Name="lastOperationType" Type="int" Nullable="false" />
<Property Name="name" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_dep_role">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="creationType" Type="int" Nullable="false" />
<Property Name="departmentId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="fullPath" Type="varchar" MaxLength="3000" />
<Property Name="lastOperationType" Type="int" Nullable="false" />
<Property Name="postId" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="fine_department">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="alias" Type="varchar" MaxLength="255" />
<Property Name="creationType" Type="int" Nullable="false" />
<Property Name="description" Type="varchar" MaxLength="1000" />
<Property Name="enable" Type="bit" />
<Property Name="fullPath" Type="varchar" MaxLength="3000" />
<Property Name="lastOperationType" Type="int" Nullable="false" />
<Property Name="name" Type="varchar" MaxLength="255" />
<Property Name="parentId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_extra_property">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="name" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="relatedId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="type" Type="int" Nullable="false" />
<Property Name="value" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_favorite_entry">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="entryId" Type="varchar" MaxLength="255" />
<Property Name="time" Type="datetime2" Precision="7" />
<Property Name="userId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_homepage_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="androidPadHomePage" Type="varchar" MaxLength="1000" />
<Property Name="androidPhoneHomePage" Type="varchar" MaxLength="1000" />
<Property Name="iPadHomePage" Type="varchar" MaxLength="1000" />
<Property Name="iPhoneHomePage" Type="varchar" MaxLength="1000" />
<Property Name="pcHomePage" Type="varchar" MaxLength="1000" />
<Property Name="type" Type="int" />
</EntityType>
<EntityType Name="fine_international">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="description" Type="nvarchar" MaxLength="1000" />
<Property Name="i18nKey" Type="nvarchar" MaxLength="255" />
<Property Name="language" Type="varchar" MaxLength="255" />
<Property Name="i18nValue" Type="nvarchar" MaxLength="1000" />
</EntityType>
<EntityType Name="fine_last_login">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="city" Type="varchar" MaxLength="255" />
<Property Name="ip" Type="varchar" MaxLength="255" />
<Property Name="time" Type="datetime2" Precision="7" />
<Property Name="userId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_login_lock">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="errorTime" Type="int" />
<Property Name="lockObject" Type="varchar" MaxLength="255" />
<Property Name="lockObjectValue" Type="varchar" MaxLength="255" />
<Property Name="lockTime" Type="datetime2" Precision="7" />
<Property Name="locked" Type="bit" />
<Property Name="unlockTime" Type="datetime2" Precision="7" />
<Property Name="userId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_mobile_device">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="createDate" Type="datetime2" Precision="7" />
<Property Name="deviceName" Type="varchar" MaxLength="255" />
<Property Name="macAddress" Type="varchar" MaxLength="255" />
<Property Name="passed" Type="bit" />
<Property Name="updateDate" Type="datetime2" Precision="7" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_mobile_push_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="groupId" Type="varchar" MaxLength="255" />
<Property Name="mediaId" Type="varchar" MaxLength="255" />
<Property Name="msgType" Type="int" />
<Property Name="terminal" Type="int" />
<Property Name="title" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_class">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="className" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_client_notice">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="addressee" Type="varchar(max)" />
<Property Name="content" Type="varchar(max)" />
<Property Name="customizeLink" Type="varchar(max)" />
<Property Name="linkOpenType" Type="int" />
<Property Name="mediaId" Type="varchar" MaxLength="255" />
<Property Name="subject" Type="varchar(max)" />
<Property Name="terminal" Type="int" />
<Property Name="type" Type="int" />
</EntityType>
<EntityType Name="fine_output_email">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="addLink" Type="bit" />
<Property Name="bccAddress" Type="varchar(max)" />
<Property Name="bodyContent" Type="varchar(max)" />
<Property Name="ccAddress" Type="varchar(max)" />
<Property Name="customAddress" Type="varchar" MaxLength="1000" />
<Property Name="customBccAddress" Type="varchar" MaxLength="1000" />
<Property Name="customCcAddress" Type="varchar" MaxLength="1000" />
<Property Name="previewAttach" Type="bit" />
<Property Name="subject" Type="varchar(max)" />
<Property Name="useAttach" Type="bit" />
</EntityType>
<EntityType Name="fine_output_ftp">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="ftpMode" Type="varchar" MaxLength="255" />
<Property Name="password" Type="varchar" MaxLength="255" />
<Property Name="port" Type="varchar" MaxLength="255" />
<Property Name="savePath" Type="varchar" MaxLength="255" />
<Property Name="serverAddress" Type="varchar" MaxLength="255" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_mount">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="description" Type="varchar(max)" />
<Property Name="folderEntryID" Type="varchar" MaxLength="255" />
<Property Name="folderEntryName" Type="varchar" MaxLength="255" />
<Property Name="folderEntryStr" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_platform_msg">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="content" Type="varchar(max)" />
<Property Name="linkOpenType" Type="int" />
<Property Name="subject" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_output_print">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="printerName" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_sftp">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="password" Type="varchar" MaxLength="255" />
<Property Name="port" Type="varchar" MaxLength="255" />
<Property Name="privateKey" Type="varchar" MaxLength="255" />
<Property Name="savePath" Type="varchar" MaxLength="255" />
<Property Name="serverAddress" Type="varchar" MaxLength="255" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_output_sms">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="smsParam" Type="varchar" MaxLength="255" />
<Property Name="templateID" Type="int" />
</EntityType>
<EntityType Name="fine_param_template">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="templateid" Type="varchar" MaxLength="255" />
<Property Name="tpgroup" Type="varchar(max)" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_post">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="alias" Type="varchar" MaxLength="255" />
<Property Name="creationType" Type="int" Nullable="false" />
<Property Name="description" Type="varchar" MaxLength="1000" />
<Property Name="enable" Type="bit" />
<Property Name="lastOperationType" Type="int" Nullable="false" />
<Property Name="name" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_print_offset">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="cptName" Type="varchar" MaxLength="50" />
<Property Name="ip" Type="varchar" MaxLength="20" />
<Property Name="offsetX" Type="varchar" MaxLength="50" />
<Property Name="offsetY" Type="varchar" MaxLength="50" />
<Property Name="sign" Type="varchar" MaxLength="10" />
</EntityType>
<EntityType Name="fine_print_offset_ip_relate">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="childIP" Type="varchar" MaxLength="20" />
<Property Name="motherID" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_process_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="processType" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="fine_process_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="allTaskId" Type="varchar" MaxLength="255" />
<Property Name="deadLine" Type="datetime2" Precision="7" />
<Property Name="processed" Type="bit" />
<Property Name="taskId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_remote_design_auth">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="path" Type="varchar" MaxLength="1000" Nullable="false" />
<Property Name="pathType" Type="bit" Nullable="false" />
<Property Name="roleType" Type="int" Nullable="false" />
<Property Name="userId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="userName" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="fine_report_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="showType" Type="int" Nullable="false" />
<Property Name="transmitParameters" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_schedule_output">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="baseName" Type="varchar(max)" />
<Property Name="createAttachByUsername" Type="bit" />
<Property Name="formats" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_schedule_record">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="creator" Type="varchar" MaxLength="255" />
<Property Name="detailMessage" Type="varchar(max)" />
<Property Name="filePath" Type="varchar" MaxLength="1000" />
<Property Name="logMessage" Type="varchar" MaxLength="255" />
<Property Name="logTime" Type="datetime2" Precision="7" />
<Property Name="logType" Type="int" />
<Property Name="nextFireTime" Type="datetime2" Precision="7" />
<Property Name="runType" Type="int" />
<Property Name="taskId" Type="varchar" MaxLength="255" />
<Property Name="taskName" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="fine_schedule_task">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="backupFilePath" Type="varchar" MaxLength="1000" />
<Property Name="conditionParameter" Type="varchar" MaxLength="1000" />
<Property Name="creator" Type="varchar" MaxLength="255" />
<Property Name="editable" Type="bit" />
<Property Name="fileClearCount" Type="int" />
<Property Name="nextFireTime" Type="datetime2" Precision="7" />
<Property Name="outputStr" Type="varchar" MaxLength="1000" />
<Property Name="preFireTime" Type="datetime2" Precision="7" />
<Property Name="repeatTime" Type="int" />
<Property Name="repeatTimes" Type="int" />
<Property Name="scheduleOutput" Type="varchar" MaxLength="255" />
<Property Name="sendBackupFile" Type="bit" />
<Property Name="showType" Type="int" />
<Property Name="taskCondition" Type="varchar" MaxLength="1000" />
<Property Name="taskDescription" Type="varchar" MaxLength="1000" />
<Property Name="taskName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="taskParameter" Type="varchar(max)" />
<Property Name="taskState" Type="int" />
<Property Name="taskType" Type="int" />
<Property Name="templatePath" Type="varchar" MaxLength="1000" Nullable="false" />
<Property Name="triggerGroup" Type="varchar(max)" />
<Property Name="userGroup" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_schedule_task_param">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="param" Type="varchar(max)" />
<Property Name="taskId" Type="varchar" MaxLength="255" />
<Property Name="taskName" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_cluster_size">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="primary_cluster_size" Type="int" />
<Property Name="description" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_col_idx_conf">
<Key>
<PropertyRef Name="columnName" />
<PropertyRef Name="tableKey" />
</Key>
<Property Name="columnName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="tableKey" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="requireGlobalDict" Type="bit" />
<Property Name="requireIndex" Type="bit" />
</EntityType>
<EntityType Name="fine_swift_config_entity">
<Key>
<PropertyRef Name="configKey" />
</Key>
<Property Name="configKey" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="configValue" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_swift_metadata">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="fields" Type="varchar(max)" />
<Property Name="remark" Type="varchar" MaxLength="255" />
<Property Name="schemaName" Type="varchar" MaxLength="255" />
<Property Name="swiftSchema" Type="varchar" MaxLength="255" />
<Property Name="tableName" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_seg_location">
<Key>
<PropertyRef Name="clusterId" />
<PropertyRef Name="segmentId" />
</Key>
<Property Name="clusterId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="segmentId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="sourceKey" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_segments">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="segmentOrder" Type="int" />
<Property Name="segmentOwner" Type="varchar" MaxLength="255" />
<Property Name="segmentUri" Type="varchar(max)" />
<Property Name="storeType" Type="varchar" MaxLength="255" />
<Property Name="swiftSchema" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_service_info">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="cluster_id" Type="varchar" MaxLength="255" />
<Property Name="is_singleton" Type="bit" />
<Property Name="service" Type="varchar" MaxLength="255" />
<Property Name="service_info" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_tab_idx_conf">
<Key>
<PropertyRef Name="tableKey" />
</Key>
<Property Name="tableKey" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="allotRule" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_swift_table_path">
<Key>
<PropertyRef Name="clusterId" />
<PropertyRef Name="tableKey" />
</Key>
<Property Name="clusterId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="tableKey" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="lastPath" Type="int" />
<Property Name="tablePath" Type="int" />
<Property Name="tmpDir" Type="int" />
</EntityType>
<EntityType Name="fine_system_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="terminal" Type="bigint" />
<Property Name="title" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_user">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="birthday" Type="datetime2" Precision="7" />
<Property Name="creationType" Type="int" Nullable="false" />
<Property Name="description" Type="varchar" MaxLength="1000" />
<Property Name="email" Type="varchar" MaxLength="255" />
<Property Name="enable" Type="bit" />
<Property Name="language" Type="varchar" MaxLength="255" />
<Property Name="lastOperationType" Type="int" Nullable="false" />
<Property Name="male" Type="bit" />
<Property Name="mobile" Type="varchar" MaxLength="255" />
<Property Name="password" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="realAlias" Type="varchar" MaxLength="255" />
<Property Name="realName" Type="varchar" MaxLength="255" />
<Property Name="userAlias" Type="varchar" MaxLength="255" />
<Property Name="userName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="workPhone" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_user_role_middle">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="roleId" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="roleType" Type="int" Nullable="false" />
<Property Name="userId" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="fine_vcs">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="commitCode" Type="varchar" MaxLength="255" />
<Property Name="commitMsg" Type="varchar" MaxLength="255" />
<Property Name="filename" Type="varchar" MaxLength="255" />
<Property Name="time" Type="datetime2" Precision="7" />
<Property Name="username" Type="varchar" MaxLength="255" />
<Property Name="version" Type="int" />
</EntityType>
<EntityType Name="fine_workflow">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="createTime" Type="datetime2" Precision="7" />
<Property Name="creatorId" Type="varchar" MaxLength="255" />
<Property Name="description" Type="varchar(max)" />
<Property Name="name" Type="varchar" MaxLength="255" />
<Property Name="nodesId" Type="varchar(max)" />
</EntityType>
<EntityType Name="fine_workflow_log">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="dateTime" Type="datetime2" Precision="7" />
<Property Name="message" Type="varchar(max)" />
<Property Name="operatorName" Type="varchar" MaxLength="255" />
<Property Name="processName" Type="varchar" MaxLength="255" />
<Property Name="taskName" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_workflow_node">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="alertControl" Type="varchar" MaxLength="3000" />
<Property Name="authority" Type="varchar" MaxLength="255" />
<Property Name="description" Type="varchar" MaxLength="1000" />
<Property Name="name" Type="varchar" MaxLength="255" />
<Property Name="needAllComplete" Type="bit" />
<Property Name="needOfflineReport" Type="bit" />
<Property Name="processId" Type="varchar" MaxLength="255" />
<Property Name="reportControl" Type="varchar" MaxLength="3000" />
</EntityType>
<EntityType Name="fine_workflow_stash_data">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="data" Type="varchar(max)" />
<Property Name="reportPath" Type="varchar" MaxLength="1000" />
<Property Name="taskId" Type="varchar" MaxLength="255" />
<Property Name="userId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_workflow_task">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="createTime" Type="datetime2" Precision="7" />
<Property Name="creatorId" Type="varchar" MaxLength="255" />
<Property Name="creatorName" Type="varchar" MaxLength="255" />
<Property Name="deadLineDate" Type="int" />
<Property Name="deadLineType" Type="varchar" MaxLength="255" />
<Property Name="issueControl" Type="varchar(max)" />
<Property Name="issueOver" Type="bit" />
<Property Name="leapfrogBack" Type="bit" />
<Property Name="name" Type="varchar" MaxLength="255" />
<Property Name="parentId" Type="varchar" MaxLength="255" />
<Property Name="processId" Type="varchar" MaxLength="255" />
<Property Name="remindControl" Type="varchar(max)" />
<Property Name="taskNameCalculateOnce" Type="bit" />
</EntityType>
<EntityType Name="fine_workflow_task_impl">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="alerted" Type="bit" />
<Property Name="completeState" Type="varchar" MaxLength="255" />
<Property Name="createTime" Type="datetime2" Precision="7" />
<Property Name="currentNodeIdx" Type="int" />
<Property Name="deadLine" Type="datetime2" Precision="7" />
<Property Name="frTaskId" Type="varchar" MaxLength="255" />
<Property Name="name" Type="varchar" MaxLength="255" />
<Property Name="needAllComplete" Type="bit" />
<Property Name="nodeRoute" Type="varchar" MaxLength="1000" />
<Property Name="note" Type="varchar" MaxLength="1000" />
<Property Name="operatorJSON" Type="varchar" MaxLength="1000" />
<Property Name="operatorOffset" Type="varchar" MaxLength="255" />
<Property Name="operatorOffsetName" Type="varchar" MaxLength="255" />
<Property Name="parentId" Type="varchar" MaxLength="255" />
<Property Name="processId" Type="varchar" MaxLength="255" />
<Property Name="reportOffset" Type="int" />
<Property Name="sendTime" Type="datetime2" Precision="7" />
<Property Name="sender" Type="varchar" MaxLength="255" />
<Property Name="senderId" Type="varchar" MaxLength="255" />
<Property Name="sonTaskId" Type="varchar" MaxLength="255" />
<Property Name="state" Type="int" />
<Property Name="taskId" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="fine_write_stash">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="data" Type="varchar(max)" />
<Property Name="reportPath" Type="varchar" MaxLength="1000" Nullable="false" />
<Property Name="username" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="LogErr">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ErrContent" Type="text" />
<Property Name="ErrSource" Type="varchar" MaxLength="200" />
<Property Name="ErrTime" Type="datetime" />
</EntityType>
<EntityType Name="LogSys">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_202001-04”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_202001-04">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_202003”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_202003">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_202004”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_202004">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_202005”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_202005">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_20200605”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_20200605">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_20200610”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_20200610">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="LogSys_202008">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.LogSys_20210322”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="LogSys_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="SysContent" Type="text" />
<Property Name="SysSource" Type="varchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="QRTZ_BLOB_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="BLOB_DATA" Type="varbinary(max)" />
</EntityType>
<EntityType Name="QRTZ_CALENDARS">
<Key>
<PropertyRef Name="CALENDAR_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="CALENDAR_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="CALENDAR" Type="varbinary" MaxLength="4000" />
</EntityType>
<EntityType Name="QRTZ_CRON_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="CRON_EXPRESSION" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TIME_ZONE_ID" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="QRTZ_FIRED_TRIGGERS">
<Key>
<PropertyRef Name="ENTRY_ID" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="ENTRY_ID" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="FIRED_TIME" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="INSTANCE_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="IS_NONCONCURRENT" Type="bit" Nullable="false" />
<Property Name="JOB_GROUP" Type="varchar" MaxLength="255" />
<Property Name="JOB_NAME" Type="varchar" MaxLength="255" />
<Property Name="PRIORITY" Type="int" />
<Property Name="REQUESTS_RECOVERY" Type="bit" Nullable="false" />
<Property Name="SCHED_TIME" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="STATE" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_JOB_DETAILS">
<Key>
<PropertyRef Name="JOB_GROUP" />
<PropertyRef Name="JOB_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="JOB_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="JOB_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="DESCRIPTION" Type="varchar" MaxLength="255" />
<Property Name="IS_DURABLE" Type="bit" Nullable="false" />
<Property Name="IS_NONCONCURRENT" Type="bit" Nullable="false" />
<Property Name="IS_UPDATE_DATA" Type="bit" Nullable="false" />
<Property Name="JOB_CLASS_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="JOB_DATA" Type="varbinary(max)" />
<Property Name="REQUESTS_RECOVERY" Type="bit" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_LOCKS">
<Key>
<PropertyRef Name="LOCK_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="LOCK_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_PAUSED_TRIGGER_GRPS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_SCHEDULER_STATE">
<Key>
<PropertyRef Name="INSTANCE_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="INSTANCE_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="CHECKIN_INTERVAL" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="LAST_CHECKIN_TIME" Type="numeric" Precision="19" Scale="2" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_SIMPLE_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="REPEAT_COUNT" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="REPEAT_INTERVAL" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="TIMES_TRIGGERED" Type="numeric" Precision="19" Scale="2" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_SIMPROP_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="BOOL_PROP_1" Type="bit" />
<Property Name="BOOL_PROP_2" Type="bit" />
<Property Name="DEC_PROP_1" Type="numeric" Precision="19" Scale="2" />
<Property Name="DEC_PROP_2" Type="numeric" Precision="19" Scale="2" />
<Property Name="INT_PROP_1" Type="int" />
<Property Name="INT_PROP_2" Type="int" />
<Property Name="LONG_PROP_1" Type="numeric" Precision="19" Scale="2" />
<Property Name="LONG_PROP_2" Type="numeric" Precision="19" Scale="2" />
<Property Name="STR_PROP_1" Type="varchar" MaxLength="255" />
<Property Name="STR_PROP_2" Type="varchar" MaxLength="255" />
<Property Name="STR_PROP_3" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="QRTZ_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="APPOINT_ID" Type="varchar" MaxLength="255" />
<Property Name="CALENDAR_NAME" Type="varchar" MaxLength="255" />
<Property Name="DESCRIPTION" Type="varchar" MaxLength="255" />
<Property Name="END_TIME" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="JOB_DATA" Type="varbinary(max)" />
<Property Name="JOB_GROUP" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="JOB_NAME" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="MISFIRE_INSTR" Type="int" />
<Property Name="NEXT_FIRE_TIME" Type="numeric" Precision="19" Scale="2" />
<Property Name="PREV_FIRE_TIME" Type="numeric" Precision="19" Scale="2" />
<Property Name="PRIORITY" Type="int" />
<Property Name="START_TIME" Type="numeric" Precision="19" Scale="2" Nullable="false" />
<Property Name="TRIGGER_STATE" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="TRIGGER_TYPE" Type="varchar" MaxLength="255" Nullable="false" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.Sheet2$”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="Sheet2$">
<Property Name="Id" Type="nvarchar" MaxLength="255" />
<Property Name="BarCode" Type="nvarchar" MaxLength="255" />
<Property Name="LU_Code" Type="nvarchar" MaxLength="255" />
<Property Name="CreationTime" Type="nvarchar" MaxLength="255" />
<Property Name="IsOk" Type="nvarchar" MaxLength="255" />
<Property Name="Ok_Status" Type="nvarchar" MaxLength="255" />
<Property Name="FactoryId" Type="nvarchar" MaxLength="255" />
<Property Name="LineId" Type="nvarchar" MaxLength="255" />
<Property Name="WmsRead" Type="nvarchar" MaxLength="255" />
<Property Name="ReadTime" Type="nvarchar" MaxLength="255" />
<Property Name="Remark" Type="nvarchar" MaxLength="255" />
<Property Name="DataType" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<EntityType Name="T_PaintInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PaintCode" Type="nvarchar(max)" />
<Property Name="PaintName" Type="nvarchar(max)" />
<Property Name="PaintModel" Type="nvarchar(max)" />
<Property Name="UnitCode" Type="nvarchar(max)" />
<Property Name="CarModelCode" Type="nvarchar(max)" />
<Property Name="IsUsing" Type="int" Nullable="false" />
<Property Name="CreateTime" Type="datetime" Nullable="false" />
</EntityType>
<EntityType Name="T_Sys_Buttons">
<Key>
<PropertyRef Name="BtnID" />
</Key>
<Property Name="BtnID" Type="uniqueidentifier" Nullable="false" />
<Property Name="BtnName" Type="varchar" MaxLength="50" />
<Property Name="ItemPic" Type="varchar" MaxLength="300" />
<Property Name="PowerID" Type="uniqueidentifier" />
<Property Name="MenuID" Type="uniqueidentifier" />
<Property Name="MenuName" Type="nvarchar" MaxLength="200" />
<Property Name="IsEnabled" Type="char" MaxLength="1" />
<Property Name="BtnCode" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="T_Sys_NavMenu">
<Key>
<PropertyRef Name="MenuID" />
</Key>
<Property Name="MenuID" Type="uniqueidentifier" Nullable="false" />
<Property Name="MenuName" Type="nvarchar" MaxLength="200" />
<Property Name="URLStr" Type="varchar" MaxLength="500" />
<Property Name="ItemPic" Type="varchar" MaxLength="300" />
<Property Name="PowerID" Type="uniqueidentifier" />
<Property Name="ParentMenuID" Type="uniqueidentifier" />
<Property Name="IsEnabled" Type="char" MaxLength="1" />
<Property Name="OrderNum" Type="varchar" MaxLength="100" />
</EntityType>
<EntityType Name="T_Sys_Power">
<Key>
<PropertyRef Name="PowerID" />
</Key>
<Property Name="PowerID" Type="uniqueidentifier" Nullable="false" />
<Property Name="PowerCode" Type="varchar" MaxLength="10" />
<Property Name="PowerName" Type="varchar" MaxLength="30" Nullable="false" />
<Property Name="OpName" Type="varchar" MaxLength="20" />
<Property Name="OpTime" Type="datetime" />
</EntityType>
<EntityType Name="T_Sys_Role">
<Key>
<PropertyRef Name="RoleID" />
</Key>
<Property Name="RoleID" Type="uniqueidentifier" Nullable="false" />
<Property Name="RoleName" Type="varchar" MaxLength="30" />
<Property Name="Description" Type="varchar" MaxLength="200" />
<Property Name="OpName" Type="varchar" MaxLength="20" />
<Property Name="OpTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.T_Sys_RoleLinkPower”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="T_Sys_RoleLinkPower">
<Key>
<PropertyRef Name="RoleID" />
<PropertyRef Name="PowerID" />
</Key>
<Property Name="RoleID" Type="uniqueidentifier" Nullable="false" />
<Property Name="PowerID" Type="uniqueidentifier" Nullable="false" />
<Property Name="OpTime" Type="datetime" />
<Property Name="OpName" Type="varchar" MaxLength="20" />
</EntityType>
<EntityType Name="T_Sys_UserRole">
<Key>
<PropertyRef Name="UserID" />
<PropertyRef Name="RoleID" />
</Key>
<Property Name="UserID" Type="uniqueidentifier" Nullable="false" />
<Property Name="RoleID" Type="uniqueidentifier" Nullable="false" />
<Property Name="OpTime" Type="datetime" />
<Property Name="OpName" Type="varchar" MaxLength="20" />
</EntityType>
<EntityType Name="T_Sys_Users">
<Key>
<PropertyRef Name="UserID" />
</Key>
<Property Name="UserID" Type="uniqueidentifier" Nullable="false" />
<Property Name="UserName" Type="varchar" MaxLength="20" Nullable="false" />
<Property Name="Password" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="IsEnabled" Type="char" MaxLength="1" Nullable="false" />
<Property Name="RealName" Type="nvarchar" MaxLength="20" />
<Property Name="Sex" Type="char" MaxLength="1" />
<Property Name="Tel" Type="nvarchar" MaxLength="20" />
<Property Name="LastLoginTime" Type="datetime" />
<Property Name="LastLoginIP" Type="varchar" MaxLength="20" />
<Property Name="DepartmentID" Type="uniqueidentifier" />
<Property Name="OpName" Type="nvarchar" MaxLength="20" />
<Property Name="OpTime" Type="datetime" />
<Property Name="Department" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="T_Sys_Users_NavMenu">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="UserID" Type="uniqueidentifier" />
<Property Name="MenuID" Type="uniqueidentifier" />
</EntityType>
<EntityType Name="TA_DEPT">
<Key>
<PropertyRef Name="GUID" />
</Key>
<Property Name="GUID" Type="uniqueidentifier" Nullable="false" />
<Property Name="DeptCode" Type="nvarchar" MaxLength="50" />
<Property Name="DeptName" Type="nvarchar" MaxLength="50" />
<Property Name="CreateUser" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="UpdateUser" Type="nvarchar" MaxLength="50" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="Remark" Type="nvarchar" MaxLength="500" />
<Property Name="UID" Type="int" />
<Property Name="Enable" Type="bit" />
<Property Name="Domain" Type="nvarchar" MaxLength="500" />
<Property Name="Site" Type="nvarchar" MaxLength="500" />
</EntityType>
<EntityType Name="tb_aa">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="200" />
<Property Name="side" Type="varchar" MaxLength="200" />
<Property Name="createtime" Type="datetime" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_AndonButtonType">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ButtonType" Type="int" />
<Property Name="ButtonName" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_AndonRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ButtonTypeID" Type="char" MaxLength="36" />
<Property Name="StartTime" Type="datetime" />
<Property Name="EndTime" Type="datetime" />
<Property Name="InterVal" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Assembly_243”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Assembly_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="200" />
<Property Name="Color" Type="nvarchar" MaxLength="50" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartType" Type="nvarchar" MaxLength="50" />
<Property Name="TapeBatchNo" Type="nvarchar" MaxLength="100" />
<Property Name="Validity" Type="nvarchar" MaxLength="50" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="200" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="Flag" Type="int" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Assembly_247”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Assembly_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="200" />
<Property Name="Color" Type="nvarchar" MaxLength="50" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartType" Type="nvarchar" MaxLength="50" />
<Property Name="TapeBatchNo" Type="nvarchar" MaxLength="100" />
<Property Name="Validity" Type="nvarchar" MaxLength="50" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="200" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="Flag" Type="int" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Assembly_254”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Assembly_254">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="200" />
<Property Name="Color" Type="nvarchar" MaxLength="50" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartType" Type="nvarchar" MaxLength="50" />
<Property Name="TapeBatchNo" Type="nvarchar" MaxLength="100" />
<Property Name="Validity" Type="nvarchar" MaxLength="50" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="200" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="Flag" Type="int" />
</EntityType>
<EntityType Name="tb_Bad_Injection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OneBarCode" Type="nvarchar" MaxLength="50" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="BadPosition" Type="nvarchar" MaxLength="100" />
<Property Name="BadReason" Type="nvarchar" MaxLength="200" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_BarCode">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="OneBarCode" Type="nvarchar" MaxLength="50" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PrintType" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsDel" Type="int" />
<Property Name="IsImport" Type="text" />
<Property Name="StationID2" Type="char" MaxLength="36" />
<Property Name="PlanID" Type="char" MaxLength="36" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="20" />
</EntityType>
<EntityType Name="tb_Bom">
<Key>
<PropertyRef Name="BomID" />
</Key>
<Property Name="BomID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Bom_20190726”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Bom_20190726">
<Key>
<PropertyRef Name="BomID" />
</Key>
<Property Name="BomID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Box_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="50" />
<Property Name="BoxCount" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="Des" Type="nvarchar" MaxLength="200" />
<Property Name="Flag" Type="int" />
<Property Name="Validity" Type="nvarchar" MaxLength="50" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="200" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Box_247”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Box_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="50" />
<Property Name="BoxCount" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="Des" Type="nvarchar" MaxLength="200" />
<Property Name="Flag" Type="int" />
<Property Name="Validity" Type="nvarchar" MaxLength="50" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="200" />
</EntityType>
<EntityType Name="tb_Box_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Box_WheelBrow">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="100" />
<Property Name="Flag" Type="int" />
<Property Name="PartNo" Type="nvarchar" MaxLength="100" />
<Property Name="PartName" Type="nvarchar" MaxLength="200" />
<Property Name="BatchNo" Type="nvarchar" MaxLength="10" />
<Property Name="Validity" Type="nvarchar" MaxLength="100" />
<Property Name="ValidityDate" Type="nvarchar" MaxLength="100" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_BucketInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BucketCode" Type="nvarchar" MaxLength="50" />
<Property Name="BucketName" Type="nvarchar" MaxLength="200" />
<Property Name="IsUsing" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_CheckItem">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="DeviceID" Type="char" MaxLength="36" />
<Property Name="CheckContent" Type="nvarchar" MaxLength="500" />
<Property Name="CheckVersion" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Color">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="Circle" Type="int" />
<Property Name="ColorQQCode" Type="nvarchar" MaxLength="20" />
<Property Name="ColorDQCode" Type="nvarchar" MaxLength="20" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="OrderNo" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Color_20191008”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Color_20191008">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="Des" Type="text" />
<Property Name="Circle" Type="int" />
<Property Name="ColorQQCode" Type="nvarchar" MaxLength="20" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Color_20201101”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Color_20201101">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" />
<Property Name="ColorNo" Type="nvarchar" MaxLength="20" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="Circle" Type="int" />
<Property Name="ColorQQCode" Type="nvarchar" MaxLength="20" />
<Property Name="ColorDQCode" Type="nvarchar" MaxLength="20" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="OrderNo" Type="int" />
</EntityType>
<EntityType Name="tb_CommonlyInspection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="VersionID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="InspectionContentID" Type="nvarchar" MaxLength="2000" Nullable="false" />
<Property Name="CreateTime" Type="datetime" Nullable="false" />
<Property Name="CreateUserID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="UpdateUserID" Type="char" MaxLength="36" />
<Property Name="IsUseing" Type="int" Nullable="false" />
<Property Name="DisableTime" Type="datetime" />
<Property Name="DisableUserID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_CommonlyInspectionRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="CommonlyInspectionID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="CheckResult" Type="varchar" MaxLength="200" />
<Property Name="CheckUser" Type="varchar" MaxLength="50" />
<Property Name="CheckDate" Type="datetime" Nullable="false" />
<Property Name="ConfirmUser" Type="varchar" MaxLength="50" />
<Property Name="ConfirmUserDate" Type="datetime" />
<Property Name="GroupLeaderConfirm" Type="varchar" MaxLength="50" />
<Property Name="GroupLeaderConfirmDate" Type="datetime" />
<Property Name="DepartmentLeaderConfirm" Type="varchar" MaxLength="50" />
<Property Name="DepartmentLeaderConfirmDate" Type="datetime" />
<Property Name="CreateTime" Type="datetime" Nullable="false" />
<Property Name="CreateUserID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="UpdateUserID" Type="char" MaxLength="36" />
<Property Name="IsUseing" Type="int" Nullable="false" />
<Property Name="DisableTime" Type="datetime" />
<Property Name="DisableUserID" Type="char" MaxLength="36" />
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="CheckType" Type="char" MaxLength="1" />
<Property Name="ErrMes" Type="nvarchar" MaxLength="500" />
</EntityType>
<EntityType Name="tb_CommonlyInspectionVersion">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="DeviceID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Version" Type="varchar" MaxLength="200" />
<Property Name="CreateTime" Type="datetime" Nullable="false" />
<Property Name="CreateUserID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="UpdateTime" Type="datetime" />
<Property Name="UpdateUserID" Type="char" MaxLength="36" />
<Property Name="IsUseing" Type="int" Nullable="false" />
<Property Name="Operation" Type="varchar" MaxLength="50" />
<Property Name="DisableTime" Type="datetime" />
<Property Name="DisableUserID" Type="char" MaxLength="36" />
<Property Name="Description" Type="varchar" MaxLength="200" />
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
</EntityType>
<EntityType Name="tb_Config">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="name" Type="varchar" MaxLength="50" />
<Property Name="value" Type="varchar" MaxLength="100" />
<Property Name="des" Type="varchar" MaxLength="100" />
<Property Name="remark1" Type="varchar" MaxLength="100" />
<Property Name="remark2" Type="varchar" MaxLength="100" />
<Property Name="remark3" Type="varchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_Cylinder">
<Key>
<PropertyRef Name="CylinderID" />
</Key>
<Property Name="CylinderID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="CylinderNo" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_CylinderAndRaw">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="CylinderID" Type="char" MaxLength="36" />
<Property Name="DrumBarCode" Type="nvarchar" MaxLength="100" />
<Property Name="BarCode" Type="nvarchar" MaxLength="100" />
<Property Name="Time1" Type="datetime" />
<Property Name="Time2" Type="datetime" />
<Property Name="Flag" Type="int" />
</EntityType>
<EntityType Name="tb_Defect">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="36" Nullable="false" />
<Property Name="LineID" Type="varchar" MaxLength="36" />
<Property Name="DefectName" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Defect_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Defect_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="36" Nullable="false" />
<Property Name="LineID" Type="varchar" MaxLength="36" />
<Property Name="DefectName" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Device">
<Key>
<PropertyRef Name="DeviceID" />
</Key>
<Property Name="DeviceID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="DeviceName" Type="nvarchar" MaxLength="500" />
<Property Name="FixNo" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
<Property Name="DeviceModel" Type="nvarchar" MaxLength="500" />
</EntityType>
<EntityType Name="tb_Factory">
<Key>
<PropertyRef Name="FactoryID" />
</Key>
<Property Name="FactoryID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="FactoryName" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_FinishProduct">
<Key>
<PropertyRef Name="FinishProductID" />
</Key>
<Property Name="FinishProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="FinishProductNo" Type="nvarchar" MaxLength="50" />
<Property Name="FinishProductName" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="nchar" MaxLength="10" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.tb_GetNewTasks”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="tb_GetNewTasks">
<Property Name="TaskState" Type="nvarchar" MaxLength="100" />
<Property Name="TaskID" Type="nvarchar" MaxLength="100" />
<Property Name="TableName" Type="nvarchar" MaxLength="100" />
<Property Name="TableName2" Type="nvarchar" MaxLength="100" />
<Property Name="TableName3" Type="nvarchar" MaxLength="100" />
<Property Name="Creator" Type="nvarchar" MaxLength="100" />
<Property Name="DataCount" Type="nvarchar" MaxLength="100" />
<Property Name="Subscriber" Type="nvarchar" MaxLength="100" />
<Property Name="FailedCount" Type="nvarchar" MaxLength="100" />
<Property Name="FailedInfo" Type="nvarchar" MaxLength="100" />
<Property Name="Domain" Type="nvarchar" MaxLength="100" />
<Property Name="Site" Type="nvarchar" MaxLength="100" />
<Property Name="GUID" Type="nvarchar" MaxLength="100" />
<Property Name="UID" Type="nvarchar" MaxLength="100" />
<Property Name="CreateUser" Type="nvarchar" MaxLength="100" />
<Property Name="CreateTime" Type="nvarchar" MaxLength="100" />
<Property Name="Remark" Type="nvarchar" MaxLength="100" />
<Property Name="UpdateUser" Type="nvarchar" MaxLength="100" />
<Property Name="UpdateTime" Type="nvarchar" MaxLength="100" />
<Property Name="IsChecked" Type="nvarchar" MaxLength="100" />
<Property Name="InsertTime" Type="datetime" />
</EntityType>-->
<EntityType Name="tb_HybridPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductName" Type="nvarchar" MaxLength="200" />
<Property Name="Color" Type="nvarchar" MaxLength="50" />
<Property Name="PlanCount" Type="int" />
<Property Name="Qty" Type="int" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_HybridScanRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="100" />
<Property Name="CreatTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ImgVideo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="36" Nullable="false" />
<Property Name="fileUrl" Type="varchar" MaxLength="2000" Nullable="false" />
<Property Name="fileName" Type="varchar" MaxLength="500" Nullable="false" />
<Property Name="fileType" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="UpdateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Inhection_DownReason">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Reason" Type="nvarchar" MaxLength="100" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Injection_DownRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="DownType" Type="nvarchar" MaxLength="50" />
<Property Name="DownReason" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="StartTime" Type="datetime" />
<Property Name="EndTime" Type="datetime" />
<Property Name="DownTime" Type="int" />
<Property Name="Remark1" Type="text" />
<Property Name="Remark2" Type="text" />
<Property Name="Remark3" Type="text" />
<Property Name="PlanID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_Injection_DownTime">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="StartTime" Type="datetime" />
<Property Name="EndTime" Type="datetime" />
<Property Name="InterVal" Type="int" />
<Property Name="DownTypeID" Type="char" MaxLength="36" />
<Property Name="Remark1" Type="text" />
<Property Name="Remark2" Type="text" />
<Property Name="Remark3" Type="text" />
</EntityType>
<EntityType Name="tb_Injection_DownType">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="DownTypeName" Type="nvarchar" MaxLength="50" />
<Property Name="Remark" Type="text" />
</EntityType>
<EntityType Name="tb_Injection_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="workClass" Type="varchar" MaxLength="255" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="JK_Weight" Type="float" />
<Property Name="Waste_Weight" Type="float" />
<Property Name="RecordDate" Type="datetime" />
<Property Name="StockNo" Type="varchar" MaxLength="255" />
<Property Name="PartNo" Type="varchar" MaxLength="255" />
<Property Name="PlanID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_InjectionPlan">
<Key>
<PropertyRef Name="InjectionPlanID" />
</Key>
<Property Name="InjectionPlanID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="BeginTime" Type="nvarchar" MaxLength="50" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartNo" Type="nvarchar" MaxLength="20" />
<Property Name="PlanCount" Type="int" />
<Property Name="EndTime" Type="nvarchar" MaxLength="50" />
<Property Name="PlanDate" Type="date" />
<Property Name="CompleteCount" Type="int" />
<Property Name="IsFinish" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="RealCycle" Type="decimal" Precision="12" Scale="0" />
<Property Name="workClass" Type="nvarchar" MaxLength="255" />
<Property Name="JK_Weight" Type="float" />
<Property Name="Waste_Weight" Type="float" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_InjectPlanReport”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_InjectPlanReport">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="InjectionPlanID" Type="varchar" MaxLength="50" />
<Property Name="ProductName" Type="varchar" MaxLength="50" />
<Property Name="MaterialName" Type="varchar" MaxLength="50" />
<Property Name="Drum" Type="varchar" MaxLength="50" />
<Property Name="BatchNo" Type="varchar" MaxLength="50" />
<Property Name="Time1" Type="datetime" />
</EntityType>
<EntityType Name="tb_InspectResult">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="side" Type="nvarchar" MaxLength="100" />
<Property Name="position" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="defectID" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="productInfo" Type="nvarchar" MaxLength="100" />
<Property Name="productOption" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="InspectTimes" Type="varchar" MaxLength="50" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="remark3" Type="nvarchar" MaxLength="100" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_InspectResult_20190902”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_InspectResult_20190902">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="side" Type="nvarchar" MaxLength="100" />
<Property Name="position" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="defectID" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="productInfo" Type="nvarchar" MaxLength="100" />
<Property Name="productOption" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="InspectTimes" Type="varchar" MaxLength="50" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="remark3" Type="nvarchar" MaxLength="100" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_InspectResult_20200717”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_InspectResult_20200717">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="side" Type="nvarchar" MaxLength="100" />
<Property Name="position" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="defectID" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="productInfo" Type="nvarchar" MaxLength="100" />
<Property Name="productOption" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="InspectTimes" Type="varchar" MaxLength="50" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="remark3" Type="nvarchar" MaxLength="100" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_InspectResult_20201021”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_InspectResult_20201021">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="side" Type="nvarchar" MaxLength="100" />
<Property Name="position" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="defectID" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="productInfo" Type="nvarchar" MaxLength="100" />
<Property Name="productOption" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="InspectTimes" Type="varchar" MaxLength="50" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="remark3" Type="nvarchar" MaxLength="100" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_InspectResult_20210322”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_InspectResult_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="side" Type="nvarchar" MaxLength="100" />
<Property Name="position" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="defectID" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="productInfo" Type="nvarchar" MaxLength="100" />
<Property Name="productOption" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="InspectTimes" Type="varchar" MaxLength="50" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="remark3" Type="nvarchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_LayerAndBC">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="layer" Type="int" />
<Property Name="floor" Type="nvarchar" MaxLength="10" />
<Property Name="side" Type="varchar" MaxLength="20" />
<Property Name="des" Type="varchar" MaxLength="300" />
</EntityType>
<EntityType Name="tb_Line">
<Key>
<PropertyRef Name="LineID" />
</Key>
<Property Name="LineID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PlaceID" Type="char" MaxLength="36" />
<Property Name="LineName" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Location">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Location" Type="nvarchar" MaxLength="200" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Machine">
<Key>
<PropertyRef Name="MachineID" />
</Key>
<Property Name="MachineID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="MachineNo" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Mistake_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartName1" Type="nvarchar" MaxLength="200" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="PartName2" Type="nvarchar" MaxLength="200" />
<Property Name="PackCount" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Mistake_243_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Mistake_243_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartName1" Type="nvarchar" MaxLength="200" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="PartName2" Type="nvarchar" MaxLength="200" />
<Property Name="PackCount" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Mistake_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartName1" Type="nvarchar" MaxLength="200" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="PartName2" Type="nvarchar" MaxLength="200" />
<Property Name="PackCount" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Mistake_247_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Mistake_247_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartName1" Type="nvarchar" MaxLength="200" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="PartName2" Type="nvarchar" MaxLength="200" />
<Property Name="PackCount" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Mistake_Gratings">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="ZcPartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ZcPartName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Model_Product">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ModelID" Type="char" MaxLength="36" />
<Property Name="ProuctID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_Model_Update">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Purpose" Type="varchar" MaxLength="255" />
<Property Name="State" Type="varchar" MaxLength="255" />
<Property Name="Supplier" Type="varchar" MaxLength="255" />
<Property Name="Remarks" Type="varchar" MaxLength="255" />
<Property Name="AddTime" Type="datetime" />
<Property Name="ModelID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_ModelCount">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ModelID" Type="char" MaxLength="36" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ModelPrintCount" Type="numeric" Precision="18" Scale="0" Nullable="false" />
<Property Name="PrintDate" Type="date" />
<Property Name="ModelSumCount" Type="numeric" Precision="18" Scale="0" Nullable="false" />
</EntityType>
<EntityType Name="tb_ModelInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ModelName" Type="varchar" MaxLength="255" Nullable="false" />
<Property Name="ModelNo" Type="varchar" MaxLength="255" />
<Property Name="PermanentAssetsNo" Type="varchar" MaxLength="255" />
<Property Name="Tonnage" Type="varchar" MaxLength="255" />
<Property Name="ServiceLife" Type="varchar" MaxLength="255" />
<Property Name="Supplier" Type="varchar" MaxLength="255" />
<Property Name="PartWeight" Type="varchar" MaxLength="255" />
<Property Name="InjectionPeriod" Type="varchar" MaxLength="255" />
<Property Name="LocatingRingSize" Type="varchar" MaxLength="255" />
<Property Name="OutForm" Type="varchar" MaxLength="255" />
<Property Name="ModelWeight" Type="varchar" MaxLength="255" />
<Property Name="RunnerForm" Type="varchar" MaxLength="255" />
<Property Name="ModelCavityNo" Type="varchar" MaxLength="255" />
<Property Name="ModelSize" Type="varchar" MaxLength="255" />
</EntityType>
<EntityType Name="tb_Operator">
<Key>
<PropertyRef Name="OperatorID" />
</Key>
<Property Name="OperatorID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="OperatorNo" Type="nvarchar" MaxLength="20" />
<Property Name="OperatorName" Type="nvarchar" MaxLength="50" />
<Property Name="OperatorPsw" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Paint_Bucket">
<Key>
<PropertyRef Name="PaintID" />
<PropertyRef Name="BucketID" />
</Key>
<Property Name="PaintID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BucketID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
</EntityType>
<EntityType Name="tb_PaintBarCode">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductID" Type="char" MaxLength="36" />
<Property Name="OneBarCode" Type="nvarchar" MaxLength="50" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="ColorDes" Type="nvarchar" MaxLength="200" />
<Property Name="workClass" Type="nvarchar" MaxLength="20" />
<Property Name="Side" Type="nvarchar" MaxLength="10" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="ProductDate" Type="nvarchar" MaxLength="20" />
<Property Name="PrintReason" Type="nvarchar" MaxLength="500" />
<Property Name="PrintPerson" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_PaintInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PaintCode" Type="nvarchar" MaxLength="50" />
<Property Name="PaintName" Type="nvarchar" MaxLength="200" />
<Property Name="PaintModel" Type="nvarchar" MaxLength="50" />
<Property Name="UnitCode" Type="nvarchar" MaxLength="50" />
<Property Name="CarModelCode" Type="nvarchar" MaxLength="50" />
<Property Name="IsUsing" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_PaintPerson">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PrintPerson" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_PaintReason">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PrintReason" Type="nvarchar" MaxLength="500" />
</EntityType>
<EntityType Name="tb_PaintScanRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="OneBarCode" Type="nvarchar" MaxLength="50" />
<Property Name="ScanTime" Type="datetime" />
<Property Name="ScanPosition" Type="nvarchar" MaxLength="50" />
<Property Name="ScanResult" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.tb_PaintStockIn_Report”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="tb_PaintStockIn_Report">
<Property Name="BarCode" Type="nvarchar" MaxLength="100" />
<Property Name="ProductInfo" Type="nvarchar" MaxLength="100" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>-->
<EntityType Name="tb_PartRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="TaskID" Type="char" MaxLength="36" />
<Property Name="CommandType" Type="nvarchar" MaxLength="50" />
<Property Name="CreatTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Place">
<Key>
<PropertyRef Name="PlaceID" />
</Key>
<Property Name="PlaceID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="FactoryID" Type="char" MaxLength="36" />
<Property Name="PlaceName" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Plan_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="20" />
<Property Name="Item" Type="int" />
<Property Name="PartNo" Type="nvarchar" MaxLength="200" />
<Property Name="OrderCount" Type="int" />
<Property Name="LyCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="RepairCount" Type="int" />
<Property Name="ScrapCount1" Type="int" />
<Property Name="ScrapCount2" Type="int" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="IsFinish" Type="int" />
</EntityType>
<EntityType Name="tb_Plan_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="20" />
<Property Name="Item" Type="int" />
<Property Name="PartNo" Type="nvarchar" MaxLength="200" />
<Property Name="OrderCount" Type="int" />
<Property Name="LyCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="RepairCount" Type="int" />
<Property Name="ScrapCount1" Type="int" />
<Property Name="ScrapCount2" Type="int" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="IsFinish" Type="int" />
</EntityType>
<EntityType Name="tb_Plan_Punch">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="20" />
<Property Name="Item" Type="int" />
<Property Name="PartNo" Type="nvarchar" MaxLength="200" />
<Property Name="OrderCount" Type="int" />
<Property Name="LyCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="BadCount" Type="int" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Plan_Punch_20200509”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Plan_Punch_20200509">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="20" />
<Property Name="Item" Type="int" />
<Property Name="PartNo" Type="nvarchar" MaxLength="200" />
<Property Name="OrderCount" Type="int" />
<Property Name="LyCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="BadCount" Type="int" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Plan_Punch_214">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="20" />
<Property Name="Item" Type="int" />
<Property Name="StationId" Type="char" MaxLength="36" />
<Property Name="PartNo" Type="nvarchar" MaxLength="200" />
<Property Name="OrderCount" Type="int" />
<Property Name="LyCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="BadCount" Type="int" />
<Property Name="Des" Type="nvarchar" MaxLength="500" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_PlanScreenConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="IP" Type="varchar" MaxLength="100" />
<Property Name="StationNo" Type="varchar" MaxLength="50" />
<Property Name="Des" Type="varchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_Plastic">
<Key>
<PropertyRef Name="StockNo" />
<PropertyRef Name="StationID" />
</Key>
<Property Name="StockNo" Type="nvarchar" MaxLength="20" Nullable="false" />
<Property Name="CycleTime" Type="int" />
<Property Name="StationID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="IsBackup" Type="int" />
<Property Name="Weight" Type="int" />
<Property Name="OpenDebugTime" Type="int" />
</EntityType>
<EntityType Name="tb_PrintConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="StockNo" Type="nvarchar" MaxLength="50" />
<Property Name="PrintCode" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_PrintRecord”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_PrintRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="PrintCode" Type="nvarchar" MaxLength="50" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="Color" Type="nvarchar" MaxLength="50" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="50" />
<Property Name="ProductName" Type="nvarchar" MaxLength="50" />
<Property Name="ProductInfo" Type="nvarchar" MaxLength="500" />
<Property Name="PrintType" Type="int" />
<Property Name="PrintTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Product">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="ProjectID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
<Property Name="OrderNo" Type="int" />
<Property Name="PackQty" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product_20200513”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product_20200513">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product_20201110”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product_20201110">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="ProjectID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
<Property Name="OrderNo" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product_20230901”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product_20230901">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="ProjectID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
<Property Name="OrderNo" Type="int" />
<Property Name="PackQty" Type="int" />
</EntityType>
<EntityType Name="tb_Product_Injection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PlanID" Type="char" MaxLength="36" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductDate" Type="nvarchar" MaxLength="20" />
<Property Name="ClassName" Type="nvarchar" MaxLength="20" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ProductCount" Type="int" />
<Property Name="BadCount" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product_Injection_20190726”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product_Injection_20190726">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductDate" Type="nvarchar" MaxLength="20" />
<Property Name="ClassName" Type="nvarchar" MaxLength="20" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ProductCount" Type="int" />
<Property Name="BadCount" Type="int" />
</EntityType>
<EntityType Name="tb_Product_Injection_w">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="RealCycle" Type="decimal" Precision="12" Scale="0" />
<Property Name="Waste_Weight" Type="float" />
<Property Name="JK_Weight" Type="float" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product0912”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product0912">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="ProjectID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product20200802”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product20200802">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Product20201016”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Product20201016">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeID" Type="char" MaxLength="36" />
<Property Name="ProjectID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="20" />
<Property Name="PartName" Type="nvarchar" MaxLength="100" />
<Property Name="ProductName" Type="nvarchar" MaxLength="100" />
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="Rows" Type="int" />
<Property Name="Cols" Type="int" />
<Property Name="Layers" Type="int" />
<Property Name="PicturePath" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
<Property Name="isImport" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<EntityType Name="tb_ProductSotckIn">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="ProductName" Type="nvarchar" MaxLength="500" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ProductType">
<Key>
<PropertyRef Name="ProductTypeID" />
</Key>
<Property Name="ProductTypeID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="ProductTypeNo" Type="nvarchar" MaxLength="10" />
<Property Name="ProductTypeName" Type="nvarchar" MaxLength="500" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Project">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Project" Type="nvarchar" MaxLength="255" />
<Property Name="LocationID" Type="char" MaxLength="36" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
<Property Name="SerialNo" Type="varchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="barCode1" Type="varchar" MaxLength="50" />
<Property Name="barCode2" Type="varchar" MaxLength="50" />
<Property Name="barCode3" Type="varchar" MaxLength="50" />
<Property Name="barCode4" Type="varchar" MaxLength="50" />
<Property Name="barCode5" Type="varchar" MaxLength="50" />
<Property Name="barCode6" Type="varchar" MaxLength="50" />
<Property Name="StationId" Type="varchar" MaxLength="50" />
<Property Name="Flag" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Punch_Code_Record_20200721”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Punch_Code_Record_20200721">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Punch_Code_Record_20200907”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Punch_Code_Record_20200907">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Punch_Code_Record_20221231”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Punch_Code_Record_20221231">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
<Property Name="SerialNo" Type="varchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="barCode1" Type="varchar" MaxLength="50" />
<Property Name="barCode2" Type="varchar" MaxLength="50" />
<Property Name="barCode3" Type="varchar" MaxLength="50" />
<Property Name="barCode4" Type="varchar" MaxLength="50" />
<Property Name="barCode5" Type="varchar" MaxLength="50" />
<Property Name="barCode6" Type="varchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Punch_Code_Record_20230630”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Punch_Code_Record_20230630">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
<Property Name="SerialNo" Type="varchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="barCode1" Type="varchar" MaxLength="50" />
<Property Name="barCode2" Type="varchar" MaxLength="50" />
<Property Name="barCode3" Type="varchar" MaxLength="50" />
<Property Name="barCode4" Type="varchar" MaxLength="50" />
<Property Name="barCode5" Type="varchar" MaxLength="50" />
<Property Name="barCode6" Type="varchar" MaxLength="50" />
<Property Name="StationId" Type="varchar" MaxLength="50" />
<Property Name="Flag" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Punch_Code_Record_BF”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Punch_Code_Record_BF">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_Del">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
<Property Name="SerialNo" Type="varchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="barCode1" Type="varchar" MaxLength="50" />
<Property Name="barCode2" Type="varchar" MaxLength="50" />
<Property Name="barCode3" Type="varchar" MaxLength="50" />
<Property Name="barCode4" Type="varchar" MaxLength="50" />
<Property Name="barCode5" Type="varchar" MaxLength="50" />
<Property Name="barCode6" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_DoorSill_214">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="BcpID" Type="varchar" MaxLength="50" />
<Property Name="ZcID" Type="varchar" MaxLength="50" />
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
<Property Name="WorkClass" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="varchar" MaxLength="50" />
<Property Name="SerialNo" Type="varchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="PrintTime" Type="datetime" />
<Property Name="IsCheck" Type="int" />
<Property Name="barCode1" Type="nvarchar" MaxLength="500" />
<Property Name="barCode2" Type="nvarchar" MaxLength="500" />
<Property Name="barCode3" Type="nvarchar" MaxLength="500" />
<Property Name="barCode4" Type="nvarchar" MaxLength="500" />
<Property Name="barCode5" Type="nvarchar" MaxLength="500" />
<Property Name="barCode6" Type="nvarchar" MaxLength="500" />
<Property Name="StationId" Type="varchar" MaxLength="50" />
<Property Name="Flag" Type="int" />
<Property Name="IsIndia" Type="int" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="varchar" MaxLength="50" />
<Property Name="isOK" Type="char" MaxLength="1" />
<Property Name="planID" Type="varchar" MaxLength="50" />
<Property Name="createtime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Punch_Proucting">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="StationNo" Type="nvarchar" MaxLength="50" />
<Property Name="PlanID" Type="char" MaxLength="36" />
</EntityType>
<EntityType Name="tb_PunchAddress">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="Address" Type="nvarchar" MaxLength="100" />
<Property Name="Des" Type="nvarchar" MaxLength="100" />
<Property Name="RW" Type="int" />
</EntityType>
<EntityType Name="tb_PunchAndStation">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductID1" Type="char" MaxLength="36" />
<Property Name="ProductID2" Type="char" MaxLength="36" />
<Property Name="Qty2" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID3" Type="char" MaxLength="36" />
<Property Name="Qty3" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID4" Type="char" MaxLength="36" />
<Property Name="Qty4" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID5" Type="char" MaxLength="36" />
<Property Name="Qty5" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID9" Type="char" MaxLength="36" />
<Property Name="Qty9" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID10" Type="char" MaxLength="36" />
<Property Name="Qty10" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID11" Type="char" MaxLength="36" />
<Property Name="Qty11" Type="nvarchar" MaxLength="10" />
<Property Name="CreateTine" Type="datetime" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsCheck" Type="int" />
<Property Name="AddressNo" Type="int" />
<Property Name="PortName" Type="nvarchar" MaxLength="10" />
<Property Name="CheckDone" Type="int" />
<Property Name="ProductID6" Type="char" MaxLength="36" />
<Property Name="Qty6" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID7" Type="char" MaxLength="36" />
<Property Name="Qty7" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID8" Type="char" MaxLength="36" />
<Property Name="Qty8" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID12" Type="char" MaxLength="36" />
<Property Name="Qty12" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID13" Type="char" MaxLength="36" />
<Property Name="Qty13" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID14" Type="char" MaxLength="36" />
<Property Name="Qty14" Type="nvarchar" MaxLength="10" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_PunchAndStation_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_PunchAndStation_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductID1" Type="char" MaxLength="36" />
<Property Name="ProductID2" Type="char" MaxLength="36" />
<Property Name="Qty2" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID3" Type="char" MaxLength="36" />
<Property Name="Qty3" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID4" Type="char" MaxLength="36" />
<Property Name="Qty4" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID5" Type="char" MaxLength="36" />
<Property Name="Qty5" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID9" Type="char" MaxLength="36" />
<Property Name="Qty9" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID10" Type="char" MaxLength="36" />
<Property Name="Qty10" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID11" Type="char" MaxLength="36" />
<Property Name="Qty11" Type="nvarchar" MaxLength="10" />
<Property Name="CreateTine" Type="datetime" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsCheck" Type="int" />
<Property Name="AddressNo" Type="int" />
<Property Name="PortName" Type="nvarchar" MaxLength="10" />
<Property Name="CheckDone" Type="int" />
<Property Name="ProductID6" Type="char" MaxLength="36" />
<Property Name="Qty6" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID7" Type="char" MaxLength="36" />
<Property Name="Qty7" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID8" Type="char" MaxLength="36" />
<Property Name="Qty8" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID12" Type="char" MaxLength="36" />
<Property Name="Qty12" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID13" Type="char" MaxLength="36" />
<Property Name="Qty13" Type="nvarchar" MaxLength="10" />
<Property Name="ProductID14" Type="char" MaxLength="36" />
<Property Name="Qty14" Type="nvarchar" MaxLength="10" />
</EntityType>
<EntityType Name="tb_PunchDevice">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="DeviceName" Type="nvarchar" MaxLength="200" />
<Property Name="Poject" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_PunchMFAPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="CarModelCode" Type="nvarchar" MaxLength="20" />
<Property Name="productionNumber" Type="nvarchar" MaxLength="35" />
<Property Name="itemNumber" Type="nvarchar" MaxLength="35" />
<Property Name="description" Type="nvarchar" MaxLength="100" />
<Property Name="assemblyDate" Type="datetime" />
<Property Name="BillNo" Type="nvarchar" MaxLength="35" />
<Property Name="partType" Type="nvarchar" MaxLength="35" />
<Property Name="ColorName" Type="nvarchar" MaxLength="255" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="Sort" Type="int" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" />
<Property Name="CheckTime" Type="datetime" />
<Property Name="IsFinish" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<EntityType Name="tb_PunchNGCCPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="CarModelCode" Type="nvarchar" MaxLength="20" />
<Property Name="productionNumber" Type="nvarchar" MaxLength="35" />
<Property Name="itemNumber" Type="nvarchar" MaxLength="35" />
<Property Name="description" Type="nvarchar" MaxLength="100" />
<Property Name="assemblyDate" Type="datetime" />
<Property Name="BillNo" Type="nvarchar" MaxLength="35" />
<Property Name="partType" Type="nvarchar" MaxLength="35" />
<Property Name="ColorName" Type="nvarchar" MaxLength="255" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="Sort" Type="int" />
<Property Name="ColorCode" Type="nvarchar" MaxLength="20" />
<Property Name="CheckTime" Type="datetime" />
<Property Name="IsFinish" Type="int" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<EntityType Name="tb_PunchPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="ProductID" Type="char" MaxLength="36" />
<Property Name="PlanCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="BadCount" Type="int" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.tb_PunchPlan_Log”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="tb_PunchPlan_Log">
<Property Name="ID" Type="char" MaxLength="36" />
<Property Name="OrderCount" Type="int" />
<Property Name="CompleteCount" Type="int" />
<Property Name="IsFinish" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="IsFinish1" Type="int" />
</EntityType>-->
<EntityType Name="tb_PunchRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="ScanTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_PunchResult">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="100" />
<Property Name="stationNo" Type="nvarchar" MaxLength="100" />
<Property Name="punchResult" Type="nvarchar" MaxLength="500" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="500" />
<Property Name="reason" Type="nvarchar" MaxLength="500" />
<Property Name="productInfo" Type="nvarchar" MaxLength="500" />
<Property Name="createTime" Type="datetime" />
<Property Name="Responsibility" Type="nvarchar" MaxLength="500" />
</EntityType>
<EntityType Name="tb_PunchValueRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
<Property Name="Address" Type="nvarchar" MaxLength="100" />
<Property Name="ItemValue" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Record_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime1" Type="datetime" />
<Property Name="CreateTime2" Type="datetime" />
<Property Name="Flag" Type="int" />
<Property Name="Type" Type="int" />
</EntityType>
<EntityType Name="tb_Record_243_20220517">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime1" Type="datetime" />
<Property Name="CreateTime2" Type="datetime" />
<Property Name="Flag" Type="int" />
<Property Name="Type" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Record_247”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Record_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="PartNo1" Type="nvarchar" MaxLength="50" />
<Property Name="PartNo2" Type="nvarchar" MaxLength="50" />
<Property Name="BoxNo" Type="nvarchar" MaxLength="50" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime1" Type="datetime" />
<Property Name="CreateTime2" Type="datetime" />
<Property Name="Flag" Type="int" />
<Property Name="Type" Type="int" />
<Property Name="ToVisual" Type="int" />
<Property Name="FinishTime" Type="datetime" />
<Property Name="DeviceNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Record_Gratings">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="BarCode1" Type="nvarchar" MaxLength="50" />
<Property Name="BarCode2" Type="nvarchar" MaxLength="50" />
<Property Name="ZcCode" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="Flag" Type="int" />
</EntityType>
<EntityType Name="tb_Report_FiveScreen">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
<Property Name="LastYear" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="decimal" Precision="18" Scale="1" />
<Property Name="May" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Report_FiveScreen_20191011”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Report_FiveScreen_20191011">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
<Property Name="LastYear" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="decimal" Precision="18" Scale="1" />
<Property Name="May" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_Report_FiveScreen_20191014”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_Report_FiveScreen_20191014">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
<Property Name="LastYear" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="decimal" Precision="18" Scale="1" />
<Property Name="May" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
<Property Name="Min" Type="decimal" Precision="18" Scale="1" />
<Property Name="Max" Type="decimal" Precision="18" Scale="1" />
<Property Name="Scale" Type="int" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenLast">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="StationID" Type="varchar" MaxLength="50" />
<Property Name="StationNo" Type="varchar" MaxLength="50" />
<Property Name="UseRate" Type="nvarchar" MaxLength="50" />
<Property Name="PassRate" Type="nvarchar" MaxLength="50" />
<Property Name="Remark1" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenStandard">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Name" Type="nvarchar" MaxLength="50" />
<Property Name="LastYear" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="decimal" Precision="18" Scale="1" />
<Property Name="May" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ReportA1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="barCode" Type="nvarchar" MaxLength="50" />
<Property Name="side" Type="nvarchar" MaxLength="20" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="100" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="weizhi" Type="nvarchar" MaxLength="100" />
<Property Name="station" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="Location" Type="nvarchar" MaxLength="100" />
<Property Name="Project" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_reportA2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="barCode" Type="nvarchar" MaxLength="50" />
<Property Name="side" Type="nvarchar" MaxLength="20" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="100" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="weizhi" Type="nvarchar" MaxLength="100" />
<Property Name="station" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
<Property Name="workClass" Type="nvarchar" MaxLength="100" />
<Property Name="Location" Type="nvarchar" MaxLength="100" />
<Property Name="Project" Type="nvarchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_ReportF1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Location" Type="nvarchar" MaxLength="100" />
<Property Name="Project" Type="nvarchar" MaxLength="100" />
<Property Name="barCode" Type="nvarchar" MaxLength="50" />
<Property Name="side" Type="nvarchar" MaxLength="20" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="100" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="weizhi" Type="nvarchar" MaxLength="100" />
<Property Name="station" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.tb_ReportF2”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="tb_ReportF2">
<Property Name="reason" Type="nvarchar" MaxLength="500" />
</EntityType>-->
<EntityType Name="tb_ReportF3">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Location" Type="nvarchar" MaxLength="200" Nullable="false" />
<Property Name="Project" Type="nvarchar" MaxLength="200" />
<Property Name="reason" Type="nvarchar" MaxLength="200" />
<Property Name="num" Type="int" />
</EntityType>
<EntityType Name="tb_ReportG1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Location" Type="nvarchar" MaxLength="200" />
<Property Name="Project" Type="nvarchar" MaxLength="200" />
<Property Name="barCode" Type="nvarchar" MaxLength="200" />
<Property Name="side" Type="nvarchar" MaxLength="200" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="200" />
<Property Name="reason" Type="nvarchar" MaxLength="200" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="200" />
<Property Name="remark1" Type="nvarchar" MaxLength="200" />
<Property Name="remark2" Type="nvarchar" MaxLength="200" />
<Property Name="weizhi" Type="nvarchar" MaxLength="200" />
<Property Name="station" Type="nvarchar" MaxLength="200" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="200" />
</EntityType>
<EntityType Name="tb_ReportH1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="Location" Type="nvarchar" MaxLength="200" />
<Property Name="Project" Type="nvarchar" MaxLength="200" />
<Property Name="barCode" Type="nvarchar" MaxLength="200" />
<Property Name="side" Type="nvarchar" MaxLength="200" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="200" />
<Property Name="reason" Type="nvarchar" MaxLength="200" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="200" />
<Property Name="remark1" Type="nvarchar" MaxLength="200" />
<Property Name="remark2" Type="nvarchar" MaxLength="200" />
<Property Name="weizhi" Type="nvarchar" MaxLength="200" />
<Property Name="station" Type="nvarchar" MaxLength="200" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="200" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_ReportPaintingScreen”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_ReportPaintingScreen">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="oncePassNum" />
<PropertyRef Name="sumPassNum" />
</Key>
<Property Name="color" Type="nvarchar" MaxLength="4000" />
<Property Name="productInfo" Type="nvarchar" MaxLength="4000" />
<Property Name="sumNum" Type="int" Nullable="false" />
<Property Name="oncePassNum" Type="int" Nullable="false" />
<Property Name="oncePassRate" Type="varchar" MaxLength="21" />
<Property Name="sumPassNum" Type="int" Nullable="false" />
<Property Name="sumPassRate" Type="varchar" MaxLength="21" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_ReportPaintingScreen_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_ReportPaintingScreen_bak">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="oncePassNum" />
<PropertyRef Name="sumPassNum" />
</Key>
<Property Name="color" Type="nvarchar" MaxLength="4000" />
<Property Name="productInfo" Type="nvarchar" MaxLength="4000" />
<Property Name="sumNum" Type="int" Nullable="false" />
<Property Name="oncePassNum" Type="int" Nullable="false" />
<Property Name="oncePassRate" Type="varchar" MaxLength="21" />
<Property Name="sumPassNum" Type="int" Nullable="false" />
<Property Name="sumPassRate" Type="varchar" MaxLength="21" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_ReportPaintingScreen_pg”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_ReportPaintingScreen_pg">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="hgNum" />
<PropertyRef Name="defectRate1" />
</Key>
<Property Name="color" Type="nvarchar" MaxLength="4000" />
<Property Name="productInfo" Type="nvarchar" MaxLength="4000" />
<Property Name="sumNum" Type="int" Nullable="false" />
<Property Name="hgNum" Type="int" Nullable="false" />
<Property Name="DefectName1" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate1" Type="decimal" Precision="10" Scale="2" Nullable="false" />
<Property Name="DefectName2" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate2" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName3" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate3" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName4" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate4" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName5" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate5" Type="decimal" Precision="10" Scale="2" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_ReportPaintingScreen_pg_bak”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_ReportPaintingScreen_pg_bak">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="hgNum" />
<PropertyRef Name="defectRate1" />
</Key>
<Property Name="color" Type="nvarchar" MaxLength="4000" />
<Property Name="productInfo" Type="nvarchar" MaxLength="4000" />
<Property Name="sumNum" Type="int" Nullable="false" />
<Property Name="hgNum" Type="int" Nullable="false" />
<Property Name="DefectName1" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate1" Type="decimal" Precision="10" Scale="2" Nullable="false" />
<Property Name="DefectName2" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate2" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName3" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate3" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName4" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate4" Type="decimal" Precision="10" Scale="2" />
<Property Name="DefectName5" Type="nvarchar" MaxLength="50" />
<Property Name="defectRate5" Type="decimal" Precision="10" Scale="2" />
</EntityType>
<EntityType Name="tb_ReportTest">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="barCode" Type="nvarchar" MaxLength="50" />
<Property Name="side" Type="nvarchar" MaxLength="20" />
<Property Name="inspectResult" Type="nvarchar" MaxLength="100" />
<Property Name="reason" Type="nvarchar" MaxLength="100" />
<Property Name="createTime" Type="datetime" />
<Property Name="inspectTimes" Type="nvarchar" MaxLength="100" />
<Property Name="remark1" Type="nvarchar" MaxLength="100" />
<Property Name="weizhi" Type="nvarchar" MaxLength="100" />
<Property Name="station" Type="nvarchar" MaxLength="100" />
<Property Name="damnPosition" Type="nvarchar" MaxLength="100" />
<Property Name="remark2" Type="nvarchar" MaxLength="100" />
</EntityType>
<EntityType Name="tb_ScanAnalysis">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="ProductDate" Type="date" />
<Property Name="workClass" Type="nvarchar" MaxLength="20" />
<Property Name="Qty" Type="int" />
<Property Name="ScanPosition1" Type="nvarchar" MaxLength="20" />
<Property Name="P_Qty1" Type="int" />
<Property Name="P_UnScanQty1" Type="int" />
<Property Name="ScanPosition2" Type="nvarchar" MaxLength="20" />
<Property Name="P_Qty2" Type="int" />
<Property Name="P_UnScanQty2" Type="int" />
</EntityType>
<EntityType Name="tb_ScanRecord_Laser">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="ScanTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_SkidInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="SkidNo" Type="varchar" MaxLength="50" />
<Property Name="BarcodeLeft" Type="varchar" MaxLength="500" />
<Property Name="BarcodeRight" Type="varchar" MaxLength="500" />
<Property Name="Layer" Type="varchar" MaxLength="10" />
<Property Name="ColorInfo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="Side_1_BC01" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC02" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC03" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC04" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC05" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC06" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC07" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC08" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC09" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC10" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC11" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC12" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC01" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC02" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC03" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC04" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC05" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC06" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC07" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC08" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC09" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC10" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC11" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC12" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_SkidInfo_20200904”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_SkidInfo_20200904">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="SkidNo" Type="varchar" MaxLength="50" />
<Property Name="BarcodeLeft" Type="varchar" MaxLength="500" />
<Property Name="BarcodeRight" Type="varchar" MaxLength="500" />
<Property Name="Layer" Type="varchar" MaxLength="10" />
<Property Name="ColorInfo" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="Side_1_BC01" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC02" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC03" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC04" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC05" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC06" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC07" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC08" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC09" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC10" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC11" Type="nvarchar" MaxLength="50" />
<Property Name="Side_1_BC12" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC01" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC02" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC03" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC04" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC05" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC06" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC07" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC08" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC09" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC10" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC11" Type="nvarchar" MaxLength="50" />
<Property Name="Side_2_BC12" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_SpcialNotFacStockNo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="NotFacStockNo" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_SpcialStockNo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="SpecialStockNo" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_SpecialHybrid">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SpecialPartNo" Type="nvarchar" MaxLength="50" />
<Property Name="IsHigh" Type="int" />
</EntityType>
<EntityType Name="tb_SpecialVisual">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="SpecialPartNo" Type="nvarchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_Station">
<Key>
<PropertyRef Name="StationID" />
</Key>
<Property Name="StationID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="LineID" Type="char" MaxLength="36" />
<Property Name="StationNo" Type="nvarchar" MaxLength="50" />
<Property Name="Des" Type="text" />
</EntityType>
<EntityType Name="tb_StationAndCylinder">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="CylinderID" Type="char" MaxLength="36" />
<Property Name="Time1" Type="datetime" />
<Property Name="Time2" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_StockIn”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_StockIn">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="50" />
<Property Name="pass" Type="char" MaxLength="1" />
<Property Name="createTime" Type="datetime" />
<Property Name="paintCode" Type="nvarchar" MaxLength="50" />
<Property Name="ZcCode" Type="varchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_StockIn_20200511”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_StockIn_20200511">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="50" />
<Property Name="pass" Type="char" MaxLength="1" />
<Property Name="createTime" Type="datetime" />
<Property Name="paintCode" Type="nvarchar" MaxLength="50" />
<Property Name="ZcCode" Type="varchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.tb_StockIn_20210322”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="tb_StockIn_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="50" />
<Property Name="pass" Type="char" MaxLength="1" />
<Property Name="createTime" Type="datetime" />
<Property Name="paintCode" Type="nvarchar" MaxLength="50" />
<Property Name="ZcCode" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_StockIn_beif">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="barcode" Type="nvarchar" MaxLength="50" />
<Property Name="pass" Type="char" MaxLength="1" />
<Property Name="createTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_StockInColor">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="varchar" MaxLength="50" Nullable="false" />
<Property Name="Barcode" Type="varchar" MaxLength="50" />
<Property Name="ColorInfo" Type="varchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="CreateBy" Type="varchar" MaxLength="50" />
</EntityType>
<EntityType Name="tb_test">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="Reason" Type="text" />
<Property Name="createTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ToVisual_WheelBrow_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="FinishTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ToVisual_WheelBrow_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ToVisual" Type="int" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="FinishTime" Type="datetime" />
</EntityType>
<EntityType Name="tb_ToWmsRecord">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="bigint" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="BarCode" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
</EntityType>
<EntityType Name="TES_BOM">
<Key>
<PropertyRef Name="GUID" />
<PropertyRef Name="UID" />
</Key>
<Property Name="ParentPart" Type="nvarchar" MaxLength="100" />
<Property Name="ComponentPart" Type="nvarchar" MaxLength="100" />
<Property Name="Reference" Type="nvarchar" MaxLength="100" />
<Property Name="StartEffective" Type="nvarchar" MaxLength="100" />
<Property Name="QuantityPer" Type="nvarchar" MaxLength="100" />
<Property Name="StructureType" Type="nvarchar" MaxLength="100" />
<Property Name="EndEffective" Type="nvarchar" MaxLength="100" />
<Property Name="Remarks" Type="nvarchar" MaxLength="100" />
<Property Name="Scrap" Type="nvarchar" MaxLength="100" />
<Property Name="LeadTimeOffset" Type="nvarchar" MaxLength="100" />
<Property Name="Operation" Type="nvarchar" MaxLength="100" />
<Property Name="SequenceNumber" Type="nvarchar" MaxLength="100" />
<Property Name="FporecastPercent" Type="nvarchar" MaxLength="100" />
<Property Name="OptionGroup" Type="nvarchar" MaxLength="100" />
<Property Name="Process" Type="nvarchar" MaxLength="100" />
<Property Name="GUID" Type="nvarchar" MaxLength="100" Nullable="false" />
<Property Name="UID" Type="nvarchar" MaxLength="100" Nullable="false" />
<Property Name="CreateUser" Type="nvarchar" MaxLength="100" />
<Property Name="CreateTime" Type="nvarchar" MaxLength="100" />
<Property Name="Remark" Type="nvarchar" MaxLength="100" />
<Property Name="TaskID" Type="nvarchar" MaxLength="100" />
<Property Name="CommandType" Type="nvarchar" MaxLength="100" />
<Property Name="DataID" Type="nvarchar" MaxLength="100" />
<Property Name="Domain" Type="nvarchar" MaxLength="100" />
<Property Name="Site" Type="nvarchar" MaxLength="100" />
<Property Name="InsertTime" Type="datetime" />
<Property Name="Flag" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.TES_PART_DET”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="TES_PART_DET">
<Property Name="GUID" Type="uniqueidentifier" />
<Property Name="PartCode" Type="nvarchar" MaxLength="50" />
<Property Name="Site" Type="nvarchar" MaxLength="50" />
<Property Name="AbcClass" Type="nvarchar" MaxLength="50" />
<Property Name="LotControl" Type="nvarchar" MaxLength="50" />
<Property Name="Location" Type="nvarchar" MaxLength="50" />
<Property Name="LocationType" Type="nvarchar" MaxLength="50" />
<Property Name="AutoMaticLotNumbers" Type="bit" />
<Property Name="AverageInterval" Type="int" />
<Property Name="CycleCountInterval" Type="int" />
<Property Name="ShelfLife" Type="int" />
<Property Name="KeyPart" Type="nvarchar" MaxLength="50" />
<Property Name="PoReceiptStatus" Type="nvarchar" MaxLength="50" />
<Property Name="RctPoActive" Type="bit" />
<Property Name="WoReceiptStatus" Type="nvarchar" MaxLength="50" />
<Property Name="RctWoActive" Type="bit" />
<Property Name="MemoOrderType" Type="nvarchar" MaxLength="50" />
<Property Name="MasterSchedule" Type="bit" />
<Property Name="PlanOrders" Type="bit" />
<Property Name="TimeFence" Type="int" />
<Property Name="OrderPolicy" Type="nvarchar" MaxLength="50" />
<Property Name="OrderQuantity" Type="decimal" Precision="18" Scale="5" />
<Property Name="OrderPeriod" Type="int" />
<Property Name="SafetyStock" Type="decimal" Precision="18" Scale="5" />
<Property Name="SafetyTime" Type="decimal" Precision="18" Scale="5" />
<Property Name="ReorderPoint" Type="decimal" Precision="18" Scale="5" />
<Property Name="PlanningRev" Type="nvarchar" MaxLength="50" />
<Property Name="IssuePolicy" Type="bit" />
<Property Name="BuyerPlanner" Type="nvarchar" MaxLength="50" />
<Property Name="Supplier" Type="nvarchar" MaxLength="50" />
<Property Name="PoSite" Type="nvarchar" MaxLength="50" />
<Property Name="PurMfg" Type="nvarchar" MaxLength="50" />
<Property Name="ConfigurationType" Type="nvarchar" MaxLength="50" />
<Property Name="InspectionLocation" Type="nvarchar" MaxLength="50" />
<Property Name="InspectionRequired" Type="bit" />
<Property Name="InspectionLeadTime" Type="int" />
<Property Name="CumulativeLeadTime" Type="int" />
<Property Name="ManufacturingLedaTime" Type="int" />
<Property Name="PurchaseLeadTime" Type="int" />
<Property Name="AtpEnforcementLevel" Type="nvarchar" MaxLength="50" />
<Property Name="FamilyATP" Type="bit" />
<Property Name="AtpHorizon" Type="int" />
<Property Name="RunSeq1" Type="nvarchar" MaxLength="50" />
<Property Name="RunSeq2" Type="nvarchar" MaxLength="50" />
<Property Name="Phantom" Type="bit" />
<Property Name="MinimumOrder" Type="decimal" Precision="18" Scale="0" />
<Property Name="MaximumOrder" Type="decimal" Precision="18" Scale="0" />
<Property Name="OrderMultiple" Type="decimal" Precision="18" Scale="0" />
<Property Name="OperationBasedYield" Type="bit" />
<Property Name="YieldPercent" Type="decimal" Precision="18" Scale="0" />
<Property Name="RunTime" Type="nvarchar" MaxLength="50" />
<Property Name="SetupTime" Type="decimal" Precision="18" Scale="0" />
<Property Name="EmtType" Type="nvarchar" MaxLength="50" />
<Property Name="AutomaticEmtProcessing" Type="bit" />
<Property Name="NetWorkCode" Type="nvarchar" MaxLength="50" />
<Property Name="RoutingCode" Type="nvarchar" MaxLength="50" />
<Property Name="BomFormulaCode" Type="nvarchar" MaxLength="50" />
<Property Name="ReplenishmentMethod" Type="nvarchar" MaxLength="50" />
<Property Name="UID" Type="int" />
<Property Name="CreateUser" Type="nvarchar" MaxLength="50" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="Remark" Type="nvarchar" MaxLength="500" />
<Property Name="TaskID" Type="uniqueidentifier" />
<Property Name="CommandType" Type="nvarchar" MaxLength="50" />
<Property Name="DataID" Type="uniqueidentifier" />
<Property Name="Domain" Type="nvarchar" MaxLength="50" />
<Property Name="InsertTime" Type="datetime" />
</EntityType>-->
<EntityType Name="TES_PART_MSTR">
<Key>
<PropertyRef Name="GUID" />
<PropertyRef Name="UID" />
</Key>
<Property Name="GUID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="PartCode" Type="nvarchar(max)" />
<Property Name="Desc1" Type="nvarchar(max)" />
<Property Name="Desc2" Type="nvarchar(max)" />
<Property Name="Um" Type="nvarchar(max)" />
<Property Name="ProdLine" Type="nvarchar(max)" />
<Property Name="AddDate" Type="nvarchar(max)" />
<Property Name="PartType" Type="nvarchar(max)" />
<Property Name="Status" Type="nvarchar(max)" />
<Property Name="Qgrade" Type="nvarchar(max)" />
<Property Name="InventoryCode" Type="nvarchar(max)" />
<Property Name="UID" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="Remark" Type="nvarchar(max)" />
<Property Name="TaskID" Type="nvarchar(max)" />
<Property Name="CommandType" Type="nvarchar" MaxLength="50" />
<Property Name="Domain" Type="nvarchar(max)" />
<Property Name="Site" Type="nvarchar(max)" />
<Property Name="CreatTime" Type="datetime" />
</EntityType>
<!--生成过程中发现错误:
警告 6002: 表/视图“BBMPT.dbo.test1”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
<EntityType Name="test1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="char" MaxLength="36" Nullable="false" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="StockNo" Type="nvarchar" MaxLength="50" />
<Property Name="PrintType" Type="int" />
<Property Name="OneBarCode" Type="nvarchar" MaxLength="50" />
<Property Name="PlanID" Type="char" MaxLength="36" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="ProductName" Type="nvarchar" MaxLength="500" />
<Property Name="PartNo" Type="nvarchar" MaxLength="50" />
<Property Name="ProductDate" Type="nvarchar" MaxLength="50" />
<Property Name="ClassName" Type="nvarchar" MaxLength="50" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.test1111”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="test1111">
<Property Name="ID" Type="nvarchar" MaxLength="255" />
<Property Name="barcode" Type="nvarchar" MaxLength="255" />
<Property Name="BcpID" Type="nvarchar" MaxLength="255" />
<Property Name="ZcID" Type="nvarchar" MaxLength="255" />
<Property Name="OrderNo" Type="nvarchar" MaxLength="255" />
<Property Name="WorkClass" Type="nvarchar" MaxLength="255" />
<Property Name="CreateTime" Type="datetime" />
<Property Name="PlanID" Type="nvarchar" MaxLength="255" />
<Property Name="SerialNo" Type="nvarchar" MaxLength="255" />
<Property Name="ToVisual" Type="nvarchar" MaxLength="255" />
<Property Name="FinishTime" Type="nvarchar" MaxLength="255" />
<Property Name="PrintTime" Type="nvarchar" MaxLength="255" />
<Property Name="IsCheck" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<EntityType Name="test2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="PlanID" Type="char" MaxLength="36" />
<Property Name="StationID" Type="char" MaxLength="36" />
<Property Name="ProductDate" Type="nvarchar" MaxLength="50" />
<Property Name="ClassName" Type="nvarchar" MaxLength="50" />
<Property Name="ProductCount" Type="int" />
</EntityType>
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.产品信息$”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="产品信息$">
<Property Name="类别" Type="nvarchar" MaxLength="255" />
<Property Name="零件号" Type="nvarchar" MaxLength="255" />
<Property Name="零件名称" Type="nvarchar" MaxLength="255" />
<Property Name="颜色名称" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.对应关系$”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="对应关系$">
<Property Name="总成零件号" Type="nvarchar" MaxLength="255" />
<Property Name="半成品" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.关系表BOM$”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="关系表BOM$">
<Property Name="工位代码" Type="nvarchar" MaxLength="255" />
<Property Name="总成号" Type="nvarchar" MaxLength="255" />
<Property Name="总成描述" Type="nvarchar" MaxLength="255" />
<Property Name="半成品号" Type="nvarchar" MaxLength="255" />
<Property Name="半成品描述" Type="nvarchar" MaxLength="255" />
<Property Name="存货代码" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<!--生成过程中发现错误:
警告 6013: 表/视图“BBMPT.dbo.油漆件$”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
<EntityType Name="油漆件$">
<Property Name="半成品" Type="nvarchar" MaxLength="255" />
<Property Name="描述" Type="nvarchar" MaxLength="255" />
</EntityType>-->
<Association Name="FK_T_SYS_RO_REFERENCE_T_SYS_PO">
<End Role="T_Sys_Power" Type="Self.T_Sys_Power" Multiplicity="1" />
<End Role="T_Sys_RoleLinkPower" Type="Self.T_Sys_RoleLinkPower" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="T_Sys_Power">
<PropertyRef Name="PowerID" />
</Principal>
<Dependent Role="T_Sys_RoleLinkPower">
<PropertyRef Name="PowerID" />
</Dependent>
</ReferentialConstraint>
</Association>
<EntityContainer Name="BBMPTModelStoreContainer">
<EntitySet Name="fine_authority" EntityType="Self.fine_authority" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_authority_object" EntityType="Self.fine_authority_object" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_backup_node" EntityType="Self.fine_backup_node" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_base_message" EntityType="Self.fine_base_message" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_base_output" EntityType="Self.fine_base_output" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_block_ip" EntityType="Self.fine_block_ip" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_conf_classname" EntityType="Self.fine_conf_classname" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_conf_entity" EntityType="Self.fine_conf_entity" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_conf_xmlentity" EntityType="Self.fine_conf_xmlentity" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_custom_role" EntityType="Self.fine_custom_role" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_dep_role" EntityType="Self.fine_dep_role" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_department" EntityType="Self.fine_department" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_extra_property" EntityType="Self.fine_extra_property" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_favorite_entry" EntityType="Self.fine_favorite_entry" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_homepage_expand" EntityType="Self.fine_homepage_expand" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_international" EntityType="Self.fine_international" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_last_login" EntityType="Self.fine_last_login" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_login_lock" EntityType="Self.fine_login_lock" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_mobile_device" EntityType="Self.fine_mobile_device" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_mobile_push_message" EntityType="Self.fine_mobile_push_message" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_class" EntityType="Self.fine_output_class" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_client_notice" EntityType="Self.fine_output_client_notice" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_email" EntityType="Self.fine_output_email" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_ftp" EntityType="Self.fine_output_ftp" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_mount" EntityType="Self.fine_output_mount" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_platform_msg" EntityType="Self.fine_output_platform_msg" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_print" EntityType="Self.fine_output_print" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_sftp" EntityType="Self.fine_output_sftp" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_output_sms" EntityType="Self.fine_output_sms" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_param_template" EntityType="Self.fine_param_template" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_post" EntityType="Self.fine_post" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_print_offset" EntityType="Self.fine_print_offset" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_print_offset_ip_relate" EntityType="Self.fine_print_offset_ip_relate" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_process_expand" EntityType="Self.fine_process_expand" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_process_message" EntityType="Self.fine_process_message" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_remote_design_auth" EntityType="Self.fine_remote_design_auth" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_report_expand" EntityType="Self.fine_report_expand" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_schedule_output" EntityType="Self.fine_schedule_output" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_schedule_record" EntityType="Self.fine_schedule_record" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_schedule_task" EntityType="Self.fine_schedule_task" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_schedule_task_param" EntityType="Self.fine_schedule_task_param" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_cluster_size" EntityType="Self.fine_swift_cluster_size" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_col_idx_conf" EntityType="Self.fine_swift_col_idx_conf" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_config_entity" EntityType="Self.fine_swift_config_entity" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_metadata" EntityType="Self.fine_swift_metadata" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_seg_location" EntityType="Self.fine_swift_seg_location" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_segments" EntityType="Self.fine_swift_segments" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_service_info" EntityType="Self.fine_swift_service_info" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_tab_idx_conf" EntityType="Self.fine_swift_tab_idx_conf" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_swift_table_path" EntityType="Self.fine_swift_table_path" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_system_message" EntityType="Self.fine_system_message" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_user" EntityType="Self.fine_user" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_user_role_middle" EntityType="Self.fine_user_role_middle" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_vcs" EntityType="Self.fine_vcs" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow" EntityType="Self.fine_workflow" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow_log" EntityType="Self.fine_workflow_log" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow_node" EntityType="Self.fine_workflow_node" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow_stash_data" EntityType="Self.fine_workflow_stash_data" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow_task" EntityType="Self.fine_workflow_task" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_workflow_task_impl" EntityType="Self.fine_workflow_task_impl" Schema="dbo" store:Type="Tables" />
<EntitySet Name="fine_write_stash" EntityType="Self.fine_write_stash" Schema="dbo" store:Type="Tables" />
<EntitySet Name="LogErr" EntityType="Self.LogErr" Schema="dbo" store:Type="Tables" />
<EntitySet Name="LogSys" EntityType="Self.LogSys" Schema="dbo" store:Type="Tables" />
<EntitySet Name="LogSys_202008" EntityType="Self.LogSys_202008" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_BLOB_TRIGGERS" EntityType="Self.QRTZ_BLOB_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_CALENDARS" EntityType="Self.QRTZ_CALENDARS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_CRON_TRIGGERS" EntityType="Self.QRTZ_CRON_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_FIRED_TRIGGERS" EntityType="Self.QRTZ_FIRED_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_JOB_DETAILS" EntityType="Self.QRTZ_JOB_DETAILS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_LOCKS" EntityType="Self.QRTZ_LOCKS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_PAUSED_TRIGGER_GRPS" EntityType="Self.QRTZ_PAUSED_TRIGGER_GRPS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_SCHEDULER_STATE" EntityType="Self.QRTZ_SCHEDULER_STATE" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_SIMPLE_TRIGGERS" EntityType="Self.QRTZ_SIMPLE_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_SIMPROP_TRIGGERS" EntityType="Self.QRTZ_SIMPROP_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="QRTZ_TRIGGERS" EntityType="Self.QRTZ_TRIGGERS" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_PaintInfo" EntityType="Self.T_PaintInfo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_Buttons" EntityType="Self.T_Sys_Buttons" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_NavMenu" EntityType="Self.T_Sys_NavMenu" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_Power" EntityType="Self.T_Sys_Power" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_Role" EntityType="Self.T_Sys_Role" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_UserRole" EntityType="Self.T_Sys_UserRole" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_Users" EntityType="Self.T_Sys_Users" Schema="dbo" store:Type="Tables" />
<EntitySet Name="T_Sys_Users_NavMenu" EntityType="Self.T_Sys_Users_NavMenu" Schema="dbo" store:Type="Tables" />
<EntitySet Name="TA_DEPT" EntityType="Self.TA_DEPT" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_aa" EntityType="Self.tb_aa" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_AndonButtonType" EntityType="Self.tb_AndonButtonType" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_AndonRecord" EntityType="Self.tb_AndonRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Bad_Injection" EntityType="Self.tb_Bad_Injection" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_BarCode" EntityType="Self.tb_BarCode" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Bom" EntityType="Self.tb_Bom" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Box_243" EntityType="Self.tb_Box_243" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Box_Record" EntityType="Self.tb_Box_Record" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Box_WheelBrow" EntityType="Self.tb_Box_WheelBrow" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_BucketInfo" EntityType="Self.tb_BucketInfo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_CheckItem" EntityType="Self.tb_CheckItem" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Color" EntityType="Self.tb_Color" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_CommonlyInspection" EntityType="Self.tb_CommonlyInspection" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_CommonlyInspectionRecord" EntityType="Self.tb_CommonlyInspectionRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_CommonlyInspectionVersion" EntityType="Self.tb_CommonlyInspectionVersion" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Config" EntityType="Self.tb_Config" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Cylinder" EntityType="Self.tb_Cylinder" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_CylinderAndRaw" EntityType="Self.tb_CylinderAndRaw" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Defect" EntityType="Self.tb_Defect" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Device" EntityType="Self.tb_Device" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Factory" EntityType="Self.tb_Factory" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_FinishProduct" EntityType="Self.tb_FinishProduct" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_HybridPlan" EntityType="Self.tb_HybridPlan" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_HybridScanRecord" EntityType="Self.tb_HybridScanRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ImgVideo" EntityType="Self.tb_ImgVideo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Inhection_DownReason" EntityType="Self.tb_Inhection_DownReason" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Injection_DownRecord" EntityType="Self.tb_Injection_DownRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Injection_DownTime" EntityType="Self.tb_Injection_DownTime" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Injection_DownType" EntityType="Self.tb_Injection_DownType" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Injection_Record" EntityType="Self.tb_Injection_Record" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_InjectionPlan" EntityType="Self.tb_InjectionPlan" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_InspectResult" EntityType="Self.tb_InspectResult" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_LayerAndBC" EntityType="Self.tb_LayerAndBC" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Line" EntityType="Self.tb_Line" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Location" EntityType="Self.tb_Location" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Machine" EntityType="Self.tb_Machine" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Mistake_243" EntityType="Self.tb_Mistake_243" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Mistake_247" EntityType="Self.tb_Mistake_247" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Mistake_Gratings" EntityType="Self.tb_Mistake_Gratings" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Model_Product" EntityType="Self.tb_Model_Product" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Model_Update" EntityType="Self.tb_Model_Update" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ModelCount" EntityType="Self.tb_ModelCount" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ModelInfo" EntityType="Self.tb_ModelInfo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Operator" EntityType="Self.tb_Operator" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Paint_Bucket" EntityType="Self.tb_Paint_Bucket" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PaintBarCode" EntityType="Self.tb_PaintBarCode" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PaintInfo" EntityType="Self.tb_PaintInfo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PaintPerson" EntityType="Self.tb_PaintPerson" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PaintReason" EntityType="Self.tb_PaintReason" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PaintScanRecord" EntityType="Self.tb_PaintScanRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PartRecord" EntityType="Self.tb_PartRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Place" EntityType="Self.tb_Place" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Plan_243" EntityType="Self.tb_Plan_243" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Plan_247" EntityType="Self.tb_Plan_247" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Plan_Punch" EntityType="Self.tb_Plan_Punch" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Plan_Punch_214" EntityType="Self.tb_Plan_Punch_214" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PlanScreenConfig" EntityType="Self.tb_PlanScreenConfig" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Plastic" EntityType="Self.tb_Plastic" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PrintConfig" EntityType="Self.tb_PrintConfig" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Product" EntityType="Self.tb_Product" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Product_Injection" EntityType="Self.tb_Product_Injection" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Product_Injection_w" EntityType="Self.tb_Product_Injection_w" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ProductSotckIn" EntityType="Self.tb_ProductSotckIn" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ProductType" EntityType="Self.tb_ProductType" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Project" EntityType="Self.tb_Project" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Punch_Code_Record" EntityType="Self.tb_Punch_Code_Record" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Punch_Code_Record_Del" EntityType="Self.tb_Punch_Code_Record_Del" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Punch_Code_Record_DoorSill_214" EntityType="Self.tb_Punch_Code_Record_DoorSill_214" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Punch_Code_Record2" EntityType="Self.tb_Punch_Code_Record2" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Punch_Proucting" EntityType="Self.tb_Punch_Proucting" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchAddress" EntityType="Self.tb_PunchAddress" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchAndStation" EntityType="Self.tb_PunchAndStation" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchDevice" EntityType="Self.tb_PunchDevice" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchMFAPlan" EntityType="Self.tb_PunchMFAPlan" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchNGCCPlan" EntityType="Self.tb_PunchNGCCPlan" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchPlan" EntityType="Self.tb_PunchPlan" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchRecord" EntityType="Self.tb_PunchRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchResult" EntityType="Self.tb_PunchResult" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_PunchValueRecord" EntityType="Self.tb_PunchValueRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Record_243" EntityType="Self.tb_Record_243" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Record_243_20220517" EntityType="Self.tb_Record_243_20220517" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Record_Gratings" EntityType="Self.tb_Record_Gratings" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Report_FiveScreen" EntityType="Self.tb_Report_FiveScreen" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Report_FiveScreenConfig" EntityType="Self.tb_Report_FiveScreenConfig" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Report_FiveScreenLast" EntityType="Self.tb_Report_FiveScreenLast" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Report_FiveScreenStandard" EntityType="Self.tb_Report_FiveScreenStandard" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportA1" EntityType="Self.tb_ReportA1" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_reportA2" EntityType="Self.tb_reportA2" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportF1" EntityType="Self.tb_ReportF1" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportF3" EntityType="Self.tb_ReportF3" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportG1" EntityType="Self.tb_ReportG1" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportH1" EntityType="Self.tb_ReportH1" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ReportTest" EntityType="Self.tb_ReportTest" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ScanAnalysis" EntityType="Self.tb_ScanAnalysis" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ScanRecord_Laser" EntityType="Self.tb_ScanRecord_Laser" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_SkidInfo" EntityType="Self.tb_SkidInfo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_SpcialNotFacStockNo" EntityType="Self.tb_SpcialNotFacStockNo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_SpcialStockNo" EntityType="Self.tb_SpcialStockNo" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_SpecialHybrid" EntityType="Self.tb_SpecialHybrid" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_SpecialVisual" EntityType="Self.tb_SpecialVisual" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_Station" EntityType="Self.tb_Station" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_StationAndCylinder" EntityType="Self.tb_StationAndCylinder" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_StockIn_beif" EntityType="Self.tb_StockIn_beif" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_StockInColor" EntityType="Self.tb_StockInColor" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_test" EntityType="Self.tb_test" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ToVisual_WheelBrow_243" EntityType="Self.tb_ToVisual_WheelBrow_243" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ToVisual_WheelBrow_247" EntityType="Self.tb_ToVisual_WheelBrow_247" Schema="dbo" store:Type="Tables" />
<EntitySet Name="tb_ToWmsRecord" EntityType="Self.tb_ToWmsRecord" Schema="dbo" store:Type="Tables" />
<EntitySet Name="TES_BOM" EntityType="Self.TES_BOM" Schema="dbo" store:Type="Tables" />
<EntitySet Name="TES_PART_MSTR" EntityType="Self.TES_PART_MSTR" Schema="dbo" store:Type="Tables" />
<EntitySet Name="test2" EntityType="Self.test2" Schema="dbo" store:Type="Tables" />
<EntitySet Name="LogSys_202001-04" EntityType="Self.LogSys_202001-04" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_202001-04].[ID] AS [ID],
[LogSys_202001-04].[SysContent] AS [SysContent],
[LogSys_202001-04].[SysSource] AS [SysSource],
[LogSys_202001-04].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_202001-04] AS [LogSys_202001-04]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_202003" EntityType="Self.LogSys_202003" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_202003].[ID] AS [ID],
[LogSys_202003].[SysContent] AS [SysContent],
[LogSys_202003].[SysSource] AS [SysSource],
[LogSys_202003].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_202003] AS [LogSys_202003]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_202004" EntityType="Self.LogSys_202004" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_202004].[ID] AS [ID],
[LogSys_202004].[SysContent] AS [SysContent],
[LogSys_202004].[SysSource] AS [SysSource],
[LogSys_202004].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_202004] AS [LogSys_202004]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_202005" EntityType="Self.LogSys_202005" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_202005].[ID] AS [ID],
[LogSys_202005].[SysContent] AS [SysContent],
[LogSys_202005].[SysSource] AS [SysSource],
[LogSys_202005].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_202005] AS [LogSys_202005]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_20200605" EntityType="Self.LogSys_20200605" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_20200605].[ID] AS [ID],
[LogSys_20200605].[SysContent] AS [SysContent],
[LogSys_20200605].[SysSource] AS [SysSource],
[LogSys_20200605].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_20200605] AS [LogSys_20200605]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_20200610" EntityType="Self.LogSys_20200610" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_20200610].[ID] AS [ID],
[LogSys_20200610].[SysContent] AS [SysContent],
[LogSys_20200610].[SysSource] AS [SysSource],
[LogSys_20200610].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_20200610] AS [LogSys_20200610]</DefiningQuery>
</EntitySet>
<EntitySet Name="LogSys_20210322" EntityType="Self.LogSys_20210322" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[LogSys_20210322].[ID] AS [ID],
[LogSys_20210322].[SysContent] AS [SysContent],
[LogSys_20210322].[SysSource] AS [SysSource],
[LogSys_20210322].[CreateTime] AS [CreateTime]
FROM [dbo].[LogSys_20210322] AS [LogSys_20210322]</DefiningQuery>
</EntitySet>
<EntitySet Name="T_Sys_RoleLinkPower" EntityType="Self.T_Sys_RoleLinkPower" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[T_Sys_RoleLinkPower].[RoleID] AS [RoleID],
[T_Sys_RoleLinkPower].[PowerID] AS [PowerID],
[T_Sys_RoleLinkPower].[OpTime] AS [OpTime],
[T_Sys_RoleLinkPower].[OpName] AS [OpName]
FROM [dbo].[T_Sys_RoleLinkPower] AS [T_Sys_RoleLinkPower]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Assembly_243" EntityType="Self.tb_Assembly_243" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Assembly_243].[ID] AS [ID],
[tb_Assembly_243].[PartNo] AS [PartNo],
[tb_Assembly_243].[PartName] AS [PartName],
[tb_Assembly_243].[BatchNo] AS [BatchNo],
[tb_Assembly_243].[Color] AS [Color],
[tb_Assembly_243].[ColorNo] AS [ColorNo],
[tb_Assembly_243].[PartType] AS [PartType],
[tb_Assembly_243].[TapeBatchNo] AS [TapeBatchNo],
[tb_Assembly_243].[Validity] AS [Validity],
[tb_Assembly_243].[ValidityDate] AS [ValidityDate],
[tb_Assembly_243].[CreateTime] AS [CreateTime],
[tb_Assembly_243].[PrintTime] AS [PrintTime],
[tb_Assembly_243].[Des] AS [Des],
[tb_Assembly_243].[Flag] AS [Flag],
[tb_Assembly_243].[ToVisual] AS [ToVisual],
[tb_Assembly_243].[FinishTime] AS [FinishTime]
FROM [dbo].[tb_Assembly_243] AS [tb_Assembly_243]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Assembly_247" EntityType="Self.tb_Assembly_247" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Assembly_247].[ID] AS [ID],
[tb_Assembly_247].[PartNo] AS [PartNo],
[tb_Assembly_247].[PartName] AS [PartName],
[tb_Assembly_247].[BatchNo] AS [BatchNo],
[tb_Assembly_247].[Color] AS [Color],
[tb_Assembly_247].[ColorNo] AS [ColorNo],
[tb_Assembly_247].[PartType] AS [PartType],
[tb_Assembly_247].[TapeBatchNo] AS [TapeBatchNo],
[tb_Assembly_247].[Validity] AS [Validity],
[tb_Assembly_247].[ValidityDate] AS [ValidityDate],
[tb_Assembly_247].[CreateTime] AS [CreateTime],
[tb_Assembly_247].[PrintTime] AS [PrintTime],
[tb_Assembly_247].[Des] AS [Des],
[tb_Assembly_247].[Flag] AS [Flag],
[tb_Assembly_247].[ToVisual] AS [ToVisual],
[tb_Assembly_247].[FinishTime] AS [FinishTime],
[tb_Assembly_247].[IsCheck] AS [IsCheck],
[tb_Assembly_247].[DeviceNo] AS [DeviceNo]
FROM [dbo].[tb_Assembly_247] AS [tb_Assembly_247]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Assembly_254" EntityType="Self.tb_Assembly_254" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Assembly_254].[ID] AS [ID],
[tb_Assembly_254].[BarCode] AS [BarCode],
[tb_Assembly_254].[PartNo] AS [PartNo],
[tb_Assembly_254].[PartName] AS [PartName],
[tb_Assembly_254].[BatchNo] AS [BatchNo],
[tb_Assembly_254].[Color] AS [Color],
[tb_Assembly_254].[ColorNo] AS [ColorNo],
[tb_Assembly_254].[PartType] AS [PartType],
[tb_Assembly_254].[TapeBatchNo] AS [TapeBatchNo],
[tb_Assembly_254].[Validity] AS [Validity],
[tb_Assembly_254].[ValidityDate] AS [ValidityDate],
[tb_Assembly_254].[CreateTime] AS [CreateTime],
[tb_Assembly_254].[PrintTime] AS [PrintTime],
[tb_Assembly_254].[Des] AS [Des],
[tb_Assembly_254].[Flag] AS [Flag]
FROM [dbo].[tb_Assembly_254] AS [tb_Assembly_254]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Bom_20190726" EntityType="Self.tb_Bom_20190726" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Bom_20190726].[BomID] AS [BomID],
[tb_Bom_20190726].[PartNo1] AS [PartNo1],
[tb_Bom_20190726].[PartNo2] AS [PartNo2]
FROM [dbo].[tb_Bom_20190726] AS [tb_Bom_20190726]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Box_247" EntityType="Self.tb_Box_247" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Box_247].[ID] AS [ID],
[tb_Box_247].[BoxNo] AS [BoxNo],
[tb_Box_247].[PartNo] AS [PartNo],
[tb_Box_247].[PartName] AS [PartName],
[tb_Box_247].[BatchNo] AS [BatchNo],
[tb_Box_247].[BoxCount] AS [BoxCount],
[tb_Box_247].[CreateTime] AS [CreateTime],
[tb_Box_247].[PrintTime] AS [PrintTime],
[tb_Box_247].[Des] AS [Des],
[tb_Box_247].[Flag] AS [Flag],
[tb_Box_247].[Validity] AS [Validity],
[tb_Box_247].[ValidityDate] AS [ValidityDate]
FROM [dbo].[tb_Box_247] AS [tb_Box_247]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Color_20191008" EntityType="Self.tb_Color_20191008" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Color_20191008].[ID] AS [ID],
[tb_Color_20191008].[ColorCode] AS [ColorCode],
[tb_Color_20191008].[ColorNo] AS [ColorNo],
[tb_Color_20191008].[Des] AS [Des],
[tb_Color_20191008].[Circle] AS [Circle],
[tb_Color_20191008].[ColorQQCode] AS [ColorQQCode]
FROM [dbo].[tb_Color_20191008] AS [tb_Color_20191008]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Color_20201101" EntityType="Self.tb_Color_20201101" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Color_20201101].[ID] AS [ID],
[tb_Color_20201101].[ColorCode] AS [ColorCode],
[tb_Color_20201101].[ColorNo] AS [ColorNo],
[tb_Color_20201101].[Des] AS [Des],
[tb_Color_20201101].[Circle] AS [Circle],
[tb_Color_20201101].[ColorQQCode] AS [ColorQQCode],
[tb_Color_20201101].[ColorDQCode] AS [ColorDQCode],
[tb_Color_20201101].[CreateTime] AS [CreateTime],
[tb_Color_20201101].[UpdateTime] AS [UpdateTime],
[tb_Color_20201101].[OrderNo] AS [OrderNo]
FROM [dbo].[tb_Color_20201101] AS [tb_Color_20201101]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Defect_bak" EntityType="Self.tb_Defect_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Defect_bak].[ID] AS [ID],
[tb_Defect_bak].[LineID] AS [LineID],
[tb_Defect_bak].[DefectName] AS [DefectName],
[tb_Defect_bak].[Des] AS [Des]
FROM [dbo].[tb_Defect_bak] AS [tb_Defect_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_InjectPlanReport" EntityType="Self.tb_InjectPlanReport" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_InjectPlanReport].[ID] AS [ID],
[tb_InjectPlanReport].[InjectionPlanID] AS [InjectionPlanID],
[tb_InjectPlanReport].[ProductName] AS [ProductName],
[tb_InjectPlanReport].[MaterialName] AS [MaterialName],
[tb_InjectPlanReport].[Drum] AS [Drum],
[tb_InjectPlanReport].[BatchNo] AS [BatchNo],
[tb_InjectPlanReport].[Time1] AS [Time1]
FROM [dbo].[tb_InjectPlanReport] AS [tb_InjectPlanReport]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_InspectResult_20190902" EntityType="Self.tb_InspectResult_20190902" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_InspectResult_20190902].[ID] AS [ID],
[tb_InspectResult_20190902].[barcode] AS [barcode],
[tb_InspectResult_20190902].[side] AS [side],
[tb_InspectResult_20190902].[position] AS [position],
[tb_InspectResult_20190902].[stationNo] AS [stationNo],
[tb_InspectResult_20190902].[workClass] AS [workClass],
[tb_InspectResult_20190902].[inspectResult] AS [inspectResult],
[tb_InspectResult_20190902].[damnPosition] AS [damnPosition],
[tb_InspectResult_20190902].[defectID] AS [defectID],
[tb_InspectResult_20190902].[reason] AS [reason],
[tb_InspectResult_20190902].[productInfo] AS [productInfo],
[tb_InspectResult_20190902].[productOption] AS [productOption],
[tb_InspectResult_20190902].[createTime] AS [createTime],
[tb_InspectResult_20190902].[InspectTimes] AS [InspectTimes],
[tb_InspectResult_20190902].[remark1] AS [remark1],
[tb_InspectResult_20190902].[remark2] AS [remark2],
[tb_InspectResult_20190902].[remark3] AS [remark3]
FROM [dbo].[tb_InspectResult_20190902] AS [tb_InspectResult_20190902]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_InspectResult_20200717" EntityType="Self.tb_InspectResult_20200717" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_InspectResult_20200717].[ID] AS [ID],
[tb_InspectResult_20200717].[barcode] AS [barcode],
[tb_InspectResult_20200717].[side] AS [side],
[tb_InspectResult_20200717].[position] AS [position],
[tb_InspectResult_20200717].[stationNo] AS [stationNo],
[tb_InspectResult_20200717].[workClass] AS [workClass],
[tb_InspectResult_20200717].[inspectResult] AS [inspectResult],
[tb_InspectResult_20200717].[damnPosition] AS [damnPosition],
[tb_InspectResult_20200717].[defectID] AS [defectID],
[tb_InspectResult_20200717].[reason] AS [reason],
[tb_InspectResult_20200717].[productInfo] AS [productInfo],
[tb_InspectResult_20200717].[productOption] AS [productOption],
[tb_InspectResult_20200717].[createTime] AS [createTime],
[tb_InspectResult_20200717].[InspectTimes] AS [InspectTimes],
[tb_InspectResult_20200717].[remark1] AS [remark1],
[tb_InspectResult_20200717].[remark2] AS [remark2],
[tb_InspectResult_20200717].[remark3] AS [remark3]
FROM [dbo].[tb_InspectResult_20200717] AS [tb_InspectResult_20200717]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_InspectResult_20201021" EntityType="Self.tb_InspectResult_20201021" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_InspectResult_20201021].[ID] AS [ID],
[tb_InspectResult_20201021].[barcode] AS [barcode],
[tb_InspectResult_20201021].[side] AS [side],
[tb_InspectResult_20201021].[position] AS [position],
[tb_InspectResult_20201021].[stationNo] AS [stationNo],
[tb_InspectResult_20201021].[workClass] AS [workClass],
[tb_InspectResult_20201021].[inspectResult] AS [inspectResult],
[tb_InspectResult_20201021].[damnPosition] AS [damnPosition],
[tb_InspectResult_20201021].[defectID] AS [defectID],
[tb_InspectResult_20201021].[reason] AS [reason],
[tb_InspectResult_20201021].[productInfo] AS [productInfo],
[tb_InspectResult_20201021].[productOption] AS [productOption],
[tb_InspectResult_20201021].[createTime] AS [createTime],
[tb_InspectResult_20201021].[InspectTimes] AS [InspectTimes],
[tb_InspectResult_20201021].[remark1] AS [remark1],
[tb_InspectResult_20201021].[remark2] AS [remark2],
[tb_InspectResult_20201021].[remark3] AS [remark3]
FROM [dbo].[tb_InspectResult_20201021] AS [tb_InspectResult_20201021]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_InspectResult_20210322" EntityType="Self.tb_InspectResult_20210322" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_InspectResult_20210322].[ID] AS [ID],
[tb_InspectResult_20210322].[barcode] AS [barcode],
[tb_InspectResult_20210322].[side] AS [side],
[tb_InspectResult_20210322].[position] AS [position],
[tb_InspectResult_20210322].[stationNo] AS [stationNo],
[tb_InspectResult_20210322].[workClass] AS [workClass],
[tb_InspectResult_20210322].[inspectResult] AS [inspectResult],
[tb_InspectResult_20210322].[damnPosition] AS [damnPosition],
[tb_InspectResult_20210322].[defectID] AS [defectID],
[tb_InspectResult_20210322].[reason] AS [reason],
[tb_InspectResult_20210322].[productInfo] AS [productInfo],
[tb_InspectResult_20210322].[productOption] AS [productOption],
[tb_InspectResult_20210322].[createTime] AS [createTime],
[tb_InspectResult_20210322].[InspectTimes] AS [InspectTimes],
[tb_InspectResult_20210322].[remark1] AS [remark1],
[tb_InspectResult_20210322].[remark2] AS [remark2],
[tb_InspectResult_20210322].[remark3] AS [remark3]
FROM [dbo].[tb_InspectResult_20210322] AS [tb_InspectResult_20210322]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Mistake_243_bak" EntityType="Self.tb_Mistake_243_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Mistake_243_bak].[ID] AS [ID],
[tb_Mistake_243_bak].[PartNo1] AS [PartNo1],
[tb_Mistake_243_bak].[PartName1] AS [PartName1],
[tb_Mistake_243_bak].[PartNo2] AS [PartNo2],
[tb_Mistake_243_bak].[PartName2] AS [PartName2],
[tb_Mistake_243_bak].[PackCount] AS [PackCount],
[tb_Mistake_243_bak].[DeviceNo] AS [DeviceNo]
FROM [dbo].[tb_Mistake_243_bak] AS [tb_Mistake_243_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Mistake_247_bak" EntityType="Self.tb_Mistake_247_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Mistake_247_bak].[ID] AS [ID],
[tb_Mistake_247_bak].[PartNo1] AS [PartNo1],
[tb_Mistake_247_bak].[PartName1] AS [PartName1],
[tb_Mistake_247_bak].[PartNo2] AS [PartNo2],
[tb_Mistake_247_bak].[PartName2] AS [PartName2],
[tb_Mistake_247_bak].[PackCount] AS [PackCount],
[tb_Mistake_247_bak].[DeviceNo] AS [DeviceNo]
FROM [dbo].[tb_Mistake_247_bak] AS [tb_Mistake_247_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Plan_Punch_20200509" EntityType="Self.tb_Plan_Punch_20200509" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Plan_Punch_20200509].[ID] AS [ID],
[tb_Plan_Punch_20200509].[OrderNo] AS [OrderNo],
[tb_Plan_Punch_20200509].[Item] AS [Item],
[tb_Plan_Punch_20200509].[PartNo] AS [PartNo],
[tb_Plan_Punch_20200509].[OrderCount] AS [OrderCount],
[tb_Plan_Punch_20200509].[LyCount] AS [LyCount],
[tb_Plan_Punch_20200509].[CompleteCount] AS [CompleteCount],
[tb_Plan_Punch_20200509].[BadCount] AS [BadCount],
[tb_Plan_Punch_20200509].[Des] AS [Des],
[tb_Plan_Punch_20200509].[IsFinish] AS [IsFinish],
[tb_Plan_Punch_20200509].[CreateTime] AS [CreateTime]
FROM [dbo].[tb_Plan_Punch_20200509] AS [tb_Plan_Punch_20200509]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_PrintRecord" EntityType="Self.tb_PrintRecord" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_PrintRecord].[ID] AS [ID],
[tb_PrintRecord].[BarCode] AS [BarCode],
[tb_PrintRecord].[PrintCode] AS [PrintCode],
[tb_PrintRecord].[ColorName] AS [ColorName],
[tb_PrintRecord].[Color] AS [Color],
[tb_PrintRecord].[ColorCode] AS [ColorCode],
[tb_PrintRecord].[ProductName] AS [ProductName],
[tb_PrintRecord].[ProductInfo] AS [ProductInfo],
[tb_PrintRecord].[PrintType] AS [PrintType],
[tb_PrintRecord].[PrintTime] AS [PrintTime]
FROM [dbo].[tb_PrintRecord] AS [tb_PrintRecord]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product_20200513" EntityType="Self.tb_Product_20200513" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product_20200513].[ProductID] AS [ProductID],
[tb_Product_20200513].[ProductTypeID] AS [ProductTypeID],
[tb_Product_20200513].[StockNo] AS [StockNo],
[tb_Product_20200513].[PartName] AS [PartName],
[tb_Product_20200513].[ProductName] AS [ProductName],
[tb_Product_20200513].[ColorName] AS [ColorName],
[tb_Product_20200513].[PartNo] AS [PartNo],
[tb_Product_20200513].[Rows] AS [Rows],
[tb_Product_20200513].[Cols] AS [Cols],
[tb_Product_20200513].[Layers] AS [Layers],
[tb_Product_20200513].[PicturePath] AS [PicturePath],
[tb_Product_20200513].[Des] AS [Des],
[tb_Product_20200513].[isImport] AS [isImport]
FROM [dbo].[tb_Product_20200513] AS [tb_Product_20200513]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product_20201110" EntityType="Self.tb_Product_20201110" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product_20201110].[ProductID] AS [ProductID],
[tb_Product_20201110].[ProductTypeID] AS [ProductTypeID],
[tb_Product_20201110].[ProjectID] AS [ProjectID],
[tb_Product_20201110].[StockNo] AS [StockNo],
[tb_Product_20201110].[PartName] AS [PartName],
[tb_Product_20201110].[ProductName] AS [ProductName],
[tb_Product_20201110].[ColorName] AS [ColorName],
[tb_Product_20201110].[PartNo] AS [PartNo],
[tb_Product_20201110].[Rows] AS [Rows],
[tb_Product_20201110].[Cols] AS [Cols],
[tb_Product_20201110].[Layers] AS [Layers],
[tb_Product_20201110].[PicturePath] AS [PicturePath],
[tb_Product_20201110].[Des] AS [Des],
[tb_Product_20201110].[isImport] AS [isImport],
[tb_Product_20201110].[DeviceNo] AS [DeviceNo],
[tb_Product_20201110].[IsHigh] AS [IsHigh],
[tb_Product_20201110].[OrderNo] AS [OrderNo]
FROM [dbo].[tb_Product_20201110] AS [tb_Product_20201110]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product_20230901" EntityType="Self.tb_Product_20230901" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product_20230901].[ProductID] AS [ProductID],
[tb_Product_20230901].[ProductTypeID] AS [ProductTypeID],
[tb_Product_20230901].[ProjectID] AS [ProjectID],
[tb_Product_20230901].[StockNo] AS [StockNo],
[tb_Product_20230901].[PartName] AS [PartName],
[tb_Product_20230901].[ProductName] AS [ProductName],
[tb_Product_20230901].[ColorName] AS [ColorName],
[tb_Product_20230901].[PartNo] AS [PartNo],
[tb_Product_20230901].[Rows] AS [Rows],
[tb_Product_20230901].[Cols] AS [Cols],
[tb_Product_20230901].[Layers] AS [Layers],
[tb_Product_20230901].[PicturePath] AS [PicturePath],
[tb_Product_20230901].[Des] AS [Des],
[tb_Product_20230901].[isImport] AS [isImport],
[tb_Product_20230901].[DeviceNo] AS [DeviceNo],
[tb_Product_20230901].[IsHigh] AS [IsHigh],
[tb_Product_20230901].[OrderNo] AS [OrderNo],
[tb_Product_20230901].[PackQty] AS [PackQty]
FROM [dbo].[tb_Product_20230901] AS [tb_Product_20230901]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product_Injection_20190726" EntityType="Self.tb_Product_Injection_20190726" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product_Injection_20190726].[ID] AS [ID],
[tb_Product_Injection_20190726].[StationID] AS [StationID],
[tb_Product_Injection_20190726].[ProductDate] AS [ProductDate],
[tb_Product_Injection_20190726].[ClassName] AS [ClassName],
[tb_Product_Injection_20190726].[StockNo] AS [StockNo],
[tb_Product_Injection_20190726].[PartNo] AS [PartNo],
[tb_Product_Injection_20190726].[ProductCount] AS [ProductCount],
[tb_Product_Injection_20190726].[BadCount] AS [BadCount]
FROM [dbo].[tb_Product_Injection_20190726] AS [tb_Product_Injection_20190726]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product0912" EntityType="Self.tb_Product0912" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product0912].[ProductID] AS [ProductID],
[tb_Product0912].[ProductTypeID] AS [ProductTypeID],
[tb_Product0912].[ProjectID] AS [ProjectID],
[tb_Product0912].[StockNo] AS [StockNo],
[tb_Product0912].[PartName] AS [PartName],
[tb_Product0912].[ProductName] AS [ProductName],
[tb_Product0912].[ColorName] AS [ColorName],
[tb_Product0912].[PartNo] AS [PartNo],
[tb_Product0912].[Rows] AS [Rows],
[tb_Product0912].[Cols] AS [Cols],
[tb_Product0912].[Layers] AS [Layers],
[tb_Product0912].[PicturePath] AS [PicturePath],
[tb_Product0912].[Des] AS [Des],
[tb_Product0912].[isImport] AS [isImport],
[tb_Product0912].[DeviceNo] AS [DeviceNo],
[tb_Product0912].[IsHigh] AS [IsHigh]
FROM [dbo].[tb_Product0912] AS [tb_Product0912]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product20200802" EntityType="Self.tb_Product20200802" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product20200802].[ProductID] AS [ProductID],
[tb_Product20200802].[ProductTypeID] AS [ProductTypeID],
[tb_Product20200802].[StockNo] AS [StockNo],
[tb_Product20200802].[PartName] AS [PartName],
[tb_Product20200802].[ProductName] AS [ProductName],
[tb_Product20200802].[ColorName] AS [ColorName],
[tb_Product20200802].[PartNo] AS [PartNo],
[tb_Product20200802].[Rows] AS [Rows],
[tb_Product20200802].[Cols] AS [Cols],
[tb_Product20200802].[Layers] AS [Layers],
[tb_Product20200802].[PicturePath] AS [PicturePath],
[tb_Product20200802].[Des] AS [Des],
[tb_Product20200802].[isImport] AS [isImport],
[tb_Product20200802].[DeviceNo] AS [DeviceNo],
[tb_Product20200802].[IsHigh] AS [IsHigh]
FROM [dbo].[tb_Product20200802] AS [tb_Product20200802]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Product20201016" EntityType="Self.tb_Product20201016" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Product20201016].[ProductID] AS [ProductID],
[tb_Product20201016].[ProductTypeID] AS [ProductTypeID],
[tb_Product20201016].[ProjectID] AS [ProjectID],
[tb_Product20201016].[StockNo] AS [StockNo],
[tb_Product20201016].[PartName] AS [PartName],
[tb_Product20201016].[ProductName] AS [ProductName],
[tb_Product20201016].[ColorName] AS [ColorName],
[tb_Product20201016].[PartNo] AS [PartNo],
[tb_Product20201016].[Rows] AS [Rows],
[tb_Product20201016].[Cols] AS [Cols],
[tb_Product20201016].[Layers] AS [Layers],
[tb_Product20201016].[PicturePath] AS [PicturePath],
[tb_Product20201016].[Des] AS [Des],
[tb_Product20201016].[isImport] AS [isImport],
[tb_Product20201016].[DeviceNo] AS [DeviceNo],
[tb_Product20201016].[IsHigh] AS [IsHigh]
FROM [dbo].[tb_Product20201016] AS [tb_Product20201016]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Punch_Code_Record_20200721" EntityType="Self.tb_Punch_Code_Record_20200721" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Punch_Code_Record_20200721].[ID] AS [ID],
[tb_Punch_Code_Record_20200721].[barcode] AS [barcode],
[tb_Punch_Code_Record_20200721].[BcpID] AS [BcpID],
[tb_Punch_Code_Record_20200721].[ZcID] AS [ZcID],
[tb_Punch_Code_Record_20200721].[OrderNo] AS [OrderNo],
[tb_Punch_Code_Record_20200721].[WorkClass] AS [WorkClass],
[tb_Punch_Code_Record_20200721].[CreateTime] AS [CreateTime],
[tb_Punch_Code_Record_20200721].[PlanID] AS [PlanID]
FROM [dbo].[tb_Punch_Code_Record_20200721] AS [tb_Punch_Code_Record_20200721]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Punch_Code_Record_20200907" EntityType="Self.tb_Punch_Code_Record_20200907" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Punch_Code_Record_20200907].[ID] AS [ID],
[tb_Punch_Code_Record_20200907].[barcode] AS [barcode],
[tb_Punch_Code_Record_20200907].[BcpID] AS [BcpID],
[tb_Punch_Code_Record_20200907].[ZcID] AS [ZcID],
[tb_Punch_Code_Record_20200907].[OrderNo] AS [OrderNo],
[tb_Punch_Code_Record_20200907].[WorkClass] AS [WorkClass],
[tb_Punch_Code_Record_20200907].[CreateTime] AS [CreateTime],
[tb_Punch_Code_Record_20200907].[PlanID] AS [PlanID]
FROM [dbo].[tb_Punch_Code_Record_20200907] AS [tb_Punch_Code_Record_20200907]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Punch_Code_Record_20221231" EntityType="Self.tb_Punch_Code_Record_20221231" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Punch_Code_Record_20221231].[ID] AS [ID],
[tb_Punch_Code_Record_20221231].[barcode] AS [barcode],
[tb_Punch_Code_Record_20221231].[BcpID] AS [BcpID],
[tb_Punch_Code_Record_20221231].[ZcID] AS [ZcID],
[tb_Punch_Code_Record_20221231].[OrderNo] AS [OrderNo],
[tb_Punch_Code_Record_20221231].[WorkClass] AS [WorkClass],
[tb_Punch_Code_Record_20221231].[CreateTime] AS [CreateTime],
[tb_Punch_Code_Record_20221231].[PlanID] AS [PlanID],
[tb_Punch_Code_Record_20221231].[SerialNo] AS [SerialNo],
[tb_Punch_Code_Record_20221231].[ToVisual] AS [ToVisual],
[tb_Punch_Code_Record_20221231].[FinishTime] AS [FinishTime],
[tb_Punch_Code_Record_20221231].[PrintTime] AS [PrintTime],
[tb_Punch_Code_Record_20221231].[IsCheck] AS [IsCheck],
[tb_Punch_Code_Record_20221231].[barCode1] AS [barCode1],
[tb_Punch_Code_Record_20221231].[barCode2] AS [barCode2],
[tb_Punch_Code_Record_20221231].[barCode3] AS [barCode3],
[tb_Punch_Code_Record_20221231].[barCode4] AS [barCode4],
[tb_Punch_Code_Record_20221231].[barCode5] AS [barCode5],
[tb_Punch_Code_Record_20221231].[barCode6] AS [barCode6]
FROM [dbo].[tb_Punch_Code_Record_20221231] AS [tb_Punch_Code_Record_20221231]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Punch_Code_Record_20230630" EntityType="Self.tb_Punch_Code_Record_20230630" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Punch_Code_Record_20230630].[ID] AS [ID],
[tb_Punch_Code_Record_20230630].[barcode] AS [barcode],
[tb_Punch_Code_Record_20230630].[BcpID] AS [BcpID],
[tb_Punch_Code_Record_20230630].[ZcID] AS [ZcID],
[tb_Punch_Code_Record_20230630].[OrderNo] AS [OrderNo],
[tb_Punch_Code_Record_20230630].[WorkClass] AS [WorkClass],
[tb_Punch_Code_Record_20230630].[CreateTime] AS [CreateTime],
[tb_Punch_Code_Record_20230630].[PlanID] AS [PlanID],
[tb_Punch_Code_Record_20230630].[SerialNo] AS [SerialNo],
[tb_Punch_Code_Record_20230630].[ToVisual] AS [ToVisual],
[tb_Punch_Code_Record_20230630].[FinishTime] AS [FinishTime],
[tb_Punch_Code_Record_20230630].[PrintTime] AS [PrintTime],
[tb_Punch_Code_Record_20230630].[IsCheck] AS [IsCheck],
[tb_Punch_Code_Record_20230630].[barCode1] AS [barCode1],
[tb_Punch_Code_Record_20230630].[barCode2] AS [barCode2],
[tb_Punch_Code_Record_20230630].[barCode3] AS [barCode3],
[tb_Punch_Code_Record_20230630].[barCode4] AS [barCode4],
[tb_Punch_Code_Record_20230630].[barCode5] AS [barCode5],
[tb_Punch_Code_Record_20230630].[barCode6] AS [barCode6],
[tb_Punch_Code_Record_20230630].[StationId] AS [StationId],
[tb_Punch_Code_Record_20230630].[Flag] AS [Flag]
FROM [dbo].[tb_Punch_Code_Record_20230630] AS [tb_Punch_Code_Record_20230630]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Punch_Code_Record_BF" EntityType="Self.tb_Punch_Code_Record_BF" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Punch_Code_Record_BF].[ID] AS [ID],
[tb_Punch_Code_Record_BF].[barcode] AS [barcode],
[tb_Punch_Code_Record_BF].[BcpID] AS [BcpID],
[tb_Punch_Code_Record_BF].[ZcID] AS [ZcID],
[tb_Punch_Code_Record_BF].[OrderNo] AS [OrderNo],
[tb_Punch_Code_Record_BF].[WorkClass] AS [WorkClass],
[tb_Punch_Code_Record_BF].[CreateTime] AS [CreateTime],
[tb_Punch_Code_Record_BF].[PlanID] AS [PlanID]
FROM [dbo].[tb_Punch_Code_Record_BF] AS [tb_Punch_Code_Record_BF]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_PunchAndStation_bak" EntityType="Self.tb_PunchAndStation_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_PunchAndStation_bak].[ID] AS [ID],
[tb_PunchAndStation_bak].[StationID] AS [StationID],
[tb_PunchAndStation_bak].[ProductID1] AS [ProductID1],
[tb_PunchAndStation_bak].[ProductID2] AS [ProductID2],
[tb_PunchAndStation_bak].[Qty2] AS [Qty2],
[tb_PunchAndStation_bak].[ProductID3] AS [ProductID3],
[tb_PunchAndStation_bak].[Qty3] AS [Qty3],
[tb_PunchAndStation_bak].[ProductID4] AS [ProductID4],
[tb_PunchAndStation_bak].[Qty4] AS [Qty4],
[tb_PunchAndStation_bak].[ProductID5] AS [ProductID5],
[tb_PunchAndStation_bak].[Qty5] AS [Qty5],
[tb_PunchAndStation_bak].[ProductID9] AS [ProductID9],
[tb_PunchAndStation_bak].[Qty9] AS [Qty9],
[tb_PunchAndStation_bak].[ProductID10] AS [ProductID10],
[tb_PunchAndStation_bak].[Qty10] AS [Qty10],
[tb_PunchAndStation_bak].[ProductID11] AS [ProductID11],
[tb_PunchAndStation_bak].[Qty11] AS [Qty11],
[tb_PunchAndStation_bak].[CreateTine] AS [CreateTine],
[tb_PunchAndStation_bak].[DeviceNo] AS [DeviceNo],
[tb_PunchAndStation_bak].[IsCheck] AS [IsCheck],
[tb_PunchAndStation_bak].[AddressNo] AS [AddressNo],
[tb_PunchAndStation_bak].[PortName] AS [PortName],
[tb_PunchAndStation_bak].[CheckDone] AS [CheckDone],
[tb_PunchAndStation_bak].[ProductID6] AS [ProductID6],
[tb_PunchAndStation_bak].[Qty6] AS [Qty6],
[tb_PunchAndStation_bak].[ProductID7] AS [ProductID7],
[tb_PunchAndStation_bak].[Qty7] AS [Qty7],
[tb_PunchAndStation_bak].[ProductID8] AS [ProductID8],
[tb_PunchAndStation_bak].[Qty8] AS [Qty8],
[tb_PunchAndStation_bak].[ProductID12] AS [ProductID12],
[tb_PunchAndStation_bak].[Qty12] AS [Qty12],
[tb_PunchAndStation_bak].[ProductID13] AS [ProductID13],
[tb_PunchAndStation_bak].[Qty13] AS [Qty13],
[tb_PunchAndStation_bak].[ProductID14] AS [ProductID14],
[tb_PunchAndStation_bak].[Qty14] AS [Qty14]
FROM [dbo].[tb_PunchAndStation_bak] AS [tb_PunchAndStation_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Record_247" EntityType="Self.tb_Record_247" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Record_247].[ID] AS [ID],
[tb_Record_247].[PartNo1] AS [PartNo1],
[tb_Record_247].[PartNo2] AS [PartNo2],
[tb_Record_247].[BoxNo] AS [BoxNo],
[tb_Record_247].[OrderNo] AS [OrderNo],
[tb_Record_247].[CreateTime1] AS [CreateTime1],
[tb_Record_247].[CreateTime2] AS [CreateTime2],
[tb_Record_247].[Flag] AS [Flag],
[tb_Record_247].[Type] AS [Type],
[tb_Record_247].[ToVisual] AS [ToVisual],
[tb_Record_247].[FinishTime] AS [FinishTime],
[tb_Record_247].[DeviceNo] AS [DeviceNo]
FROM [dbo].[tb_Record_247] AS [tb_Record_247]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Report_FiveScreen_20191011" EntityType="Self.tb_Report_FiveScreen_20191011" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Report_FiveScreen_20191011].[ID] AS [ID],
[tb_Report_FiveScreen_20191011].[Name] AS [Name],
[tb_Report_FiveScreen_20191011].[LastYear] AS [LastYear],
[tb_Report_FiveScreen_20191011].[Jan] AS [Jan],
[tb_Report_FiveScreen_20191011].[Feb] AS [Feb],
[tb_Report_FiveScreen_20191011].[Mar] AS [Mar],
[tb_Report_FiveScreen_20191011].[Apr] AS [Apr],
[tb_Report_FiveScreen_20191011].[May] AS [May],
[tb_Report_FiveScreen_20191011].[Jun] AS [Jun],
[tb_Report_FiveScreen_20191011].[Jul] AS [Jul],
[tb_Report_FiveScreen_20191011].[Aug] AS [Aug],
[tb_Report_FiveScreen_20191011].[Sept] AS [Sept],
[tb_Report_FiveScreen_20191011].[Oct] AS [Oct],
[tb_Report_FiveScreen_20191011].[Nov] AS [Nov],
[tb_Report_FiveScreen_20191011].[Dec] AS [Dec],
[tb_Report_FiveScreen_20191011].[day1] AS [day1],
[tb_Report_FiveScreen_20191011].[day2] AS [day2],
[tb_Report_FiveScreen_20191011].[day3] AS [day3],
[tb_Report_FiveScreen_20191011].[day4] AS [day4],
[tb_Report_FiveScreen_20191011].[day5] AS [day5],
[tb_Report_FiveScreen_20191011].[day6] AS [day6],
[tb_Report_FiveScreen_20191011].[day7] AS [day7],
[tb_Report_FiveScreen_20191011].[day8] AS [day8],
[tb_Report_FiveScreen_20191011].[day9] AS [day9],
[tb_Report_FiveScreen_20191011].[day10] AS [day10],
[tb_Report_FiveScreen_20191011].[day11] AS [day11],
[tb_Report_FiveScreen_20191011].[day12] AS [day12],
[tb_Report_FiveScreen_20191011].[day13] AS [day13],
[tb_Report_FiveScreen_20191011].[day14] AS [day14],
[tb_Report_FiveScreen_20191011].[day15] AS [day15],
[tb_Report_FiveScreen_20191011].[day16] AS [day16],
[tb_Report_FiveScreen_20191011].[day17] AS [day17],
[tb_Report_FiveScreen_20191011].[day18] AS [day18],
[tb_Report_FiveScreen_20191011].[day19] AS [day19],
[tb_Report_FiveScreen_20191011].[day20] AS [day20],
[tb_Report_FiveScreen_20191011].[day21] AS [day21],
[tb_Report_FiveScreen_20191011].[day22] AS [day22],
[tb_Report_FiveScreen_20191011].[day23] AS [day23],
[tb_Report_FiveScreen_20191011].[day24] AS [day24],
[tb_Report_FiveScreen_20191011].[day25] AS [day25],
[tb_Report_FiveScreen_20191011].[day26] AS [day26],
[tb_Report_FiveScreen_20191011].[day27] AS [day27],
[tb_Report_FiveScreen_20191011].[day28] AS [day28],
[tb_Report_FiveScreen_20191011].[day29] AS [day29],
[tb_Report_FiveScreen_20191011].[day30] AS [day30],
[tb_Report_FiveScreen_20191011].[day31] AS [day31],
[tb_Report_FiveScreen_20191011].[CreateTime] AS [CreateTime]
FROM [dbo].[tb_Report_FiveScreen_20191011] AS [tb_Report_FiveScreen_20191011]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_Report_FiveScreen_20191014" EntityType="Self.tb_Report_FiveScreen_20191014" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_Report_FiveScreen_20191014].[ID] AS [ID],
[tb_Report_FiveScreen_20191014].[Name] AS [Name],
[tb_Report_FiveScreen_20191014].[LastYear] AS [LastYear],
[tb_Report_FiveScreen_20191014].[Jan] AS [Jan],
[tb_Report_FiveScreen_20191014].[Feb] AS [Feb],
[tb_Report_FiveScreen_20191014].[Mar] AS [Mar],
[tb_Report_FiveScreen_20191014].[Apr] AS [Apr],
[tb_Report_FiveScreen_20191014].[May] AS [May],
[tb_Report_FiveScreen_20191014].[Jun] AS [Jun],
[tb_Report_FiveScreen_20191014].[Jul] AS [Jul],
[tb_Report_FiveScreen_20191014].[Aug] AS [Aug],
[tb_Report_FiveScreen_20191014].[Sept] AS [Sept],
[tb_Report_FiveScreen_20191014].[Oct] AS [Oct],
[tb_Report_FiveScreen_20191014].[Nov] AS [Nov],
[tb_Report_FiveScreen_20191014].[Dec] AS [Dec],
[tb_Report_FiveScreen_20191014].[day1] AS [day1],
[tb_Report_FiveScreen_20191014].[day2] AS [day2],
[tb_Report_FiveScreen_20191014].[day3] AS [day3],
[tb_Report_FiveScreen_20191014].[day4] AS [day4],
[tb_Report_FiveScreen_20191014].[day5] AS [day5],
[tb_Report_FiveScreen_20191014].[day6] AS [day6],
[tb_Report_FiveScreen_20191014].[day7] AS [day7],
[tb_Report_FiveScreen_20191014].[day8] AS [day8],
[tb_Report_FiveScreen_20191014].[day9] AS [day9],
[tb_Report_FiveScreen_20191014].[day10] AS [day10],
[tb_Report_FiveScreen_20191014].[day11] AS [day11],
[tb_Report_FiveScreen_20191014].[day12] AS [day12],
[tb_Report_FiveScreen_20191014].[day13] AS [day13],
[tb_Report_FiveScreen_20191014].[day14] AS [day14],
[tb_Report_FiveScreen_20191014].[day15] AS [day15],
[tb_Report_FiveScreen_20191014].[day16] AS [day16],
[tb_Report_FiveScreen_20191014].[day17] AS [day17],
[tb_Report_FiveScreen_20191014].[day18] AS [day18],
[tb_Report_FiveScreen_20191014].[day19] AS [day19],
[tb_Report_FiveScreen_20191014].[day20] AS [day20],
[tb_Report_FiveScreen_20191014].[day21] AS [day21],
[tb_Report_FiveScreen_20191014].[day22] AS [day22],
[tb_Report_FiveScreen_20191014].[day23] AS [day23],
[tb_Report_FiveScreen_20191014].[day24] AS [day24],
[tb_Report_FiveScreen_20191014].[day25] AS [day25],
[tb_Report_FiveScreen_20191014].[day26] AS [day26],
[tb_Report_FiveScreen_20191014].[day27] AS [day27],
[tb_Report_FiveScreen_20191014].[day28] AS [day28],
[tb_Report_FiveScreen_20191014].[day29] AS [day29],
[tb_Report_FiveScreen_20191014].[day30] AS [day30],
[tb_Report_FiveScreen_20191014].[day31] AS [day31],
[tb_Report_FiveScreen_20191014].[CreateTime] AS [CreateTime]
FROM [dbo].[tb_Report_FiveScreen_20191014] AS [tb_Report_FiveScreen_20191014]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_ReportPaintingScreen" EntityType="Self.tb_ReportPaintingScreen" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_ReportPaintingScreen].[color] AS [color],
[tb_ReportPaintingScreen].[productInfo] AS [productInfo],
[tb_ReportPaintingScreen].[sumNum] AS [sumNum],
[tb_ReportPaintingScreen].[oncePassNum] AS [oncePassNum],
[tb_ReportPaintingScreen].[oncePassRate] AS [oncePassRate],
[tb_ReportPaintingScreen].[sumPassNum] AS [sumPassNum],
[tb_ReportPaintingScreen].[sumPassRate] AS [sumPassRate]
FROM [dbo].[tb_ReportPaintingScreen] AS [tb_ReportPaintingScreen]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_ReportPaintingScreen_bak" EntityType="Self.tb_ReportPaintingScreen_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_ReportPaintingScreen_bak].[color] AS [color],
[tb_ReportPaintingScreen_bak].[productInfo] AS [productInfo],
[tb_ReportPaintingScreen_bak].[sumNum] AS [sumNum],
[tb_ReportPaintingScreen_bak].[oncePassNum] AS [oncePassNum],
[tb_ReportPaintingScreen_bak].[oncePassRate] AS [oncePassRate],
[tb_ReportPaintingScreen_bak].[sumPassNum] AS [sumPassNum],
[tb_ReportPaintingScreen_bak].[sumPassRate] AS [sumPassRate]
FROM [dbo].[tb_ReportPaintingScreen_bak] AS [tb_ReportPaintingScreen_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_ReportPaintingScreen_pg" EntityType="Self.tb_ReportPaintingScreen_pg" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_ReportPaintingScreen_pg].[color] AS [color],
[tb_ReportPaintingScreen_pg].[productInfo] AS [productInfo],
[tb_ReportPaintingScreen_pg].[sumNum] AS [sumNum],
[tb_ReportPaintingScreen_pg].[hgNum] AS [hgNum],
[tb_ReportPaintingScreen_pg].[DefectName1] AS [DefectName1],
[tb_ReportPaintingScreen_pg].[defectRate1] AS [defectRate1],
[tb_ReportPaintingScreen_pg].[DefectName2] AS [DefectName2],
[tb_ReportPaintingScreen_pg].[defectRate2] AS [defectRate2],
[tb_ReportPaintingScreen_pg].[DefectName3] AS [DefectName3],
[tb_ReportPaintingScreen_pg].[defectRate3] AS [defectRate3],
[tb_ReportPaintingScreen_pg].[DefectName4] AS [DefectName4],
[tb_ReportPaintingScreen_pg].[defectRate4] AS [defectRate4],
[tb_ReportPaintingScreen_pg].[DefectName5] AS [DefectName5],
[tb_ReportPaintingScreen_pg].[defectRate5] AS [defectRate5]
FROM [dbo].[tb_ReportPaintingScreen_pg] AS [tb_ReportPaintingScreen_pg]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_ReportPaintingScreen_pg_bak" EntityType="Self.tb_ReportPaintingScreen_pg_bak" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_ReportPaintingScreen_pg_bak].[color] AS [color],
[tb_ReportPaintingScreen_pg_bak].[productInfo] AS [productInfo],
[tb_ReportPaintingScreen_pg_bak].[sumNum] AS [sumNum],
[tb_ReportPaintingScreen_pg_bak].[hgNum] AS [hgNum],
[tb_ReportPaintingScreen_pg_bak].[DefectName1] AS [DefectName1],
[tb_ReportPaintingScreen_pg_bak].[defectRate1] AS [defectRate1],
[tb_ReportPaintingScreen_pg_bak].[DefectName2] AS [DefectName2],
[tb_ReportPaintingScreen_pg_bak].[defectRate2] AS [defectRate2],
[tb_ReportPaintingScreen_pg_bak].[DefectName3] AS [DefectName3],
[tb_ReportPaintingScreen_pg_bak].[defectRate3] AS [defectRate3],
[tb_ReportPaintingScreen_pg_bak].[DefectName4] AS [DefectName4],
[tb_ReportPaintingScreen_pg_bak].[defectRate4] AS [defectRate4],
[tb_ReportPaintingScreen_pg_bak].[DefectName5] AS [DefectName5],
[tb_ReportPaintingScreen_pg_bak].[defectRate5] AS [defectRate5]
FROM [dbo].[tb_ReportPaintingScreen_pg_bak] AS [tb_ReportPaintingScreen_pg_bak]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_SkidInfo_20200904" EntityType="Self.tb_SkidInfo_20200904" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_SkidInfo_20200904].[ID] AS [ID],
[tb_SkidInfo_20200904].[SkidNo] AS [SkidNo],
[tb_SkidInfo_20200904].[BarcodeLeft] AS [BarcodeLeft],
[tb_SkidInfo_20200904].[BarcodeRight] AS [BarcodeRight],
[tb_SkidInfo_20200904].[Layer] AS [Layer],
[tb_SkidInfo_20200904].[ColorInfo] AS [ColorInfo],
[tb_SkidInfo_20200904].[CreateTime] AS [CreateTime],
[tb_SkidInfo_20200904].[Side_1_BC01] AS [Side_1_BC01],
[tb_SkidInfo_20200904].[Side_1_BC02] AS [Side_1_BC02],
[tb_SkidInfo_20200904].[Side_1_BC03] AS [Side_1_BC03],
[tb_SkidInfo_20200904].[Side_1_BC04] AS [Side_1_BC04],
[tb_SkidInfo_20200904].[Side_1_BC05] AS [Side_1_BC05],
[tb_SkidInfo_20200904].[Side_1_BC06] AS [Side_1_BC06],
[tb_SkidInfo_20200904].[Side_1_BC07] AS [Side_1_BC07],
[tb_SkidInfo_20200904].[Side_1_BC08] AS [Side_1_BC08],
[tb_SkidInfo_20200904].[Side_1_BC09] AS [Side_1_BC09],
[tb_SkidInfo_20200904].[Side_1_BC10] AS [Side_1_BC10],
[tb_SkidInfo_20200904].[Side_1_BC11] AS [Side_1_BC11],
[tb_SkidInfo_20200904].[Side_1_BC12] AS [Side_1_BC12],
[tb_SkidInfo_20200904].[Side_2_BC01] AS [Side_2_BC01],
[tb_SkidInfo_20200904].[Side_2_BC02] AS [Side_2_BC02],
[tb_SkidInfo_20200904].[Side_2_BC03] AS [Side_2_BC03],
[tb_SkidInfo_20200904].[Side_2_BC04] AS [Side_2_BC04],
[tb_SkidInfo_20200904].[Side_2_BC05] AS [Side_2_BC05],
[tb_SkidInfo_20200904].[Side_2_BC06] AS [Side_2_BC06],
[tb_SkidInfo_20200904].[Side_2_BC07] AS [Side_2_BC07],
[tb_SkidInfo_20200904].[Side_2_BC08] AS [Side_2_BC08],
[tb_SkidInfo_20200904].[Side_2_BC09] AS [Side_2_BC09],
[tb_SkidInfo_20200904].[Side_2_BC10] AS [Side_2_BC10],
[tb_SkidInfo_20200904].[Side_2_BC11] AS [Side_2_BC11],
[tb_SkidInfo_20200904].[Side_2_BC12] AS [Side_2_BC12]
FROM [dbo].[tb_SkidInfo_20200904] AS [tb_SkidInfo_20200904]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_StockIn" EntityType="Self.tb_StockIn" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_StockIn].[ID] AS [ID],
[tb_StockIn].[barcode] AS [barcode],
[tb_StockIn].[pass] AS [pass],
[tb_StockIn].[createTime] AS [createTime],
[tb_StockIn].[paintCode] AS [paintCode],
[tb_StockIn].[ZcCode] AS [ZcCode]
FROM [dbo].[tb_StockIn] AS [tb_StockIn]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_StockIn_20200511" EntityType="Self.tb_StockIn_20200511" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_StockIn_20200511].[ID] AS [ID],
[tb_StockIn_20200511].[barcode] AS [barcode],
[tb_StockIn_20200511].[pass] AS [pass],
[tb_StockIn_20200511].[createTime] AS [createTime],
[tb_StockIn_20200511].[paintCode] AS [paintCode],
[tb_StockIn_20200511].[ZcCode] AS [ZcCode]
FROM [dbo].[tb_StockIn_20200511] AS [tb_StockIn_20200511]</DefiningQuery>
</EntitySet>
<EntitySet Name="tb_StockIn_20210322" EntityType="Self.tb_StockIn_20210322" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[tb_StockIn_20210322].[ID] AS [ID],
[tb_StockIn_20210322].[barcode] AS [barcode],
[tb_StockIn_20210322].[pass] AS [pass],
[tb_StockIn_20210322].[createTime] AS [createTime],
[tb_StockIn_20210322].[paintCode] AS [paintCode],
[tb_StockIn_20210322].[ZcCode] AS [ZcCode]
FROM [dbo].[tb_StockIn_20210322] AS [tb_StockIn_20210322]</DefiningQuery>
</EntitySet>
<EntitySet Name="test1" EntityType="Self.test1" store:Type="Tables" store:Schema="dbo">
<DefiningQuery>SELECT
[test1].[ID] AS [ID],
[test1].[StationID] AS [StationID],
[test1].[StockNo] AS [StockNo],
[test1].[PrintType] AS [PrintType],
[test1].[OneBarCode] AS [OneBarCode],
[test1].[PlanID] AS [PlanID],
[test1].[CreateTime] AS [CreateTime],
[test1].[ProductName] AS [ProductName],
[test1].[PartNo] AS [PartNo],
[test1].[ProductDate] AS [ProductDate],
[test1].[ClassName] AS [ClassName]
FROM [dbo].[test1] AS [test1]</DefiningQuery>
</EntitySet>
<AssociationSet Name="FK_T_SYS_RO_REFERENCE_T_SYS_PO" Association="Self.FK_T_SYS_RO_REFERENCE_T_SYS_PO">
<End Role="T_Sys_Power" EntitySet="T_Sys_Power" />
<End Role="T_Sys_RoleLinkPower" EntitySet="T_Sys_RoleLinkPower" />
</AssociationSet>
</EntityContainer>
</Schema></edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="BBMPTModel" 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="BBMPTEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="fine_authority" EntityType="BBMPTModel.fine_authority" />
<EntitySet Name="fine_authority_object" EntityType="BBMPTModel.fine_authority_object" />
<EntitySet Name="fine_backup_node" EntityType="BBMPTModel.fine_backup_node" />
<EntitySet Name="fine_base_message" EntityType="BBMPTModel.fine_base_message" />
<EntitySet Name="fine_base_output" EntityType="BBMPTModel.fine_base_output" />
<EntitySet Name="fine_block_ip" EntityType="BBMPTModel.fine_block_ip" />
<EntitySet Name="fine_conf_classname" EntityType="BBMPTModel.fine_conf_classname" />
<EntitySet Name="fine_conf_entity" EntityType="BBMPTModel.fine_conf_entity" />
<EntitySet Name="fine_conf_xmlentity" EntityType="BBMPTModel.fine_conf_xmlentity" />
<EntitySet Name="fine_custom_role" EntityType="BBMPTModel.fine_custom_role" />
<EntitySet Name="fine_dep_role" EntityType="BBMPTModel.fine_dep_role" />
<EntitySet Name="fine_department" EntityType="BBMPTModel.fine_department" />
<EntitySet Name="fine_extra_property" EntityType="BBMPTModel.fine_extra_property" />
<EntitySet Name="fine_favorite_entry" EntityType="BBMPTModel.fine_favorite_entry" />
<EntitySet Name="fine_homepage_expand" EntityType="BBMPTModel.fine_homepage_expand" />
<EntitySet Name="fine_international" EntityType="BBMPTModel.fine_international" />
<EntitySet Name="fine_last_login" EntityType="BBMPTModel.fine_last_login" />
<EntitySet Name="fine_login_lock" EntityType="BBMPTModel.fine_login_lock" />
<EntitySet Name="fine_mobile_device" EntityType="BBMPTModel.fine_mobile_device" />
<EntitySet Name="fine_mobile_push_message" EntityType="BBMPTModel.fine_mobile_push_message" />
<EntitySet Name="fine_output_class" EntityType="BBMPTModel.fine_output_class" />
<EntitySet Name="fine_output_client_notice" EntityType="BBMPTModel.fine_output_client_notice" />
<EntitySet Name="fine_output_email" EntityType="BBMPTModel.fine_output_email" />
<EntitySet Name="fine_output_ftp" EntityType="BBMPTModel.fine_output_ftp" />
<EntitySet Name="fine_output_mount" EntityType="BBMPTModel.fine_output_mount" />
<EntitySet Name="fine_output_platform_msg" EntityType="BBMPTModel.fine_output_platform_msg" />
<EntitySet Name="fine_output_print" EntityType="BBMPTModel.fine_output_print" />
<EntitySet Name="fine_output_sftp" EntityType="BBMPTModel.fine_output_sftp" />
<EntitySet Name="fine_output_sms" EntityType="BBMPTModel.fine_output_sms" />
<EntitySet Name="fine_param_template" EntityType="BBMPTModel.fine_param_template" />
<EntitySet Name="fine_post" EntityType="BBMPTModel.fine_post" />
<EntitySet Name="fine_print_offset" EntityType="BBMPTModel.fine_print_offset" />
<EntitySet Name="fine_print_offset_ip_relate" EntityType="BBMPTModel.fine_print_offset_ip_relate" />
<EntitySet Name="fine_process_expand" EntityType="BBMPTModel.fine_process_expand" />
<EntitySet Name="fine_process_message" EntityType="BBMPTModel.fine_process_message" />
<EntitySet Name="fine_remote_design_auth" EntityType="BBMPTModel.fine_remote_design_auth" />
<EntitySet Name="fine_report_expand" EntityType="BBMPTModel.fine_report_expand" />
<EntitySet Name="fine_schedule_output" EntityType="BBMPTModel.fine_schedule_output" />
<EntitySet Name="fine_schedule_record" EntityType="BBMPTModel.fine_schedule_record" />
<EntitySet Name="fine_schedule_task" EntityType="BBMPTModel.fine_schedule_task" />
<EntitySet Name="fine_schedule_task_param" EntityType="BBMPTModel.fine_schedule_task_param" />
<EntitySet Name="fine_swift_cluster_size" EntityType="BBMPTModel.fine_swift_cluster_size" />
<EntitySet Name="fine_swift_col_idx_conf" EntityType="BBMPTModel.fine_swift_col_idx_conf" />
<EntitySet Name="fine_swift_config_entity" EntityType="BBMPTModel.fine_swift_config_entity" />
<EntitySet Name="fine_swift_metadata" EntityType="BBMPTModel.fine_swift_metadata" />
<EntitySet Name="fine_swift_seg_location" EntityType="BBMPTModel.fine_swift_seg_location" />
<EntitySet Name="fine_swift_segments" EntityType="BBMPTModel.fine_swift_segments" />
<EntitySet Name="fine_swift_service_info" EntityType="BBMPTModel.fine_swift_service_info" />
<EntitySet Name="fine_swift_tab_idx_conf" EntityType="BBMPTModel.fine_swift_tab_idx_conf" />
<EntitySet Name="fine_swift_table_path" EntityType="BBMPTModel.fine_swift_table_path" />
<EntitySet Name="fine_system_message" EntityType="BBMPTModel.fine_system_message" />
<EntitySet Name="fine_user" EntityType="BBMPTModel.fine_user" />
<EntitySet Name="fine_user_role_middle" EntityType="BBMPTModel.fine_user_role_middle" />
<EntitySet Name="fine_vcs" EntityType="BBMPTModel.fine_vcs" />
<EntitySet Name="fine_workflow" EntityType="BBMPTModel.fine_workflow" />
<EntitySet Name="fine_workflow_log" EntityType="BBMPTModel.fine_workflow_log" />
<EntitySet Name="fine_workflow_node" EntityType="BBMPTModel.fine_workflow_node" />
<EntitySet Name="fine_workflow_stash_data" EntityType="BBMPTModel.fine_workflow_stash_data" />
<EntitySet Name="fine_workflow_task" EntityType="BBMPTModel.fine_workflow_task" />
<EntitySet Name="fine_workflow_task_impl" EntityType="BBMPTModel.fine_workflow_task_impl" />
<EntitySet Name="fine_write_stash" EntityType="BBMPTModel.fine_write_stash" />
<EntitySet Name="LogErr" EntityType="BBMPTModel.LogErr" />
<EntitySet Name="LogSys" EntityType="BBMPTModel.LogSys" />
<EntitySet Name="LogSys_202008" EntityType="BBMPTModel.LogSys_202008" />
<EntitySet Name="QRTZ_BLOB_TRIGGERS" EntityType="BBMPTModel.QRTZ_BLOB_TRIGGERS" />
<EntitySet Name="QRTZ_CALENDARS" EntityType="BBMPTModel.QRTZ_CALENDARS" />
<EntitySet Name="QRTZ_CRON_TRIGGERS" EntityType="BBMPTModel.QRTZ_CRON_TRIGGERS" />
<EntitySet Name="QRTZ_FIRED_TRIGGERS" EntityType="BBMPTModel.QRTZ_FIRED_TRIGGERS" />
<EntitySet Name="QRTZ_JOB_DETAILS" EntityType="BBMPTModel.QRTZ_JOB_DETAILS" />
<EntitySet Name="QRTZ_LOCKS" EntityType="BBMPTModel.QRTZ_LOCKS" />
<EntitySet Name="QRTZ_PAUSED_TRIGGER_GRPS" EntityType="BBMPTModel.QRTZ_PAUSED_TRIGGER_GRPS" />
<EntitySet Name="QRTZ_SCHEDULER_STATE" EntityType="BBMPTModel.QRTZ_SCHEDULER_STATE" />
<EntitySet Name="QRTZ_SIMPLE_TRIGGERS" EntityType="BBMPTModel.QRTZ_SIMPLE_TRIGGERS" />
<EntitySet Name="QRTZ_SIMPROP_TRIGGERS" EntityType="BBMPTModel.QRTZ_SIMPROP_TRIGGERS" />
<EntitySet Name="QRTZ_TRIGGERS" EntityType="BBMPTModel.QRTZ_TRIGGERS" />
<EntitySet Name="T_PaintInfo" EntityType="BBMPTModel.T_PaintInfo" />
<EntitySet Name="T_Sys_Buttons" EntityType="BBMPTModel.T_Sys_Buttons" />
<EntitySet Name="T_Sys_NavMenu" EntityType="BBMPTModel.T_Sys_NavMenu" />
<EntitySet Name="T_Sys_Power" EntityType="BBMPTModel.T_Sys_Power" />
<EntitySet Name="T_Sys_Role" EntityType="BBMPTModel.T_Sys_Role" />
<EntitySet Name="T_Sys_UserRole" EntityType="BBMPTModel.T_Sys_UserRole" />
<EntitySet Name="T_Sys_Users" EntityType="BBMPTModel.T_Sys_Users" />
<EntitySet Name="T_Sys_Users_NavMenu" EntityType="BBMPTModel.T_Sys_Users_NavMenu" />
<EntitySet Name="TA_DEPT" EntityType="BBMPTModel.TA_DEPT" />
<EntitySet Name="tb_aa" EntityType="BBMPTModel.tb_aa" />
<EntitySet Name="tb_AndonButtonType" EntityType="BBMPTModel.tb_AndonButtonType" />
<EntitySet Name="tb_AndonRecord" EntityType="BBMPTModel.tb_AndonRecord" />
<EntitySet Name="tb_Bad_Injection" EntityType="BBMPTModel.tb_Bad_Injection" />
<EntitySet Name="tb_BarCode" EntityType="BBMPTModel.tb_BarCode" />
<EntitySet Name="tb_Bom" EntityType="BBMPTModel.tb_Bom" />
<EntitySet Name="tb_Box_243" EntityType="BBMPTModel.tb_Box_243" />
<EntitySet Name="tb_Box_Record" EntityType="BBMPTModel.tb_Box_Record" />
<EntitySet Name="tb_Box_WheelBrow" EntityType="BBMPTModel.tb_Box_WheelBrow" />
<EntitySet Name="tb_BucketInfo" EntityType="BBMPTModel.tb_BucketInfo" />
<EntitySet Name="tb_CheckItem" EntityType="BBMPTModel.tb_CheckItem" />
<EntitySet Name="tb_Color" EntityType="BBMPTModel.tb_Color" />
<EntitySet Name="tb_CommonlyInspection" EntityType="BBMPTModel.tb_CommonlyInspection" />
<EntitySet Name="tb_CommonlyInspectionRecord" EntityType="BBMPTModel.tb_CommonlyInspectionRecord" />
<EntitySet Name="tb_CommonlyInspectionVersion" EntityType="BBMPTModel.tb_CommonlyInspectionVersion" />
<EntitySet Name="tb_Config" EntityType="BBMPTModel.tb_Config" />
<EntitySet Name="tb_Cylinder" EntityType="BBMPTModel.tb_Cylinder" />
<EntitySet Name="tb_CylinderAndRaw" EntityType="BBMPTModel.tb_CylinderAndRaw" />
<EntitySet Name="tb_Defect" EntityType="BBMPTModel.tb_Defect" />
<EntitySet Name="tb_Device" EntityType="BBMPTModel.tb_Device" />
<EntitySet Name="tb_Factory" EntityType="BBMPTModel.tb_Factory" />
<EntitySet Name="tb_FinishProduct" EntityType="BBMPTModel.tb_FinishProduct" />
<EntitySet Name="tb_HybridPlan" EntityType="BBMPTModel.tb_HybridPlan" />
<EntitySet Name="tb_HybridScanRecord" EntityType="BBMPTModel.tb_HybridScanRecord" />
<EntitySet Name="tb_ImgVideo" EntityType="BBMPTModel.tb_ImgVideo" />
<EntitySet Name="tb_Inhection_DownReason" EntityType="BBMPTModel.tb_Inhection_DownReason" />
<EntitySet Name="tb_Injection_DownRecord" EntityType="BBMPTModel.tb_Injection_DownRecord" />
<EntitySet Name="tb_Injection_DownTime" EntityType="BBMPTModel.tb_Injection_DownTime" />
<EntitySet Name="tb_Injection_DownType" EntityType="BBMPTModel.tb_Injection_DownType" />
<EntitySet Name="tb_Injection_Record" EntityType="BBMPTModel.tb_Injection_Record" />
<EntitySet Name="tb_InjectionPlan" EntityType="BBMPTModel.tb_InjectionPlan" />
<EntitySet Name="tb_InspectResult" EntityType="BBMPTModel.tb_InspectResult" />
<EntitySet Name="tb_LayerAndBC" EntityType="BBMPTModel.tb_LayerAndBC" />
<EntitySet Name="tb_Line" EntityType="BBMPTModel.tb_Line" />
<EntitySet Name="tb_Location" EntityType="BBMPTModel.tb_Location" />
<EntitySet Name="tb_Machine" EntityType="BBMPTModel.tb_Machine" />
<EntitySet Name="tb_Mistake_243" EntityType="BBMPTModel.tb_Mistake_243" />
<EntitySet Name="tb_Mistake_247" EntityType="BBMPTModel.tb_Mistake_247" />
<EntitySet Name="tb_Mistake_Gratings" EntityType="BBMPTModel.tb_Mistake_Gratings" />
<EntitySet Name="tb_Model_Product" EntityType="BBMPTModel.tb_Model_Product" />
<EntitySet Name="tb_Model_Update" EntityType="BBMPTModel.tb_Model_Update" />
<EntitySet Name="tb_ModelCount" EntityType="BBMPTModel.tb_ModelCount" />
<EntitySet Name="tb_ModelInfo" EntityType="BBMPTModel.tb_ModelInfo" />
<EntitySet Name="tb_Operator" EntityType="BBMPTModel.tb_Operator" />
<EntitySet Name="tb_Paint_Bucket" EntityType="BBMPTModel.tb_Paint_Bucket" />
<EntitySet Name="tb_PaintBarCode" EntityType="BBMPTModel.tb_PaintBarCode" />
<EntitySet Name="tb_PaintInfo" EntityType="BBMPTModel.tb_PaintInfo" />
<EntitySet Name="tb_PaintPerson" EntityType="BBMPTModel.tb_PaintPerson" />
<EntitySet Name="tb_PaintReason" EntityType="BBMPTModel.tb_PaintReason" />
<EntitySet Name="tb_PaintScanRecord" EntityType="BBMPTModel.tb_PaintScanRecord" />
<EntitySet Name="tb_PartRecord" EntityType="BBMPTModel.tb_PartRecord" />
<EntitySet Name="tb_Place" EntityType="BBMPTModel.tb_Place" />
<EntitySet Name="tb_Plan_243" EntityType="BBMPTModel.tb_Plan_243" />
<EntitySet Name="tb_Plan_247" EntityType="BBMPTModel.tb_Plan_247" />
<EntitySet Name="tb_Plan_Punch" EntityType="BBMPTModel.tb_Plan_Punch" />
<EntitySet Name="tb_Plan_Punch_214" EntityType="BBMPTModel.tb_Plan_Punch_214" />
<EntitySet Name="tb_PlanScreenConfig" EntityType="BBMPTModel.tb_PlanScreenConfig" />
<EntitySet Name="tb_Plastic" EntityType="BBMPTModel.tb_Plastic" />
<EntitySet Name="tb_PrintConfig" EntityType="BBMPTModel.tb_PrintConfig" />
<EntitySet Name="tb_Product" EntityType="BBMPTModel.tb_Product" />
<EntitySet Name="tb_Product_Injection" EntityType="BBMPTModel.tb_Product_Injection" />
<EntitySet Name="tb_Product_Injection_w" EntityType="BBMPTModel.tb_Product_Injection_w" />
<EntitySet Name="tb_ProductSotckIn" EntityType="BBMPTModel.tb_ProductSotckIn" />
<EntitySet Name="tb_ProductType" EntityType="BBMPTModel.tb_ProductType" />
<EntitySet Name="tb_Project" EntityType="BBMPTModel.tb_Project" />
<EntitySet Name="tb_Punch_Code_Record" EntityType="BBMPTModel.tb_Punch_Code_Record" />
<EntitySet Name="tb_Punch_Code_Record_Del" EntityType="BBMPTModel.tb_Punch_Code_Record_Del" />
<EntitySet Name="tb_Punch_Code_Record_DoorSill_214" EntityType="BBMPTModel.tb_Punch_Code_Record_DoorSill_214" />
<EntitySet Name="tb_Punch_Code_Record2" EntityType="BBMPTModel.tb_Punch_Code_Record2" />
<EntitySet Name="tb_Punch_Proucting" EntityType="BBMPTModel.tb_Punch_Proucting" />
<EntitySet Name="tb_PunchAddress" EntityType="BBMPTModel.tb_PunchAddress" />
<EntitySet Name="tb_PunchAndStation" EntityType="BBMPTModel.tb_PunchAndStation" />
<EntitySet Name="tb_PunchDevice" EntityType="BBMPTModel.tb_PunchDevice" />
<EntitySet Name="tb_PunchMFAPlan" EntityType="BBMPTModel.tb_PunchMFAPlan" />
<EntitySet Name="tb_PunchNGCCPlan" EntityType="BBMPTModel.tb_PunchNGCCPlan" />
<EntitySet Name="tb_PunchPlan" EntityType="BBMPTModel.tb_PunchPlan" />
<EntitySet Name="tb_PunchRecord" EntityType="BBMPTModel.tb_PunchRecord" />
<EntitySet Name="tb_PunchResult" EntityType="BBMPTModel.tb_PunchResult" />
<EntitySet Name="tb_PunchValueRecord" EntityType="BBMPTModel.tb_PunchValueRecord" />
<EntitySet Name="tb_Record_243" EntityType="BBMPTModel.tb_Record_243" />
<EntitySet Name="tb_Record_243_20220517" EntityType="BBMPTModel.tb_Record_243_20220517" />
<EntitySet Name="tb_Record_Gratings" EntityType="BBMPTModel.tb_Record_Gratings" />
<EntitySet Name="tb_Report_FiveScreen" EntityType="BBMPTModel.tb_Report_FiveScreen" />
<EntitySet Name="tb_Report_FiveScreenConfig" EntityType="BBMPTModel.tb_Report_FiveScreenConfig" />
<EntitySet Name="tb_Report_FiveScreenLast" EntityType="BBMPTModel.tb_Report_FiveScreenLast" />
<EntitySet Name="tb_Report_FiveScreenStandard" EntityType="BBMPTModel.tb_Report_FiveScreenStandard" />
<EntitySet Name="tb_ReportA1" EntityType="BBMPTModel.tb_ReportA1" />
<EntitySet Name="tb_reportA2" EntityType="BBMPTModel.tb_reportA2" />
<EntitySet Name="tb_ReportF1" EntityType="BBMPTModel.tb_ReportF1" />
<EntitySet Name="tb_ReportF3" EntityType="BBMPTModel.tb_ReportF3" />
<EntitySet Name="tb_ReportG1" EntityType="BBMPTModel.tb_ReportG1" />
<EntitySet Name="tb_ReportH1" EntityType="BBMPTModel.tb_ReportH1" />
<EntitySet Name="tb_ReportTest" EntityType="BBMPTModel.tb_ReportTest" />
<EntitySet Name="tb_ScanAnalysis" EntityType="BBMPTModel.tb_ScanAnalysis" />
<EntitySet Name="tb_ScanRecord_Laser" EntityType="BBMPTModel.tb_ScanRecord_Laser" />
<EntitySet Name="tb_SkidInfo" EntityType="BBMPTModel.tb_SkidInfo" />
<EntitySet Name="tb_SpcialNotFacStockNo" EntityType="BBMPTModel.tb_SpcialNotFacStockNo" />
<EntitySet Name="tb_SpcialStockNo" EntityType="BBMPTModel.tb_SpcialStockNo" />
<EntitySet Name="tb_SpecialHybrid" EntityType="BBMPTModel.tb_SpecialHybrid" />
<EntitySet Name="tb_SpecialVisual" EntityType="BBMPTModel.tb_SpecialVisual" />
<EntitySet Name="tb_Station" EntityType="BBMPTModel.tb_Station" />
<EntitySet Name="tb_StationAndCylinder" EntityType="BBMPTModel.tb_StationAndCylinder" />
<EntitySet Name="tb_StockIn_beif" EntityType="BBMPTModel.tb_StockIn_beif" />
<EntitySet Name="tb_StockInColor" EntityType="BBMPTModel.tb_StockInColor" />
<EntitySet Name="tb_test" EntityType="BBMPTModel.tb_test" />
<EntitySet Name="tb_ToVisual_WheelBrow_243" EntityType="BBMPTModel.tb_ToVisual_WheelBrow_243" />
<EntitySet Name="tb_ToVisual_WheelBrow_247" EntityType="BBMPTModel.tb_ToVisual_WheelBrow_247" />
<EntitySet Name="tb_ToWmsRecord" EntityType="BBMPTModel.tb_ToWmsRecord" />
<EntitySet Name="TES_BOM" EntityType="BBMPTModel.TES_BOM" />
<EntitySet Name="TES_PART_MSTR" EntityType="BBMPTModel.TES_PART_MSTR" />
<EntitySet Name="test2" EntityType="BBMPTModel.test2" />
<EntitySet Name="LogSys_202001_04" EntityType="BBMPTModel.LogSys_202001_04" />
<EntitySet Name="LogSys_202003" EntityType="BBMPTModel.LogSys_202003" />
<EntitySet Name="LogSys_202004" EntityType="BBMPTModel.LogSys_202004" />
<EntitySet Name="LogSys_202005" EntityType="BBMPTModel.LogSys_202005" />
<EntitySet Name="LogSys_20200605" EntityType="BBMPTModel.LogSys_20200605" />
<EntitySet Name="LogSys_20200610" EntityType="BBMPTModel.LogSys_20200610" />
<EntitySet Name="LogSys_20210322" EntityType="BBMPTModel.LogSys_20210322" />
<EntitySet Name="T_Sys_RoleLinkPower" EntityType="BBMPTModel.T_Sys_RoleLinkPower" />
<EntitySet Name="tb_Assembly_243" EntityType="BBMPTModel.tb_Assembly_243" />
<EntitySet Name="tb_Assembly_247" EntityType="BBMPTModel.tb_Assembly_247" />
<EntitySet Name="tb_Assembly_254" EntityType="BBMPTModel.tb_Assembly_254" />
<EntitySet Name="tb_Bom_20190726" EntityType="BBMPTModel.tb_Bom_20190726" />
<EntitySet Name="tb_Box_247" EntityType="BBMPTModel.tb_Box_247" />
<EntitySet Name="tb_Color_20191008" EntityType="BBMPTModel.tb_Color_20191008" />
<EntitySet Name="tb_Color_20201101" EntityType="BBMPTModel.tb_Color_20201101" />
<EntitySet Name="tb_Defect_bak" EntityType="BBMPTModel.tb_Defect_bak" />
<EntitySet Name="tb_InjectPlanReport" EntityType="BBMPTModel.tb_InjectPlanReport" />
<EntitySet Name="tb_InspectResult_20190902" EntityType="BBMPTModel.tb_InspectResult_20190902" />
<EntitySet Name="tb_InspectResult_20200717" EntityType="BBMPTModel.tb_InspectResult_20200717" />
<EntitySet Name="tb_InspectResult_20201021" EntityType="BBMPTModel.tb_InspectResult_20201021" />
<EntitySet Name="tb_InspectResult_20210322" EntityType="BBMPTModel.tb_InspectResult_20210322" />
<EntitySet Name="tb_Mistake_243_bak" EntityType="BBMPTModel.tb_Mistake_243_bak" />
<EntitySet Name="tb_Mistake_247_bak" EntityType="BBMPTModel.tb_Mistake_247_bak" />
<EntitySet Name="tb_Plan_Punch_20200509" EntityType="BBMPTModel.tb_Plan_Punch_20200509" />
<EntitySet Name="tb_PrintRecord" EntityType="BBMPTModel.tb_PrintRecord" />
<EntitySet Name="tb_Product_20200513" EntityType="BBMPTModel.tb_Product_20200513" />
<EntitySet Name="tb_Product_20201110" EntityType="BBMPTModel.tb_Product_20201110" />
<EntitySet Name="tb_Product_20230901" EntityType="BBMPTModel.tb_Product_20230901" />
<EntitySet Name="tb_Product_Injection_20190726" EntityType="BBMPTModel.tb_Product_Injection_20190726" />
<EntitySet Name="tb_Product0912" EntityType="BBMPTModel.tb_Product0912" />
<EntitySet Name="tb_Product20200802" EntityType="BBMPTModel.tb_Product20200802" />
<EntitySet Name="tb_Product20201016" EntityType="BBMPTModel.tb_Product20201016" />
<EntitySet Name="tb_Punch_Code_Record_20200721" EntityType="BBMPTModel.tb_Punch_Code_Record_20200721" />
<EntitySet Name="tb_Punch_Code_Record_20200907" EntityType="BBMPTModel.tb_Punch_Code_Record_20200907" />
<EntitySet Name="tb_Punch_Code_Record_20221231" EntityType="BBMPTModel.tb_Punch_Code_Record_20221231" />
<EntitySet Name="tb_Punch_Code_Record_20230630" EntityType="BBMPTModel.tb_Punch_Code_Record_20230630" />
<EntitySet Name="tb_Punch_Code_Record_BF" EntityType="BBMPTModel.tb_Punch_Code_Record_BF" />
<EntitySet Name="tb_PunchAndStation_bak" EntityType="BBMPTModel.tb_PunchAndStation_bak" />
<EntitySet Name="tb_Record_247" EntityType="BBMPTModel.tb_Record_247" />
<EntitySet Name="tb_Report_FiveScreen_20191011" EntityType="BBMPTModel.tb_Report_FiveScreen_20191011" />
<EntitySet Name="tb_Report_FiveScreen_20191014" EntityType="BBMPTModel.tb_Report_FiveScreen_20191014" />
<EntitySet Name="tb_ReportPaintingScreen" EntityType="BBMPTModel.tb_ReportPaintingScreen" />
<EntitySet Name="tb_ReportPaintingScreen_bak" EntityType="BBMPTModel.tb_ReportPaintingScreen_bak" />
<EntitySet Name="tb_ReportPaintingScreen_pg" EntityType="BBMPTModel.tb_ReportPaintingScreen_pg" />
<EntitySet Name="tb_ReportPaintingScreen_pg_bak" EntityType="BBMPTModel.tb_ReportPaintingScreen_pg_bak" />
<EntitySet Name="tb_SkidInfo_20200904" EntityType="BBMPTModel.tb_SkidInfo_20200904" />
<EntitySet Name="tb_StockIn" EntityType="BBMPTModel.tb_StockIn" />
<EntitySet Name="tb_StockIn_20200511" EntityType="BBMPTModel.tb_StockIn_20200511" />
<EntitySet Name="tb_StockIn_20210322" EntityType="BBMPTModel.tb_StockIn_20210322" />
<EntitySet Name="test1" EntityType="BBMPTModel.test1" />
<AssociationSet Name="FK_T_SYS_RO_REFERENCE_T_SYS_PO" Association="BBMPTModel.FK_T_SYS_RO_REFERENCE_T_SYS_PO">
<End Role="T_Sys_Power" EntitySet="T_Sys_Power" />
<End Role="T_Sys_RoleLinkPower" EntitySet="T_Sys_RoleLinkPower" />
</AssociationSet>
</EntityContainer>
<EntityType Name="fine_authority">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="authority" Type="Int32" Nullable="false" />
<Property Name="authorityEntityId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="authorityEntityType" Type="Int32" Nullable="false" />
<Property Name="authorityType" Type="Int32" Nullable="false" />
<Property Name="roleId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="roleType" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="fine_authority_object">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="expandId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="expandType" Type="Int32" />
<Property Name="fullPath" Type="String" MaxLength="3000" FixedLength="false" Unicode="false" />
<Property Name="parentId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="coverId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="deviceType" Type="Int32" />
<Property Name="displayName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="icon" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="mobileIcon" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="path" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="sortIndex" Type="Int64" />
</EntityType>
<EntityType Name="fine_backup_node">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="backupModule" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="backupName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="backupTime" Type="DateTime" Precision="7" />
<Property Name="savePath" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="backupSize" Type="Double" />
<Property Name="type" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_base_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="7" />
<Property Name="datetime" Type="DateTime" Precision="7" />
<Property Name="message" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="readed" Type="Boolean" />
<Property Name="toasted" Type="Boolean" />
<Property Name="type" Type="Int32" />
<Property Name="url" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="urlType" Type="Int32" />
<Property Name="userId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_base_output">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="actionName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="executeByUser" Type="Boolean" Nullable="false" />
<Property Name="outputId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="resultURL" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="runType" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="fine_block_ip">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="7" />
<Property Name="ip" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="rejectedVisits" Type="Int32" />
</EntityType>
<EntityType Name="fine_conf_classname">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="className" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_conf_entity">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="value" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_conf_xmlentity">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="value" Type="Binary" MaxLength="Max" FixedLength="false" />
</EntityType>
<EntityType Name="fine_custom_role">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="alias" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creationType" Type="Int32" Nullable="false" />
<Property Name="description" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="enable" Type="Boolean" />
<Property Name="lastOperationType" Type="Int32" Nullable="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_dep_role">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creationType" Type="Int32" Nullable="false" />
<Property Name="departmentId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="fullPath" Type="String" MaxLength="3000" FixedLength="false" Unicode="false" />
<Property Name="lastOperationType" Type="Int32" Nullable="false" />
<Property Name="postId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_department">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="alias" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creationType" Type="Int32" Nullable="false" />
<Property Name="description" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="enable" Type="Boolean" />
<Property Name="fullPath" Type="String" MaxLength="3000" FixedLength="false" Unicode="false" />
<Property Name="lastOperationType" Type="Int32" Nullable="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="parentId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_extra_property">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="name" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="relatedId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="type" Type="Int32" Nullable="false" />
<Property Name="value" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_favorite_entry">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="entryId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="time" Type="DateTime" Precision="7" />
<Property Name="userId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_homepage_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="androidPadHomePage" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="androidPhoneHomePage" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="iPadHomePage" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="iPhoneHomePage" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="pcHomePage" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="type" Type="Int32" />
</EntityType>
<EntityType Name="fine_international">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="description" Type="String" MaxLength="1000" FixedLength="false" Unicode="true" />
<Property Name="i18nKey" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="language" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="i18nValue" Type="String" MaxLength="1000" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="fine_last_login">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="city" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ip" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="time" Type="DateTime" Precision="7" />
<Property Name="userId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_login_lock">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="errorTime" Type="Int32" />
<Property Name="lockObject" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="lockObjectValue" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="lockTime" Type="DateTime" Precision="7" />
<Property Name="locked" Type="Boolean" />
<Property Name="unlockTime" Type="DateTime" Precision="7" />
<Property Name="userId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_mobile_device">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createDate" Type="DateTime" Precision="7" />
<Property Name="deviceName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="macAddress" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="passed" Type="Boolean" />
<Property Name="updateDate" Type="DateTime" Precision="7" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_mobile_push_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="groupId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="mediaId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="msgType" Type="Int32" />
<Property Name="terminal" Type="Int32" />
<Property Name="title" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_class">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="className" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_client_notice">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="addressee" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="content" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="customizeLink" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="linkOpenType" Type="Int32" />
<Property Name="mediaId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="subject" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="terminal" Type="Int32" />
<Property Name="type" Type="Int32" />
</EntityType>
<EntityType Name="fine_output_email">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="addLink" Type="Boolean" />
<Property Name="bccAddress" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="bodyContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="ccAddress" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="customAddress" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="customBccAddress" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="customCcAddress" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="previewAttach" Type="Boolean" />
<Property Name="subject" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="useAttach" Type="Boolean" />
</EntityType>
<EntityType Name="fine_output_ftp">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ftpMode" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="password" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="port" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="savePath" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="serverAddress" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_mount">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="folderEntryID" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="folderEntryName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="folderEntryStr" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_platform_msg">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="content" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="linkOpenType" Type="Int32" />
<Property Name="subject" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_print">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="printerName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_sftp">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="password" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="port" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="privateKey" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="savePath" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="serverAddress" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_output_sms">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="smsParam" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="templateID" Type="Int32" />
</EntityType>
<EntityType Name="fine_param_template">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="templateid" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="tpgroup" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_post">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="alias" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creationType" Type="Int32" Nullable="false" />
<Property Name="description" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="enable" Type="Boolean" />
<Property Name="lastOperationType" Type="Int32" Nullable="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_print_offset">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="cptName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ip" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="offsetX" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="offsetY" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="sign" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_print_offset_ip_relate">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="childIP" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="motherID" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_process_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="processType" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="fine_process_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="allTaskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="deadLine" Type="DateTime" Precision="7" />
<Property Name="processed" Type="Boolean" />
<Property Name="taskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_remote_design_auth">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="path" Type="String" Nullable="false" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="pathType" Type="Boolean" Nullable="false" />
<Property Name="roleType" Type="Int32" Nullable="false" />
<Property Name="userId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="userName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_report_expand">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="showType" Type="Int32" Nullable="false" />
<Property Name="transmitParameters" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_schedule_output">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="baseName" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="createAttachByUsername" Type="Boolean" />
<Property Name="formats" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_schedule_record">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creator" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="detailMessage" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="filePath" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="logMessage" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="logTime" Type="DateTime" Precision="7" />
<Property Name="logType" Type="Int32" />
<Property Name="nextFireTime" Type="DateTime" Precision="7" />
<Property Name="runType" Type="Int32" />
<Property Name="taskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="taskName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_schedule_task">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="backupFilePath" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="conditionParameter" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="creator" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="editable" Type="Boolean" />
<Property Name="fileClearCount" Type="Int32" />
<Property Name="nextFireTime" Type="DateTime" Precision="7" />
<Property Name="outputStr" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="preFireTime" Type="DateTime" Precision="7" />
<Property Name="repeatTime" Type="Int32" />
<Property Name="repeatTimes" Type="Int32" />
<Property Name="scheduleOutput" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="sendBackupFile" Type="Boolean" />
<Property Name="showType" Type="Int32" />
<Property Name="taskCondition" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="taskDescription" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="taskName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="taskParameter" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="taskState" Type="Int32" />
<Property Name="taskType" Type="Int32" />
<Property Name="templatePath" Type="String" Nullable="false" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="triggerGroup" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="userGroup" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_schedule_task_param">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="param" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="taskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="taskName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_cluster_size">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="primary_cluster_size" Type="Int32" />
<Property Name="description" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_col_idx_conf">
<Key>
<PropertyRef Name="columnName" />
<PropertyRef Name="tableKey" />
</Key>
<Property Name="columnName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="tableKey" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="requireGlobalDict" Type="Boolean" />
<Property Name="requireIndex" Type="Boolean" />
</EntityType>
<EntityType Name="fine_swift_config_entity">
<Key>
<PropertyRef Name="configKey" />
</Key>
<Property Name="configKey" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="configValue" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_metadata">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="fields" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="remark" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="schemaName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="swiftSchema" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="tableName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_seg_location">
<Key>
<PropertyRef Name="clusterId" />
<PropertyRef Name="segmentId" />
</Key>
<Property Name="clusterId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="segmentId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="sourceKey" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_segments">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="segmentOrder" Type="Int32" />
<Property Name="segmentOwner" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="segmentUri" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="storeType" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="swiftSchema" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_service_info">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="cluster_id" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="is_singleton" Type="Boolean" />
<Property Name="service" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="service_info" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_tab_idx_conf">
<Key>
<PropertyRef Name="tableKey" />
</Key>
<Property Name="tableKey" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="allotRule" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_swift_table_path">
<Key>
<PropertyRef Name="clusterId" />
<PropertyRef Name="tableKey" />
</Key>
<Property Name="clusterId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="tableKey" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="lastPath" Type="Int32" />
<Property Name="tablePath" Type="Int32" />
<Property Name="tmpDir" Type="Int32" />
</EntityType>
<EntityType Name="fine_system_message">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="terminal" Type="Int64" />
<Property Name="title" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_user">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="birthday" Type="DateTime" Precision="7" />
<Property Name="creationType" Type="Int32" Nullable="false" />
<Property Name="description" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="email" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="enable" Type="Boolean" />
<Property Name="language" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="lastOperationType" Type="Int32" Nullable="false" />
<Property Name="male" Type="Boolean" />
<Property Name="mobile" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="password" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="realAlias" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="realName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="userAlias" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="userName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="workPhone" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_user_role_middle">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="roleId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="roleType" Type="Int32" Nullable="false" />
<Property Name="userId" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_vcs">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="commitCode" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="commitMsg" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="filename" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="time" Type="DateTime" Precision="7" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="version" Type="Int32" />
</EntityType>
<EntityType Name="fine_workflow">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="7" />
<Property Name="creatorId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="nodesId" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_workflow_log">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="dateTime" Type="DateTime" Precision="7" />
<Property Name="message" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="operatorName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="processName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="taskName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_workflow_node">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="alertControl" Type="String" MaxLength="3000" FixedLength="false" Unicode="false" />
<Property Name="authority" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="description" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="needAllComplete" Type="Boolean" />
<Property Name="needOfflineReport" Type="Boolean" />
<Property Name="processId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="reportControl" Type="String" MaxLength="3000" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_workflow_stash_data">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="data" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="reportPath" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="taskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="userId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_workflow_task">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="7" />
<Property Name="creatorId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="creatorName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="deadLineDate" Type="Int32" />
<Property Name="deadLineType" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="issueControl" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="issueOver" Type="Boolean" />
<Property Name="leapfrogBack" Type="Boolean" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="parentId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="processId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="remindControl" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="taskNameCalculateOnce" Type="Boolean" />
</EntityType>
<EntityType Name="fine_workflow_task_impl">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="alerted" Type="Boolean" />
<Property Name="completeState" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="7" />
<Property Name="currentNodeIdx" Type="Int32" />
<Property Name="deadLine" Type="DateTime" Precision="7" />
<Property Name="frTaskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="name" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="needAllComplete" Type="Boolean" />
<Property Name="nodeRoute" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="note" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="operatorJSON" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="operatorOffset" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="operatorOffsetName" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="parentId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="processId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="reportOffset" Type="Int32" />
<Property Name="sendTime" Type="DateTime" Precision="7" />
<Property Name="sender" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="senderId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="sonTaskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="state" Type="Int32" />
<Property Name="taskId" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="fine_write_stash">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="data" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="reportPath" Type="String" Nullable="false" MaxLength="1000" FixedLength="false" Unicode="false" />
<Property Name="username" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="LogErr">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ErrContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="ErrSource" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="ErrTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_202008">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="QRTZ_BLOB_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="BLOB_DATA" Type="Binary" MaxLength="Max" FixedLength="false" />
</EntityType>
<EntityType Name="QRTZ_CALENDARS">
<Key>
<PropertyRef Name="CALENDAR_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="CALENDAR_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="CALENDAR" Type="Binary" MaxLength="4000" FixedLength="false" />
</EntityType>
<EntityType Name="QRTZ_CRON_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="CRON_EXPRESSION" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TIME_ZONE_ID" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="QRTZ_FIRED_TRIGGERS">
<Key>
<PropertyRef Name="ENTRY_ID" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="ENTRY_ID" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="FIRED_TIME" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="INSTANCE_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="IS_NONCONCURRENT" Type="Boolean" Nullable="false" />
<Property Name="JOB_GROUP" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="JOB_NAME" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="PRIORITY" Type="Int32" />
<Property Name="REQUESTS_RECOVERY" Type="Boolean" Nullable="false" />
<Property Name="SCHED_TIME" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="STATE" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="QRTZ_JOB_DETAILS">
<Key>
<PropertyRef Name="JOB_GROUP" />
<PropertyRef Name="JOB_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="JOB_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="JOB_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="DESCRIPTION" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="IS_DURABLE" Type="Boolean" Nullable="false" />
<Property Name="IS_NONCONCURRENT" Type="Boolean" Nullable="false" />
<Property Name="IS_UPDATE_DATA" Type="Boolean" Nullable="false" />
<Property Name="JOB_CLASS_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="JOB_DATA" Type="Binary" MaxLength="Max" FixedLength="false" />
<Property Name="REQUESTS_RECOVERY" Type="Boolean" Nullable="false" />
</EntityType>
<EntityType Name="QRTZ_LOCKS">
<Key>
<PropertyRef Name="LOCK_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="LOCK_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="QRTZ_PAUSED_TRIGGER_GRPS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="QRTZ_SCHEDULER_STATE">
<Key>
<PropertyRef Name="INSTANCE_NAME" />
<PropertyRef Name="SCHED_NAME" />
</Key>
<Property Name="INSTANCE_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="CHECKIN_INTERVAL" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="LAST_CHECKIN_TIME" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
</EntityType>
<EntityType Name="QRTZ_SIMPLE_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="REPEAT_COUNT" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="REPEAT_INTERVAL" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="TIMES_TRIGGERED" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
</EntityType>
<EntityType Name="QRTZ_SIMPROP_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="BOOL_PROP_1" Type="Boolean" />
<Property Name="BOOL_PROP_2" Type="Boolean" />
<Property Name="DEC_PROP_1" Type="Decimal" Precision="19" Scale="2" />
<Property Name="DEC_PROP_2" Type="Decimal" Precision="19" Scale="2" />
<Property Name="INT_PROP_1" Type="Int32" />
<Property Name="INT_PROP_2" Type="Int32" />
<Property Name="LONG_PROP_1" Type="Decimal" Precision="19" Scale="2" />
<Property Name="LONG_PROP_2" Type="Decimal" Precision="19" Scale="2" />
<Property Name="STR_PROP_1" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="STR_PROP_2" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="STR_PROP_3" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="QRTZ_TRIGGERS">
<Key>
<PropertyRef Name="SCHED_NAME" />
<PropertyRef Name="TRIGGER_GROUP" />
<PropertyRef Name="TRIGGER_NAME" />
</Key>
<Property Name="SCHED_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="APPOINT_ID" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="CALENDAR_NAME" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="DESCRIPTION" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="END_TIME" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="JOB_DATA" Type="Binary" MaxLength="Max" FixedLength="false" />
<Property Name="JOB_GROUP" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="JOB_NAME" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="MISFIRE_INSTR" Type="Int32" />
<Property Name="NEXT_FIRE_TIME" Type="Decimal" Precision="19" Scale="2" />
<Property Name="PREV_FIRE_TIME" Type="Decimal" Precision="19" Scale="2" />
<Property Name="PRIORITY" Type="Int32" />
<Property Name="START_TIME" Type="Decimal" Nullable="false" Precision="19" Scale="2" />
<Property Name="TRIGGER_STATE" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="TRIGGER_TYPE" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="T_PaintInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PaintCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="PaintName" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="PaintModel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="UnitCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="CarModelCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="IsUsing" Type="Int32" Nullable="false" />
<Property Name="CreateTime" Type="DateTime" Nullable="false" Precision="3" />
</EntityType>
<EntityType Name="T_Sys_Buttons">
<Key>
<PropertyRef Name="BtnID" />
</Key>
<Property Name="BtnID" Type="Guid" Nullable="false" />
<Property Name="BtnName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ItemPic" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
<Property Name="PowerID" Type="Guid" />
<Property Name="MenuID" Type="Guid" />
<Property Name="MenuName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="IsEnabled" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="BtnCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="T_Sys_NavMenu">
<Key>
<PropertyRef Name="MenuID" />
</Key>
<Property Name="MenuID" Type="Guid" Nullable="false" />
<Property Name="MenuName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="URLStr" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="ItemPic" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
<Property Name="PowerID" Type="Guid" />
<Property Name="ParentMenuID" Type="Guid" />
<Property Name="IsEnabled" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="OrderNum" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="T_Sys_Power">
<Key>
<PropertyRef Name="PowerID" />
</Key>
<Property Name="PowerID" Type="Guid" Nullable="false" />
<Property Name="PowerCode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
<Property Name="PowerName" Type="String" Nullable="false" MaxLength="30" FixedLength="false" Unicode="false" />
<Property Name="OpName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="OpTime" Type="DateTime" Precision="3" />
<NavigationProperty Name="T_Sys_RoleLinkPower" Relationship="BBMPTModel.FK_T_SYS_RO_REFERENCE_T_SYS_PO" FromRole="T_Sys_Power" ToRole="T_Sys_RoleLinkPower" />
</EntityType>
<EntityType Name="T_Sys_Role">
<Key>
<PropertyRef Name="RoleID" />
</Key>
<Property Name="RoleID" Type="Guid" Nullable="false" />
<Property Name="RoleName" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
<Property Name="Description" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="OpName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="OpTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="T_Sys_UserRole">
<Key>
<PropertyRef Name="UserID" />
<PropertyRef Name="RoleID" />
</Key>
<Property Name="UserID" Type="Guid" Nullable="false" />
<Property Name="RoleID" Type="Guid" Nullable="false" />
<Property Name="OpTime" Type="DateTime" Precision="3" />
<Property Name="OpName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="T_Sys_Users">
<Key>
<PropertyRef Name="UserID" />
</Key>
<Property Name="UserID" Type="Guid" Nullable="false" />
<Property Name="UserName" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="Password" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="IsEnabled" Type="String" Nullable="false" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="RealName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Sex" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="Tel" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="LastLoginTime" Type="DateTime" Precision="3" />
<Property Name="LastLoginIP" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="DepartmentID" Type="Guid" />
<Property Name="OpName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="OpTime" Type="DateTime" Precision="3" />
<Property Name="Department" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="T_Sys_Users_NavMenu">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="UserID" Type="Guid" />
<Property Name="MenuID" Type="Guid" />
</EntityType>
<EntityType Name="TA_DEPT">
<Key>
<PropertyRef Name="GUID" />
</Key>
<Property Name="GUID" Type="Guid" Nullable="false" />
<Property Name="DeptCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="DeptName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateUser" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateUser" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="Remark" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="UID" Type="Int32" />
<Property Name="Enable" Type="Boolean" />
<Property Name="Domain" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Site" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_aa">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="barcode" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="side" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="createtime" Type="DateTime" Precision="3" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_AndonButtonType">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ButtonType" Type="Int32" />
<Property Name="ButtonName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_AndonRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ButtonTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StartTime" Type="DateTime" Precision="3" />
<Property Name="EndTime" Type="DateTime" Precision="3" />
<Property Name="InterVal" Type="Int32" />
</EntityType>
<EntityType Name="tb_Bad_Injection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OneBarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BadPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="BadReason" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_BarCode">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OneBarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PrintType" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsDel" Type="Int32" />
<Property Name="IsImport" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="StationID2" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BatchNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Bom">
<Key>
<PropertyRef Name="BomID" />
</Key>
<Property Name="BomID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Box_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxCount" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="Des" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
<Property Name="Validity" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Box_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Box_WheelBrow">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="BoxNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
<Property Name="PartNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="Validity" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_BucketInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BucketCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BucketName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="IsUsing" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_CheckItem">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DeviceID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CheckContent" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="CheckVersion" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Color">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Circle" Type="Int32" />
<Property Name="ColorQQCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorDQCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="OrderNo" Type="Int32" />
</EntityType>
<EntityType Name="tb_CommonlyInspection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="VersionID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="InspectionContentID" Type="String" Nullable="false" MaxLength="2000" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="CreateUserID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="IsUseing" Type="Int32" Nullable="false" />
<Property Name="DisableTime" Type="DateTime" Precision="3" />
<Property Name="DisableUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_CommonlyInspectionRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="CommonlyInspectionID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CheckResult" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="CheckUser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CheckDate" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="ConfirmUser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ConfirmUserDate" Type="DateTime" Precision="3" />
<Property Name="GroupLeaderConfirm" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="GroupLeaderConfirmDate" Type="DateTime" Precision="3" />
<Property Name="DepartmentLeaderConfirm" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="DepartmentLeaderConfirmDate" Type="DateTime" Precision="3" />
<Property Name="CreateTime" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="CreateUserID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="IsUseing" Type="Int32" Nullable="false" />
<Property Name="DisableTime" Type="DateTime" Precision="3" />
<Property Name="DisableUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CheckType" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="ErrMes" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_CommonlyInspectionVersion">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="DeviceID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Version" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="CreateUserID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="IsUseing" Type="Int32" Nullable="false" />
<Property Name="Operation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="DisableTime" Type="DateTime" Precision="3" />
<Property Name="DisableUserID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Description" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_Config">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="value" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
<Property Name="des" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Cylinder">
<Key>
<PropertyRef Name="CylinderID" />
</Key>
<Property Name="CylinderID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CylinderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_CylinderAndRaw">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CylinderID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DrumBarCode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Time1" Type="DateTime" Precision="3" />
<Property Name="Time2" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="tb_Defect">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="false" Unicode="false" />
<Property Name="LineID" Type="String" MaxLength="36" FixedLength="false" Unicode="false" />
<Property Name="DefectName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Device">
<Key>
<PropertyRef Name="DeviceID" />
</Key>
<Property Name="DeviceID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="DeviceName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="FixNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="DeviceModel" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Factory">
<Key>
<PropertyRef Name="FactoryID" />
</Key>
<Property Name="FactoryID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="FactoryName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_FinishProduct">
<Key>
<PropertyRef Name="FinishProductID" />
</Key>
<Property Name="FinishProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="FinishProductNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="FinishProductName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="10" FixedLength="true" Unicode="true" />
</EntityType>
<EntityType Name="tb_HybridPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PlanCount" Type="Int32" />
<Property Name="Qty" Type="Int32" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_HybridScanRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BarCode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="CreatTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ImgVideo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="false" Unicode="false" />
<Property Name="fileUrl" Type="String" Nullable="false" MaxLength="2000" FixedLength="false" Unicode="false" />
<Property Name="fileName" Type="String" Nullable="false" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="fileType" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Inhection_DownReason">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Injection_DownRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DownType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="DownReason" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="StartTime" Type="DateTime" Precision="3" />
<Property Name="EndTime" Type="DateTime" Precision="3" />
<Property Name="DownTime" Type="Int32" />
<Property Name="Remark1" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="Remark2" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="Remark3" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_Injection_DownTime">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StartTime" Type="DateTime" Precision="3" />
<Property Name="EndTime" Type="DateTime" Precision="3" />
<Property Name="InterVal" Type="Int32" />
<Property Name="DownTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Remark1" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="Remark2" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="Remark3" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Injection_DownType">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DownTypeName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Injection_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="workClass" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="JK_Weight" Type="Double" />
<Property Name="Waste_Weight" Type="Double" />
<Property Name="RecordDate" Type="DateTime" Precision="3" />
<Property Name="StockNo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="PartNo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_InjectionPlan">
<Key>
<PropertyRef Name="InjectionPlanID" />
</Key>
<Property Name="InjectionPlanID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BeginTime" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PlanCount" Type="Int32" />
<Property Name="EndTime" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PlanDate" Type="DateTime" Precision="0" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="RealCycle" Type="Decimal" Precision="12" Scale="0" />
<Property Name="workClass" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="JK_Weight" Type="Double" />
<Property Name="Waste_Weight" Type="Double" />
</EntityType>
<EntityType Name="tb_InspectResult">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="position" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="defectID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productOption" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="InspectTimes" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_LayerAndBC">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="layer" Type="Int32" />
<Property Name="floor" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<Property Name="des" Type="String" MaxLength="300" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Line">
<Key>
<PropertyRef Name="LineID" />
</Key>
<Property Name="LineID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PlaceID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="LineName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Location">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Location" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Machine">
<Key>
<PropertyRef Name="MachineID" />
</Key>
<Property Name="MachineID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="MachineNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Mistake_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PackCount" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Mistake_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PackCount" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Mistake_Gratings">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="ZcPartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZcPartName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Model_Product">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ModelID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProuctID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_Model_Update">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Purpose" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="State" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="Supplier" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="Remarks" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="AddTime" Type="DateTime" Precision="3" />
<Property Name="ModelID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_ModelCount">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ModelID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ModelPrintCount" Type="Decimal" Nullable="false" Precision="18" Scale="0" />
<Property Name="PrintDate" Type="DateTime" Precision="0" />
<Property Name="ModelSumCount" Type="Decimal" Nullable="false" Precision="18" Scale="0" />
</EntityType>
<EntityType Name="tb_ModelInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ModelName" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ModelNo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="PermanentAssetsNo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="Tonnage" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ServiceLife" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="Supplier" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="PartWeight" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="InjectionPeriod" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="LocatingRingSize" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="OutForm" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ModelWeight" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="RunnerForm" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ModelCavityNo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
<Property Name="ModelSize" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Operator">
<Key>
<PropertyRef Name="OperatorID" />
</Key>
<Property Name="OperatorID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OperatorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="OperatorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="OperatorPsw" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Paint_Bucket">
<Key>
<PropertyRef Name="PaintID" />
<PropertyRef Name="BucketID" />
</Key>
<Property Name="PaintID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BucketID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_PaintBarCode">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OneBarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorDes" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Side" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="ProductDate" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PrintReason" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="PrintPerson" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PaintInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PaintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PaintName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PaintModel" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="UnitCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CarModelCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsUsing" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_PaintPerson">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PrintPerson" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PaintReason">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PrintReason" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PaintScanRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="OneBarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ScanTime" Type="DateTime" Precision="3" />
<Property Name="ScanPosition" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ScanResult" Type="Int32" />
</EntityType>
<EntityType Name="tb_PartRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="TaskID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CommandType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreatTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Place">
<Key>
<PropertyRef Name="PlaceID" />
</Key>
<Property Name="PlaceID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="FactoryID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PlaceName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Plan_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Item" Type="Int32" />
<Property Name="PartNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="OrderCount" Type="Int32" />
<Property Name="LyCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="RepairCount" Type="Int32" />
<Property Name="ScrapCount1" Type="Int32" />
<Property Name="ScrapCount2" Type="Int32" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="IsFinish" Type="Int32" />
</EntityType>
<EntityType Name="tb_Plan_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Item" Type="Int32" />
<Property Name="PartNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="OrderCount" Type="Int32" />
<Property Name="LyCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="RepairCount" Type="Int32" />
<Property Name="ScrapCount1" Type="Int32" />
<Property Name="ScrapCount2" Type="Int32" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="IsFinish" Type="Int32" />
</EntityType>
<EntityType Name="tb_Plan_Punch">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Item" Type="Int32" />
<Property Name="PartNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="OrderCount" Type="Int32" />
<Property Name="LyCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Plan_Punch_214">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Item" Type="Int32" />
<Property Name="StationId" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="OrderCount" Type="Int32" />
<Property Name="LyCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_PlanScreenConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="IP" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
<Property Name="StationNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Des" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Plastic">
<Key>
<PropertyRef Name="StockNo" />
<PropertyRef Name="StationID" />
</Key>
<Property Name="StockNo" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="CycleTime" Type="Int32" />
<Property Name="StationID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="IsBackup" Type="Int32" />
<Property Name="Weight" Type="Int32" />
<Property Name="OpenDebugTime" Type="Int32" />
</EntityType>
<EntityType Name="tb_PrintConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="StockNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PrintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Product">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProjectID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
<Property Name="OrderNo" Type="Int32" />
<Property Name="PackQty" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product_Injection">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductDate" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ClassName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product_Injection_w">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="RealCycle" Type="Decimal" Precision="12" Scale="0" />
<Property Name="Waste_Weight" Type="Double" />
<Property Name="JK_Weight" Type="Double" />
</EntityType>
<EntityType Name="tb_ProductSotckIn">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ProductType">
<Key>
<PropertyRef Name="ProductTypeID" />
</Key>
<Property Name="ProductTypeID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeNo" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductTypeName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Project">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Project" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="LocationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SerialNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="barCode1" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode2" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode3" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode4" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode5" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode6" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="StationId" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_Del">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SerialNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="barCode1" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode2" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode3" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode4" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode5" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode6" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_DoorSill_214">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SerialNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="barCode1" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="barCode2" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="barCode3" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="barCode4" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="barCode5" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="barCode6" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="StationId" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Flag" Type="Int32" />
<Property Name="IsIndia" Type="Int32" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="isOK" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="planID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="createtime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Punch_Proucting">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="StationNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
</EntityType>
<EntityType Name="tb_PunchAddress">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Address" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="RW" Type="Int32" />
</EntityType>
<EntityType Name="tb_PunchAndStation">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductID1" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductID2" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty2" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID3" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty3" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID4" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty4" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID5" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty5" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID9" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty9" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID10" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty10" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID11" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty11" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="CreateTine" Type="DateTime" Precision="3" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="AddressNo" Type="Int32" />
<Property Name="PortName" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="CheckDone" Type="Int32" />
<Property Name="ProductID6" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty6" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID7" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty7" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID8" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty8" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID12" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty12" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID13" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty13" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID14" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty14" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PunchDevice">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="DeviceName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Poject" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PunchMFAPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="CarModelCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="productionNumber" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="itemNumber" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="description" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="assemblyDate" Type="DateTime" Precision="3" />
<Property Name="BillNo" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="partType" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Sort" Type="Int32" />
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="CheckTime" Type="DateTime" Precision="3" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_PunchNGCCPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="CarModelCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="productionNumber" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="itemNumber" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="description" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="assemblyDate" Type="DateTime" Precision="3" />
<Property Name="BillNo" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="partType" Type="String" MaxLength="35" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Sort" Type="Int32" />
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="CheckTime" Type="DateTime" Precision="3" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_PunchPlan">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PlanCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_PunchRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ScanTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_PunchResult">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="punchResult" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="Responsibility" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_PunchValueRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Address" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ItemValue" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Record_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime1" Type="DateTime" Precision="3" />
<Property Name="CreateTime2" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
<Property Name="Type" Type="Int32" />
</EntityType>
<EntityType Name="tb_Record_243_20220517">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime1" Type="DateTime" Precision="3" />
<Property Name="CreateTime2" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
<Property Name="Type" Type="Int32" />
</EntityType>
<EntityType Name="tb_Record_Gratings">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="BarCode1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BarCode2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZcCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="tb_Report_FiveScreen">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="LastYear" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="Decimal" Precision="18" Scale="1" />
<Property Name="May" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="Decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenConfig">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Min" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Max" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Scale" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenLast">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="StationNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="UseRate" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PassRate" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Remark1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Report_FiveScreenStandard">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="LastYear" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="Decimal" Precision="18" Scale="1" />
<Property Name="May" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="Decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ReportA1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="barCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Location" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_reportA2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="barCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Location" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_ReportF1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Location" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="barCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_ReportF3">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Location" Type="String" Nullable="false" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="num" Type="Int32" />
</EntityType>
<EntityType Name="tb_ReportG1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Location" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="barCode" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_ReportH1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="Location" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Project" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="barCode" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_ReportTest">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="barCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="inspectTimes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="weizhi" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="station" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_ScanAnalysis">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="ProductDate" Type="DateTime" Precision="0" />
<Property Name="workClass" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Qty" Type="Int32" />
<Property Name="ScanPosition1" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="P_Qty1" Type="Int32" />
<Property Name="P_UnScanQty1" Type="Int32" />
<Property Name="ScanPosition2" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="P_Qty2" Type="Int32" />
<Property Name="P_UnScanQty2" Type="Int32" />
</EntityType>
<EntityType Name="tb_ScanRecord_Laser">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ScanTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_SkidInfo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SkidNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BarcodeLeft" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="BarcodeRight" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="Layer" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
<Property Name="ColorInfo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="Side_1_BC01" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC02" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC03" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC04" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC05" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC06" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC07" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC08" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC09" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC11" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC12" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC01" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC02" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC03" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC04" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC05" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC06" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC07" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC08" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC09" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC11" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC12" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_SpcialNotFacStockNo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="NotFacStockNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_SpcialStockNo">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SpecialStockNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_SpecialHybrid">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SpecialPartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_SpecialVisual">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="SpecialPartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Station">
<Key>
<PropertyRef Name="StationID" />
</Key>
<Property Name="StationID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="LineID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_StationAndCylinder">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CylinderID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Time1" Type="DateTime" Precision="3" />
<Property Name="Time2" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_StockIn_beif">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="pass" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_StockInColor">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ColorInfo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="CreateBy" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_test">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Reason" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ToVisual_WheelBrow_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ToVisual_WheelBrow_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ToWmsRecord">
<Key>
<PropertyRef Name="Id" />
</Key>
<Property Name="Id" Type="Int64" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="TES_BOM">
<Key>
<PropertyRef Name="GUID" />
<PropertyRef Name="UID" />
</Key>
<Property Name="ParentPart" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ComponentPart" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Reference" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="StartEffective" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="QuantityPer" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="StructureType" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="EndEffective" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Remarks" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Scrap" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="LeadTimeOffset" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Operation" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="SequenceNumber" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="FporecastPercent" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="OptionGroup" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Process" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="GUID" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="UID" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="CreateUser" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Remark" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="TaskID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="CommandType" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="DataID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Domain" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Site" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="InsertTime" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="TES_PART_MSTR">
<Key>
<PropertyRef Name="GUID" />
<PropertyRef Name="UID" />
</Key>
<Property Name="GUID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Desc1" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Desc2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Um" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="ProdLine" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="AddDate" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="PartType" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Status" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Qgrade" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="InventoryCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="UID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Remark" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="TaskID" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="CommandType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Domain" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="Site" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
<Property Name="CreatTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="test2">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductDate" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ClassName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductCount" Type="Int32" />
</EntityType>
<EntityType Name="LogSys_202001_04">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_202003">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_202004">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_202005">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_20200605">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_20200610">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="LogSys_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="SysContent" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="SysSource" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="T_Sys_RoleLinkPower">
<Key>
<PropertyRef Name="RoleID" />
<PropertyRef Name="PowerID" />
</Key>
<Property Name="RoleID" Type="Guid" Nullable="false" />
<Property Name="PowerID" Type="Guid" Nullable="false" />
<Property Name="OpTime" Type="DateTime" Precision="3" />
<Property Name="OpName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
<NavigationProperty Name="T_Sys_Power" Relationship="BBMPTModel.FK_T_SYS_RO_REFERENCE_T_SYS_PO" FromRole="T_Sys_RoleLinkPower" ToRole="T_Sys_Power" />
</EntityType>
<EntityType Name="tb_Assembly_243">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="TapeBatchNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Validity" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Assembly_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="TapeBatchNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Validity" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Assembly_254">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartType" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="TapeBatchNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="Validity" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="tb_Bom_20190726">
<Key>
<PropertyRef Name="BomID" />
</Key>
<Property Name="BomID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Box_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="BatchNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxCount" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="Des" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="Flag" Type="Int32" />
<Property Name="Validity" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ValidityDate" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Color_20191008">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="Circle" Type="Int32" />
<Property Name="ColorQQCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Color_20201101">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ColorCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Circle" Type="Int32" />
<Property Name="ColorQQCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ColorDQCode" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="UpdateTime" Type="DateTime" Precision="3" />
<Property Name="OrderNo" Type="Int32" />
</EntityType>
<EntityType Name="tb_Defect_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="false" Unicode="false" />
<Property Name="LineID" Type="String" MaxLength="36" FixedLength="false" Unicode="false" />
<Property Name="DefectName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_InjectPlanReport">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="InjectionPlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="MaterialName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Drum" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BatchNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Time1" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_InspectResult_20190902">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="position" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="defectID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productOption" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="InspectTimes" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_InspectResult_20200717">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="position" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="defectID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productOption" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="InspectTimes" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_InspectResult_20201021">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="position" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="defectID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productOption" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="InspectTimes" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_InspectResult_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="side" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="position" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="stationNo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="workClass" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="inspectResult" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="damnPosition" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="defectID" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="reason" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="productOption" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="InspectTimes" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="remark1" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="remark3" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Mistake_243_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PackCount" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Mistake_247_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName1" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartName2" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="PackCount" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Plan_Punch_20200509">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="Item" Type="Int32" />
<Property Name="PartNo" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
<Property Name="OrderCount" Type="Int32" />
<Property Name="LyCount" Type="Int32" />
<Property Name="CompleteCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
<Property Name="Des" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="IsFinish" Type="Int32" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_PrintRecord">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="BarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PrintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Color" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ColorCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductInfo" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="PrintType" Type="Int32" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Product_20200513">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product_20201110">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProjectID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
<Property Name="OrderNo" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product_20230901">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProjectID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
<Property Name="OrderNo" Type="Int32" />
<Property Name="PackQty" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product_Injection_20190726">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductDate" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="ClassName" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductCount" Type="Int32" />
<Property Name="BadCount" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product0912">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProjectID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product20200802">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_Product20201016">
<Key>
<PropertyRef Name="ProductID" />
</Key>
<Property Name="ProductID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductTypeID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProjectID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
<Property Name="PartName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ProductName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Rows" Type="Int32" />
<Property Name="Cols" Type="Int32" />
<Property Name="Layers" Type="Int32" />
<Property Name="PicturePath" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="Des" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
<Property Name="isImport" Type="Int32" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsHigh" Type="Int32" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_20200721">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_20200907">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_20221231">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SerialNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="barCode1" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode2" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode3" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode4" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode5" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode6" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_20230630">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SerialNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="PrintTime" Type="DateTime" Precision="3" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="barCode1" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode2" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode3" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode4" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode5" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barCode6" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="StationId" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Flag" Type="Int32" />
</EntityType>
<EntityType Name="tb_Punch_Code_Record_BF">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BcpID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="ZcID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="WorkClass" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="PlanID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_PunchAndStation_bak">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductID1" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="ProductID2" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty2" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID3" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty3" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID4" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty4" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID5" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty5" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID9" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty9" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID10" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty10" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID11" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty11" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="CreateTine" Type="DateTime" Precision="3" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="IsCheck" Type="Int32" />
<Property Name="AddressNo" Type="Int32" />
<Property Name="PortName" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="CheckDone" Type="Int32" />
<Property Name="ProductID6" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty6" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID7" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty7" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID8" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty8" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID12" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty12" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID13" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty13" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
<Property Name="ProductID14" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="Qty14" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Record_247">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="PartNo1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PartNo2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="BoxNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime1" Type="DateTime" Precision="3" />
<Property Name="CreateTime2" Type="DateTime" Precision="3" />
<Property Name="Flag" Type="Int32" />
<Property Name="Type" Type="Int32" />
<Property Name="ToVisual" Type="Int32" />
<Property Name="FinishTime" Type="DateTime" Precision="3" />
<Property Name="DeviceNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_Report_FiveScreen_20191011">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="LastYear" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="Decimal" Precision="18" Scale="1" />
<Property Name="May" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="Decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_Report_FiveScreen_20191014">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="LastYear" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jan" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Feb" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Mar" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Apr" Type="Decimal" Precision="18" Scale="1" />
<Property Name="May" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jun" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Jul" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Aug" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Sept" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Oct" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Nov" Type="Decimal" Precision="18" Scale="1" />
<Property Name="Dec" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day1" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day2" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day3" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day4" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day5" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day6" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day7" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day8" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day9" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day10" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day11" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day12" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day13" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day14" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day15" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day16" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day17" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day18" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day19" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day20" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day21" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day22" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day23" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day24" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day25" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day26" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day27" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day28" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day29" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day30" Type="Decimal" Precision="18" Scale="1" />
<Property Name="day31" Type="Decimal" Precision="18" Scale="1" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
</EntityType>
<EntityType Name="tb_ReportPaintingScreen">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="oncePassNum" />
<PropertyRef Name="sumPassNum" />
</Key>
<Property Name="color" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="sumNum" Type="Int32" Nullable="false" />
<Property Name="oncePassNum" Type="Int32" Nullable="false" />
<Property Name="oncePassRate" Type="String" MaxLength="21" FixedLength="false" Unicode="false" />
<Property Name="sumPassNum" Type="Int32" Nullable="false" />
<Property Name="sumPassRate" Type="String" MaxLength="21" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_ReportPaintingScreen_bak">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="oncePassNum" />
<PropertyRef Name="sumPassNum" />
</Key>
<Property Name="color" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="sumNum" Type="Int32" Nullable="false" />
<Property Name="oncePassNum" Type="Int32" Nullable="false" />
<Property Name="oncePassRate" Type="String" MaxLength="21" FixedLength="false" Unicode="false" />
<Property Name="sumPassNum" Type="Int32" Nullable="false" />
<Property Name="sumPassRate" Type="String" MaxLength="21" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_ReportPaintingScreen_pg">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="hgNum" />
<PropertyRef Name="defectRate1" />
</Key>
<Property Name="color" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="sumNum" Type="Int32" Nullable="false" />
<Property Name="hgNum" Type="Int32" Nullable="false" />
<Property Name="DefectName1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate1" Type="Decimal" Nullable="false" Precision="10" Scale="2" />
<Property Name="DefectName2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate2" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate3" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate4" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate5" Type="Decimal" Precision="10" Scale="2" />
</EntityType>
<EntityType Name="tb_ReportPaintingScreen_pg_bak">
<Key>
<PropertyRef Name="sumNum" />
<PropertyRef Name="hgNum" />
<PropertyRef Name="defectRate1" />
</Key>
<Property Name="color" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="productInfo" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
<Property Name="sumNum" Type="Int32" Nullable="false" />
<Property Name="hgNum" Type="Int32" Nullable="false" />
<Property Name="DefectName1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate1" Type="Decimal" Nullable="false" Precision="10" Scale="2" />
<Property Name="DefectName2" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate2" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName3" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate3" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName4" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate4" Type="Decimal" Precision="10" Scale="2" />
<Property Name="DefectName5" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="defectRate5" Type="Decimal" Precision="10" Scale="2" />
</EntityType>
<EntityType Name="tb_SkidInfo_20200904">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="SkidNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
<Property Name="BarcodeLeft" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="BarcodeRight" Type="String" MaxLength="500" FixedLength="false" Unicode="false" />
<Property Name="Layer" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
<Property Name="ColorInfo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="Side_1_BC01" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC02" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC03" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC04" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC05" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC06" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC07" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC08" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC09" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC11" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_1_BC12" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC01" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC02" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC03" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC04" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC05" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC06" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC07" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC08" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC09" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC10" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC11" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="Side_2_BC12" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<EntityType Name="tb_StockIn">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="pass" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="paintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZcCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_StockIn_20200511">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="pass" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="paintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZcCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="tb_StockIn_20210322">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="barcode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="pass" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
<Property Name="createTime" Type="DateTime" Precision="3" />
<Property Name="paintCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ZcCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
</EntityType>
<EntityType Name="test1">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="String" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StationID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="StockNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PrintType" Type="Int32" />
<Property Name="OneBarCode" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="PlanID" Type="String" MaxLength="36" FixedLength="true" Unicode="false" />
<Property Name="CreateTime" Type="DateTime" Precision="3" />
<Property Name="ProductName" Type="String" MaxLength="500" FixedLength="false" Unicode="true" />
<Property Name="PartNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ProductDate" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="ClassName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
</EntityType>
<Association Name="FK_T_SYS_RO_REFERENCE_T_SYS_PO">
<End Type="BBMPTModel.T_Sys_Power" Role="T_Sys_Power" Multiplicity="1" />
<End Type="BBMPTModel.T_Sys_RoleLinkPower" Role="T_Sys_RoleLinkPower" Multiplicity="*" />
<ReferentialConstraint>
<Principal Role="T_Sys_Power">
<PropertyRef Name="PowerID" />
</Principal>
<Dependent Role="T_Sys_RoleLinkPower">
<PropertyRef Name="PowerID" />
</Dependent>
</ReferentialConstraint>
</Association>
</Schema>
</edmx:ConceptualModels>
<!-- C-S mapping content -->
<edmx:Mappings>
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
<EntityContainerMapping StorageEntityContainer="BBMPTModelStoreContainer" CdmEntityContainer="BBMPTEntities">
<EntitySetMapping Name="fine_authority">
<EntityTypeMapping TypeName="BBMPTModel.fine_authority">
<MappingFragment StoreEntitySet="fine_authority">
<ScalarProperty Name="roleType" ColumnName="roleType" />
<ScalarProperty Name="roleId" ColumnName="roleId" />
<ScalarProperty Name="authorityType" ColumnName="authorityType" />
<ScalarProperty Name="authorityEntityType" ColumnName="authorityEntityType" />
<ScalarProperty Name="authorityEntityId" ColumnName="authorityEntityId" />
<ScalarProperty Name="authority" ColumnName="authority" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_authority_object">
<EntityTypeMapping TypeName="BBMPTModel.fine_authority_object">
<MappingFragment StoreEntitySet="fine_authority_object">
<ScalarProperty Name="sortIndex" ColumnName="sortIndex" />
<ScalarProperty Name="path" ColumnName="path" />
<ScalarProperty Name="mobileIcon" ColumnName="mobileIcon" />
<ScalarProperty Name="icon" ColumnName="icon" />
<ScalarProperty Name="displayName" ColumnName="displayName" />
<ScalarProperty Name="deviceType" ColumnName="deviceType" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="coverId" ColumnName="coverId" />
<ScalarProperty Name="parentId" ColumnName="parentId" />
<ScalarProperty Name="fullPath" ColumnName="fullPath" />
<ScalarProperty Name="expandType" ColumnName="expandType" />
<ScalarProperty Name="expandId" ColumnName="expandId" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_backup_node">
<EntityTypeMapping TypeName="BBMPTModel.fine_backup_node">
<MappingFragment StoreEntitySet="fine_backup_node">
<ScalarProperty Name="type" ColumnName="type" />
<ScalarProperty Name="backupSize" ColumnName="backupSize" />
<ScalarProperty Name="savePath" ColumnName="savePath" />
<ScalarProperty Name="backupTime" ColumnName="backupTime" />
<ScalarProperty Name="backupName" ColumnName="backupName" />
<ScalarProperty Name="backupModule" ColumnName="backupModule" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_base_message">
<EntityTypeMapping TypeName="BBMPTModel.fine_base_message">
<MappingFragment StoreEntitySet="fine_base_message">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="urlType" ColumnName="urlType" />
<ScalarProperty Name="url" ColumnName="url" />
<ScalarProperty Name="type" ColumnName="type" />
<ScalarProperty Name="toasted" ColumnName="toasted" />
<ScalarProperty Name="readed" ColumnName="readed" />
<ScalarProperty Name="message" ColumnName="message" />
<ScalarProperty Name="datetime" ColumnName="datetime" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_base_output">
<EntityTypeMapping TypeName="BBMPTModel.fine_base_output">
<MappingFragment StoreEntitySet="fine_base_output">
<ScalarProperty Name="runType" ColumnName="runType" />
<ScalarProperty Name="resultURL" ColumnName="resultURL" />
<ScalarProperty Name="outputId" ColumnName="outputId" />
<ScalarProperty Name="executeByUser" ColumnName="executeByUser" />
<ScalarProperty Name="actionName" ColumnName="actionName" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_block_ip">
<EntityTypeMapping TypeName="BBMPTModel.fine_block_ip">
<MappingFragment StoreEntitySet="fine_block_ip">
<ScalarProperty Name="rejectedVisits" ColumnName="rejectedVisits" />
<ScalarProperty Name="ip" ColumnName="ip" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_conf_classname">
<EntityTypeMapping TypeName="BBMPTModel.fine_conf_classname">
<MappingFragment StoreEntitySet="fine_conf_classname">
<ScalarProperty Name="className" ColumnName="className" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_conf_entity">
<EntityTypeMapping TypeName="BBMPTModel.fine_conf_entity">
<MappingFragment StoreEntitySet="fine_conf_entity">
<ScalarProperty Name="value" ColumnName="value" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_conf_xmlentity">
<EntityTypeMapping TypeName="BBMPTModel.fine_conf_xmlentity">
<MappingFragment StoreEntitySet="fine_conf_xmlentity">
<ScalarProperty Name="value" ColumnName="value" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_custom_role">
<EntityTypeMapping TypeName="BBMPTModel.fine_custom_role">
<MappingFragment StoreEntitySet="fine_custom_role">
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="lastOperationType" ColumnName="lastOperationType" />
<ScalarProperty Name="enable" ColumnName="enable" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="creationType" ColumnName="creationType" />
<ScalarProperty Name="alias" ColumnName="alias" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_dep_role">
<EntityTypeMapping TypeName="BBMPTModel.fine_dep_role">
<MappingFragment StoreEntitySet="fine_dep_role">
<ScalarProperty Name="postId" ColumnName="postId" />
<ScalarProperty Name="lastOperationType" ColumnName="lastOperationType" />
<ScalarProperty Name="fullPath" ColumnName="fullPath" />
<ScalarProperty Name="departmentId" ColumnName="departmentId" />
<ScalarProperty Name="creationType" ColumnName="creationType" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_department">
<EntityTypeMapping TypeName="BBMPTModel.fine_department">
<MappingFragment StoreEntitySet="fine_department">
<ScalarProperty Name="parentId" ColumnName="parentId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="lastOperationType" ColumnName="lastOperationType" />
<ScalarProperty Name="fullPath" ColumnName="fullPath" />
<ScalarProperty Name="enable" ColumnName="enable" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="creationType" ColumnName="creationType" />
<ScalarProperty Name="alias" ColumnName="alias" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_extra_property">
<EntityTypeMapping TypeName="BBMPTModel.fine_extra_property">
<MappingFragment StoreEntitySet="fine_extra_property">
<ScalarProperty Name="value" ColumnName="value" />
<ScalarProperty Name="type" ColumnName="type" />
<ScalarProperty Name="relatedId" ColumnName="relatedId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_favorite_entry">
<EntityTypeMapping TypeName="BBMPTModel.fine_favorite_entry">
<MappingFragment StoreEntitySet="fine_favorite_entry">
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="time" ColumnName="time" />
<ScalarProperty Name="entryId" ColumnName="entryId" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_homepage_expand">
<EntityTypeMapping TypeName="BBMPTModel.fine_homepage_expand">
<MappingFragment StoreEntitySet="fine_homepage_expand">
<ScalarProperty Name="type" ColumnName="type" />
<ScalarProperty Name="pcHomePage" ColumnName="pcHomePage" />
<ScalarProperty Name="iPhoneHomePage" ColumnName="iPhoneHomePage" />
<ScalarProperty Name="iPadHomePage" ColumnName="iPadHomePage" />
<ScalarProperty Name="androidPhoneHomePage" ColumnName="androidPhoneHomePage" />
<ScalarProperty Name="androidPadHomePage" ColumnName="androidPadHomePage" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_international">
<EntityTypeMapping TypeName="BBMPTModel.fine_international">
<MappingFragment StoreEntitySet="fine_international">
<ScalarProperty Name="i18nValue" ColumnName="i18nValue" />
<ScalarProperty Name="language" ColumnName="language" />
<ScalarProperty Name="i18nKey" ColumnName="i18nKey" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_last_login">
<EntityTypeMapping TypeName="BBMPTModel.fine_last_login">
<MappingFragment StoreEntitySet="fine_last_login">
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="time" ColumnName="time" />
<ScalarProperty Name="ip" ColumnName="ip" />
<ScalarProperty Name="city" ColumnName="city" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_login_lock">
<EntityTypeMapping TypeName="BBMPTModel.fine_login_lock">
<MappingFragment StoreEntitySet="fine_login_lock">
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="unlockTime" ColumnName="unlockTime" />
<ScalarProperty Name="locked" ColumnName="locked" />
<ScalarProperty Name="lockTime" ColumnName="lockTime" />
<ScalarProperty Name="lockObjectValue" ColumnName="lockObjectValue" />
<ScalarProperty Name="lockObject" ColumnName="lockObject" />
<ScalarProperty Name="errorTime" ColumnName="errorTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_mobile_device">
<EntityTypeMapping TypeName="BBMPTModel.fine_mobile_device">
<MappingFragment StoreEntitySet="fine_mobile_device">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="updateDate" ColumnName="updateDate" />
<ScalarProperty Name="passed" ColumnName="passed" />
<ScalarProperty Name="macAddress" ColumnName="macAddress" />
<ScalarProperty Name="deviceName" ColumnName="deviceName" />
<ScalarProperty Name="createDate" ColumnName="createDate" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_mobile_push_message">
<EntityTypeMapping TypeName="BBMPTModel.fine_mobile_push_message">
<MappingFragment StoreEntitySet="fine_mobile_push_message">
<ScalarProperty Name="title" ColumnName="title" />
<ScalarProperty Name="terminal" ColumnName="terminal" />
<ScalarProperty Name="msgType" ColumnName="msgType" />
<ScalarProperty Name="mediaId" ColumnName="mediaId" />
<ScalarProperty Name="groupId" ColumnName="groupId" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_class">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_class">
<MappingFragment StoreEntitySet="fine_output_class">
<ScalarProperty Name="className" ColumnName="className" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_client_notice">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_client_notice">
<MappingFragment StoreEntitySet="fine_output_client_notice">
<ScalarProperty Name="type" ColumnName="type" />
<ScalarProperty Name="terminal" ColumnName="terminal" />
<ScalarProperty Name="subject" ColumnName="subject" />
<ScalarProperty Name="mediaId" ColumnName="mediaId" />
<ScalarProperty Name="linkOpenType" ColumnName="linkOpenType" />
<ScalarProperty Name="customizeLink" ColumnName="customizeLink" />
<ScalarProperty Name="content" ColumnName="content" />
<ScalarProperty Name="addressee" ColumnName="addressee" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_email">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_email">
<MappingFragment StoreEntitySet="fine_output_email">
<ScalarProperty Name="useAttach" ColumnName="useAttach" />
<ScalarProperty Name="subject" ColumnName="subject" />
<ScalarProperty Name="previewAttach" ColumnName="previewAttach" />
<ScalarProperty Name="customCcAddress" ColumnName="customCcAddress" />
<ScalarProperty Name="customBccAddress" ColumnName="customBccAddress" />
<ScalarProperty Name="customAddress" ColumnName="customAddress" />
<ScalarProperty Name="ccAddress" ColumnName="ccAddress" />
<ScalarProperty Name="bodyContent" ColumnName="bodyContent" />
<ScalarProperty Name="bccAddress" ColumnName="bccAddress" />
<ScalarProperty Name="addLink" ColumnName="addLink" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_ftp">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_ftp">
<MappingFragment StoreEntitySet="fine_output_ftp">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="serverAddress" ColumnName="serverAddress" />
<ScalarProperty Name="savePath" ColumnName="savePath" />
<ScalarProperty Name="port" ColumnName="port" />
<ScalarProperty Name="password" ColumnName="password" />
<ScalarProperty Name="ftpMode" ColumnName="ftpMode" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_mount">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_mount">
<MappingFragment StoreEntitySet="fine_output_mount">
<ScalarProperty Name="folderEntryStr" ColumnName="folderEntryStr" />
<ScalarProperty Name="folderEntryName" ColumnName="folderEntryName" />
<ScalarProperty Name="folderEntryID" ColumnName="folderEntryID" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_platform_msg">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_platform_msg">
<MappingFragment StoreEntitySet="fine_output_platform_msg">
<ScalarProperty Name="subject" ColumnName="subject" />
<ScalarProperty Name="linkOpenType" ColumnName="linkOpenType" />
<ScalarProperty Name="content" ColumnName="content" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_print">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_print">
<MappingFragment StoreEntitySet="fine_output_print">
<ScalarProperty Name="printerName" ColumnName="printerName" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_sftp">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_sftp">
<MappingFragment StoreEntitySet="fine_output_sftp">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="serverAddress" ColumnName="serverAddress" />
<ScalarProperty Name="savePath" ColumnName="savePath" />
<ScalarProperty Name="privateKey" ColumnName="privateKey" />
<ScalarProperty Name="port" ColumnName="port" />
<ScalarProperty Name="password" ColumnName="password" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_output_sms">
<EntityTypeMapping TypeName="BBMPTModel.fine_output_sms">
<MappingFragment StoreEntitySet="fine_output_sms">
<ScalarProperty Name="templateID" ColumnName="templateID" />
<ScalarProperty Name="smsParam" ColumnName="smsParam" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_param_template">
<EntityTypeMapping TypeName="BBMPTModel.fine_param_template">
<MappingFragment StoreEntitySet="fine_param_template">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="tpgroup" ColumnName="tpgroup" />
<ScalarProperty Name="templateid" ColumnName="templateid" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_post">
<EntityTypeMapping TypeName="BBMPTModel.fine_post">
<MappingFragment StoreEntitySet="fine_post">
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="lastOperationType" ColumnName="lastOperationType" />
<ScalarProperty Name="enable" ColumnName="enable" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="creationType" ColumnName="creationType" />
<ScalarProperty Name="alias" ColumnName="alias" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_print_offset">
<EntityTypeMapping TypeName="BBMPTModel.fine_print_offset">
<MappingFragment StoreEntitySet="fine_print_offset">
<ScalarProperty Name="sign" ColumnName="sign" />
<ScalarProperty Name="offsetY" ColumnName="offsetY" />
<ScalarProperty Name="offsetX" ColumnName="offsetX" />
<ScalarProperty Name="ip" ColumnName="ip" />
<ScalarProperty Name="cptName" ColumnName="cptName" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_print_offset_ip_relate">
<EntityTypeMapping TypeName="BBMPTModel.fine_print_offset_ip_relate">
<MappingFragment StoreEntitySet="fine_print_offset_ip_relate">
<ScalarProperty Name="motherID" ColumnName="motherID" />
<ScalarProperty Name="childIP" ColumnName="childIP" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_process_expand">
<EntityTypeMapping TypeName="BBMPTModel.fine_process_expand">
<MappingFragment StoreEntitySet="fine_process_expand">
<ScalarProperty Name="processType" ColumnName="processType" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_process_message">
<EntityTypeMapping TypeName="BBMPTModel.fine_process_message">
<MappingFragment StoreEntitySet="fine_process_message">
<ScalarProperty Name="taskId" ColumnName="taskId" />
<ScalarProperty Name="processed" ColumnName="processed" />
<ScalarProperty Name="deadLine" ColumnName="deadLine" />
<ScalarProperty Name="allTaskId" ColumnName="allTaskId" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_remote_design_auth">
<EntityTypeMapping TypeName="BBMPTModel.fine_remote_design_auth">
<MappingFragment StoreEntitySet="fine_remote_design_auth">
<ScalarProperty Name="userName" ColumnName="userName" />
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="roleType" ColumnName="roleType" />
<ScalarProperty Name="pathType" ColumnName="pathType" />
<ScalarProperty Name="path" ColumnName="path" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_report_expand">
<EntityTypeMapping TypeName="BBMPTModel.fine_report_expand">
<MappingFragment StoreEntitySet="fine_report_expand">
<ScalarProperty Name="transmitParameters" ColumnName="transmitParameters" />
<ScalarProperty Name="showType" ColumnName="showType" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_schedule_output">
<EntityTypeMapping TypeName="BBMPTModel.fine_schedule_output">
<MappingFragment StoreEntitySet="fine_schedule_output">
<ScalarProperty Name="formats" ColumnName="formats" />
<ScalarProperty Name="createAttachByUsername" ColumnName="createAttachByUsername" />
<ScalarProperty Name="baseName" ColumnName="baseName" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_schedule_record">
<EntityTypeMapping TypeName="BBMPTModel.fine_schedule_record">
<MappingFragment StoreEntitySet="fine_schedule_record">
<ScalarProperty Name="taskName" ColumnName="taskName" />
<ScalarProperty Name="taskId" ColumnName="taskId" />
<ScalarProperty Name="runType" ColumnName="runType" />
<ScalarProperty Name="nextFireTime" ColumnName="nextFireTime" />
<ScalarProperty Name="logType" ColumnName="logType" />
<ScalarProperty Name="logTime" ColumnName="logTime" />
<ScalarProperty Name="logMessage" ColumnName="logMessage" />
<ScalarProperty Name="filePath" ColumnName="filePath" />
<ScalarProperty Name="detailMessage" ColumnName="detailMessage" />
<ScalarProperty Name="creator" ColumnName="creator" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_schedule_task">
<EntityTypeMapping TypeName="BBMPTModel.fine_schedule_task">
<MappingFragment StoreEntitySet="fine_schedule_task">
<ScalarProperty Name="userGroup" ColumnName="userGroup" />
<ScalarProperty Name="triggerGroup" ColumnName="triggerGroup" />
<ScalarProperty Name="templatePath" ColumnName="templatePath" />
<ScalarProperty Name="taskType" ColumnName="taskType" />
<ScalarProperty Name="taskState" ColumnName="taskState" />
<ScalarProperty Name="taskParameter" ColumnName="taskParameter" />
<ScalarProperty Name="taskName" ColumnName="taskName" />
<ScalarProperty Name="taskDescription" ColumnName="taskDescription" />
<ScalarProperty Name="taskCondition" ColumnName="taskCondition" />
<ScalarProperty Name="showType" ColumnName="showType" />
<ScalarProperty Name="sendBackupFile" ColumnName="sendBackupFile" />
<ScalarProperty Name="scheduleOutput" ColumnName="scheduleOutput" />
<ScalarProperty Name="repeatTimes" ColumnName="repeatTimes" />
<ScalarProperty Name="repeatTime" ColumnName="repeatTime" />
<ScalarProperty Name="preFireTime" ColumnName="preFireTime" />
<ScalarProperty Name="outputStr" ColumnName="outputStr" />
<ScalarProperty Name="nextFireTime" ColumnName="nextFireTime" />
<ScalarProperty Name="fileClearCount" ColumnName="fileClearCount" />
<ScalarProperty Name="editable" ColumnName="editable" />
<ScalarProperty Name="creator" ColumnName="creator" />
<ScalarProperty Name="conditionParameter" ColumnName="conditionParameter" />
<ScalarProperty Name="backupFilePath" ColumnName="backupFilePath" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_schedule_task_param">
<EntityTypeMapping TypeName="BBMPTModel.fine_schedule_task_param">
<MappingFragment StoreEntitySet="fine_schedule_task_param">
<ScalarProperty Name="taskName" ColumnName="taskName" />
<ScalarProperty Name="taskId" ColumnName="taskId" />
<ScalarProperty Name="param" ColumnName="param" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_cluster_size">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_cluster_size">
<MappingFragment StoreEntitySet="fine_swift_cluster_size">
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="primary_cluster_size" ColumnName="primary_cluster_size" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_col_idx_conf">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_col_idx_conf">
<MappingFragment StoreEntitySet="fine_swift_col_idx_conf">
<ScalarProperty Name="requireIndex" ColumnName="requireIndex" />
<ScalarProperty Name="requireGlobalDict" ColumnName="requireGlobalDict" />
<ScalarProperty Name="tableKey" ColumnName="tableKey" />
<ScalarProperty Name="columnName" ColumnName="columnName" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_config_entity">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_config_entity">
<MappingFragment StoreEntitySet="fine_swift_config_entity">
<ScalarProperty Name="configValue" ColumnName="configValue" />
<ScalarProperty Name="configKey" ColumnName="configKey" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_metadata">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_metadata">
<MappingFragment StoreEntitySet="fine_swift_metadata">
<ScalarProperty Name="tableName" ColumnName="tableName" />
<ScalarProperty Name="swiftSchema" ColumnName="swiftSchema" />
<ScalarProperty Name="schemaName" ColumnName="schemaName" />
<ScalarProperty Name="remark" ColumnName="remark" />
<ScalarProperty Name="fields" ColumnName="fields" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_seg_location">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_seg_location">
<MappingFragment StoreEntitySet="fine_swift_seg_location">
<ScalarProperty Name="sourceKey" ColumnName="sourceKey" />
<ScalarProperty Name="segmentId" ColumnName="segmentId" />
<ScalarProperty Name="clusterId" ColumnName="clusterId" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_segments">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_segments">
<MappingFragment StoreEntitySet="fine_swift_segments">
<ScalarProperty Name="swiftSchema" ColumnName="swiftSchema" />
<ScalarProperty Name="storeType" ColumnName="storeType" />
<ScalarProperty Name="segmentUri" ColumnName="segmentUri" />
<ScalarProperty Name="segmentOwner" ColumnName="segmentOwner" />
<ScalarProperty Name="segmentOrder" ColumnName="segmentOrder" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_service_info">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_service_info">
<MappingFragment StoreEntitySet="fine_swift_service_info">
<ScalarProperty Name="service_info" ColumnName="service_info" />
<ScalarProperty Name="service" ColumnName="service" />
<ScalarProperty Name="is_singleton" ColumnName="is_singleton" />
<ScalarProperty Name="cluster_id" ColumnName="cluster_id" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_tab_idx_conf">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_tab_idx_conf">
<MappingFragment StoreEntitySet="fine_swift_tab_idx_conf">
<ScalarProperty Name="allotRule" ColumnName="allotRule" />
<ScalarProperty Name="tableKey" ColumnName="tableKey" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_swift_table_path">
<EntityTypeMapping TypeName="BBMPTModel.fine_swift_table_path">
<MappingFragment StoreEntitySet="fine_swift_table_path">
<ScalarProperty Name="tmpDir" ColumnName="tmpDir" />
<ScalarProperty Name="tablePath" ColumnName="tablePath" />
<ScalarProperty Name="lastPath" ColumnName="lastPath" />
<ScalarProperty Name="tableKey" ColumnName="tableKey" />
<ScalarProperty Name="clusterId" ColumnName="clusterId" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_system_message">
<EntityTypeMapping TypeName="BBMPTModel.fine_system_message">
<MappingFragment StoreEntitySet="fine_system_message">
<ScalarProperty Name="title" ColumnName="title" />
<ScalarProperty Name="terminal" ColumnName="terminal" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_user">
<EntityTypeMapping TypeName="BBMPTModel.fine_user">
<MappingFragment StoreEntitySet="fine_user">
<ScalarProperty Name="workPhone" ColumnName="workPhone" />
<ScalarProperty Name="userName" ColumnName="userName" />
<ScalarProperty Name="userAlias" ColumnName="userAlias" />
<ScalarProperty Name="realName" ColumnName="realName" />
<ScalarProperty Name="realAlias" ColumnName="realAlias" />
<ScalarProperty Name="password" ColumnName="password" />
<ScalarProperty Name="mobile" ColumnName="mobile" />
<ScalarProperty Name="male" ColumnName="male" />
<ScalarProperty Name="lastOperationType" ColumnName="lastOperationType" />
<ScalarProperty Name="language" ColumnName="language" />
<ScalarProperty Name="enable" ColumnName="enable" />
<ScalarProperty Name="email" ColumnName="email" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="creationType" ColumnName="creationType" />
<ScalarProperty Name="birthday" ColumnName="birthday" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_user_role_middle">
<EntityTypeMapping TypeName="BBMPTModel.fine_user_role_middle">
<MappingFragment StoreEntitySet="fine_user_role_middle">
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="roleType" ColumnName="roleType" />
<ScalarProperty Name="roleId" ColumnName="roleId" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_vcs">
<EntityTypeMapping TypeName="BBMPTModel.fine_vcs">
<MappingFragment StoreEntitySet="fine_vcs">
<ScalarProperty Name="version" ColumnName="version" />
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="time" ColumnName="time" />
<ScalarProperty Name="filename" ColumnName="filename" />
<ScalarProperty Name="commitMsg" ColumnName="commitMsg" />
<ScalarProperty Name="commitCode" ColumnName="commitCode" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow">
<MappingFragment StoreEntitySet="fine_workflow">
<ScalarProperty Name="nodesId" ColumnName="nodesId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="creatorId" ColumnName="creatorId" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow_log">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow_log">
<MappingFragment StoreEntitySet="fine_workflow_log">
<ScalarProperty Name="taskName" ColumnName="taskName" />
<ScalarProperty Name="processName" ColumnName="processName" />
<ScalarProperty Name="operatorName" ColumnName="operatorName" />
<ScalarProperty Name="message" ColumnName="message" />
<ScalarProperty Name="dateTime" ColumnName="dateTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow_node">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow_node">
<MappingFragment StoreEntitySet="fine_workflow_node">
<ScalarProperty Name="reportControl" ColumnName="reportControl" />
<ScalarProperty Name="processId" ColumnName="processId" />
<ScalarProperty Name="needOfflineReport" ColumnName="needOfflineReport" />
<ScalarProperty Name="needAllComplete" ColumnName="needAllComplete" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="authority" ColumnName="authority" />
<ScalarProperty Name="alertControl" ColumnName="alertControl" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow_stash_data">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow_stash_data">
<MappingFragment StoreEntitySet="fine_workflow_stash_data">
<ScalarProperty Name="userId" ColumnName="userId" />
<ScalarProperty Name="taskId" ColumnName="taskId" />
<ScalarProperty Name="reportPath" ColumnName="reportPath" />
<ScalarProperty Name="data" ColumnName="data" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow_task">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow_task">
<MappingFragment StoreEntitySet="fine_workflow_task">
<ScalarProperty Name="taskNameCalculateOnce" ColumnName="taskNameCalculateOnce" />
<ScalarProperty Name="remindControl" ColumnName="remindControl" />
<ScalarProperty Name="processId" ColumnName="processId" />
<ScalarProperty Name="parentId" ColumnName="parentId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="leapfrogBack" ColumnName="leapfrogBack" />
<ScalarProperty Name="issueOver" ColumnName="issueOver" />
<ScalarProperty Name="issueControl" ColumnName="issueControl" />
<ScalarProperty Name="deadLineType" ColumnName="deadLineType" />
<ScalarProperty Name="deadLineDate" ColumnName="deadLineDate" />
<ScalarProperty Name="creatorName" ColumnName="creatorName" />
<ScalarProperty Name="creatorId" ColumnName="creatorId" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_workflow_task_impl">
<EntityTypeMapping TypeName="BBMPTModel.fine_workflow_task_impl">
<MappingFragment StoreEntitySet="fine_workflow_task_impl">
<ScalarProperty Name="taskId" ColumnName="taskId" />
<ScalarProperty Name="state" ColumnName="state" />
<ScalarProperty Name="sonTaskId" ColumnName="sonTaskId" />
<ScalarProperty Name="senderId" ColumnName="senderId" />
<ScalarProperty Name="sender" ColumnName="sender" />
<ScalarProperty Name="sendTime" ColumnName="sendTime" />
<ScalarProperty Name="reportOffset" ColumnName="reportOffset" />
<ScalarProperty Name="processId" ColumnName="processId" />
<ScalarProperty Name="parentId" ColumnName="parentId" />
<ScalarProperty Name="operatorOffsetName" ColumnName="operatorOffsetName" />
<ScalarProperty Name="operatorOffset" ColumnName="operatorOffset" />
<ScalarProperty Name="operatorJSON" ColumnName="operatorJSON" />
<ScalarProperty Name="note" ColumnName="note" />
<ScalarProperty Name="nodeRoute" ColumnName="nodeRoute" />
<ScalarProperty Name="needAllComplete" ColumnName="needAllComplete" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="frTaskId" ColumnName="frTaskId" />
<ScalarProperty Name="deadLine" ColumnName="deadLine" />
<ScalarProperty Name="currentNodeIdx" ColumnName="currentNodeIdx" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="completeState" ColumnName="completeState" />
<ScalarProperty Name="alerted" ColumnName="alerted" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="fine_write_stash">
<EntityTypeMapping TypeName="BBMPTModel.fine_write_stash">
<MappingFragment StoreEntitySet="fine_write_stash">
<ScalarProperty Name="username" ColumnName="username" />
<ScalarProperty Name="reportPath" ColumnName="reportPath" />
<ScalarProperty Name="data" ColumnName="data" />
<ScalarProperty Name="id" ColumnName="id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogErr">
<EntityTypeMapping TypeName="BBMPTModel.LogErr">
<MappingFragment StoreEntitySet="LogErr">
<ScalarProperty Name="ErrTime" ColumnName="ErrTime" />
<ScalarProperty Name="ErrSource" ColumnName="ErrSource" />
<ScalarProperty Name="ErrContent" ColumnName="ErrContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys">
<EntityTypeMapping TypeName="BBMPTModel.LogSys">
<MappingFragment StoreEntitySet="LogSys">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_202008">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_202008">
<MappingFragment StoreEntitySet="LogSys_202008">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_BLOB_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_BLOB_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_BLOB_TRIGGERS">
<ScalarProperty Name="BLOB_DATA" ColumnName="BLOB_DATA" />
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_CALENDARS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_CALENDARS">
<MappingFragment StoreEntitySet="QRTZ_CALENDARS">
<ScalarProperty Name="CALENDAR" ColumnName="CALENDAR" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
<ScalarProperty Name="CALENDAR_NAME" ColumnName="CALENDAR_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_CRON_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_CRON_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_CRON_TRIGGERS">
<ScalarProperty Name="TIME_ZONE_ID" ColumnName="TIME_ZONE_ID" />
<ScalarProperty Name="CRON_EXPRESSION" ColumnName="CRON_EXPRESSION" />
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_FIRED_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_FIRED_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_FIRED_TRIGGERS">
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="STATE" ColumnName="STATE" />
<ScalarProperty Name="SCHED_TIME" ColumnName="SCHED_TIME" />
<ScalarProperty Name="REQUESTS_RECOVERY" ColumnName="REQUESTS_RECOVERY" />
<ScalarProperty Name="PRIORITY" ColumnName="PRIORITY" />
<ScalarProperty Name="JOB_NAME" ColumnName="JOB_NAME" />
<ScalarProperty Name="JOB_GROUP" ColumnName="JOB_GROUP" />
<ScalarProperty Name="IS_NONCONCURRENT" ColumnName="IS_NONCONCURRENT" />
<ScalarProperty Name="INSTANCE_NAME" ColumnName="INSTANCE_NAME" />
<ScalarProperty Name="FIRED_TIME" ColumnName="FIRED_TIME" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
<ScalarProperty Name="ENTRY_ID" ColumnName="ENTRY_ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_JOB_DETAILS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_JOB_DETAILS">
<MappingFragment StoreEntitySet="QRTZ_JOB_DETAILS">
<ScalarProperty Name="REQUESTS_RECOVERY" ColumnName="REQUESTS_RECOVERY" />
<ScalarProperty Name="JOB_DATA" ColumnName="JOB_DATA" />
<ScalarProperty Name="JOB_CLASS_NAME" ColumnName="JOB_CLASS_NAME" />
<ScalarProperty Name="IS_UPDATE_DATA" ColumnName="IS_UPDATE_DATA" />
<ScalarProperty Name="IS_NONCONCURRENT" ColumnName="IS_NONCONCURRENT" />
<ScalarProperty Name="IS_DURABLE" ColumnName="IS_DURABLE" />
<ScalarProperty Name="DESCRIPTION" ColumnName="DESCRIPTION" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
<ScalarProperty Name="JOB_NAME" ColumnName="JOB_NAME" />
<ScalarProperty Name="JOB_GROUP" ColumnName="JOB_GROUP" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_LOCKS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_LOCKS">
<MappingFragment StoreEntitySet="QRTZ_LOCKS">
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
<ScalarProperty Name="LOCK_NAME" ColumnName="LOCK_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_PAUSED_TRIGGER_GRPS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_PAUSED_TRIGGER_GRPS">
<MappingFragment StoreEntitySet="QRTZ_PAUSED_TRIGGER_GRPS">
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_SCHEDULER_STATE">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_SCHEDULER_STATE">
<MappingFragment StoreEntitySet="QRTZ_SCHEDULER_STATE">
<ScalarProperty Name="LAST_CHECKIN_TIME" ColumnName="LAST_CHECKIN_TIME" />
<ScalarProperty Name="CHECKIN_INTERVAL" ColumnName="CHECKIN_INTERVAL" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
<ScalarProperty Name="INSTANCE_NAME" ColumnName="INSTANCE_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_SIMPLE_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_SIMPLE_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_SIMPLE_TRIGGERS">
<ScalarProperty Name="TIMES_TRIGGERED" ColumnName="TIMES_TRIGGERED" />
<ScalarProperty Name="REPEAT_INTERVAL" ColumnName="REPEAT_INTERVAL" />
<ScalarProperty Name="REPEAT_COUNT" ColumnName="REPEAT_COUNT" />
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_SIMPROP_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_SIMPROP_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_SIMPROP_TRIGGERS">
<ScalarProperty Name="STR_PROP_3" ColumnName="STR_PROP_3" />
<ScalarProperty Name="STR_PROP_2" ColumnName="STR_PROP_2" />
<ScalarProperty Name="STR_PROP_1" ColumnName="STR_PROP_1" />
<ScalarProperty Name="LONG_PROP_2" ColumnName="LONG_PROP_2" />
<ScalarProperty Name="LONG_PROP_1" ColumnName="LONG_PROP_1" />
<ScalarProperty Name="INT_PROP_2" ColumnName="INT_PROP_2" />
<ScalarProperty Name="INT_PROP_1" ColumnName="INT_PROP_1" />
<ScalarProperty Name="DEC_PROP_2" ColumnName="DEC_PROP_2" />
<ScalarProperty Name="DEC_PROP_1" ColumnName="DEC_PROP_1" />
<ScalarProperty Name="BOOL_PROP_2" ColumnName="BOOL_PROP_2" />
<ScalarProperty Name="BOOL_PROP_1" ColumnName="BOOL_PROP_1" />
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="QRTZ_TRIGGERS">
<EntityTypeMapping TypeName="BBMPTModel.QRTZ_TRIGGERS">
<MappingFragment StoreEntitySet="QRTZ_TRIGGERS">
<ScalarProperty Name="TRIGGER_TYPE" ColumnName="TRIGGER_TYPE" />
<ScalarProperty Name="TRIGGER_STATE" ColumnName="TRIGGER_STATE" />
<ScalarProperty Name="START_TIME" ColumnName="START_TIME" />
<ScalarProperty Name="PRIORITY" ColumnName="PRIORITY" />
<ScalarProperty Name="PREV_FIRE_TIME" ColumnName="PREV_FIRE_TIME" />
<ScalarProperty Name="NEXT_FIRE_TIME" ColumnName="NEXT_FIRE_TIME" />
<ScalarProperty Name="MISFIRE_INSTR" ColumnName="MISFIRE_INSTR" />
<ScalarProperty Name="JOB_NAME" ColumnName="JOB_NAME" />
<ScalarProperty Name="JOB_GROUP" ColumnName="JOB_GROUP" />
<ScalarProperty Name="JOB_DATA" ColumnName="JOB_DATA" />
<ScalarProperty Name="END_TIME" ColumnName="END_TIME" />
<ScalarProperty Name="DESCRIPTION" ColumnName="DESCRIPTION" />
<ScalarProperty Name="CALENDAR_NAME" ColumnName="CALENDAR_NAME" />
<ScalarProperty Name="APPOINT_ID" ColumnName="APPOINT_ID" />
<ScalarProperty Name="TRIGGER_NAME" ColumnName="TRIGGER_NAME" />
<ScalarProperty Name="TRIGGER_GROUP" ColumnName="TRIGGER_GROUP" />
<ScalarProperty Name="SCHED_NAME" ColumnName="SCHED_NAME" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_PaintInfo">
<EntityTypeMapping TypeName="BBMPTModel.T_PaintInfo">
<MappingFragment StoreEntitySet="T_PaintInfo">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsUsing" ColumnName="IsUsing" />
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" />
<ScalarProperty Name="UnitCode" ColumnName="UnitCode" />
<ScalarProperty Name="PaintModel" ColumnName="PaintModel" />
<ScalarProperty Name="PaintName" ColumnName="PaintName" />
<ScalarProperty Name="PaintCode" ColumnName="PaintCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_Buttons">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_Buttons">
<MappingFragment StoreEntitySet="T_Sys_Buttons">
<ScalarProperty Name="BtnCode" ColumnName="BtnCode" />
<ScalarProperty Name="IsEnabled" ColumnName="IsEnabled" />
<ScalarProperty Name="MenuName" ColumnName="MenuName" />
<ScalarProperty Name="MenuID" ColumnName="MenuID" />
<ScalarProperty Name="PowerID" ColumnName="PowerID" />
<ScalarProperty Name="ItemPic" ColumnName="ItemPic" />
<ScalarProperty Name="BtnName" ColumnName="BtnName" />
<ScalarProperty Name="BtnID" ColumnName="BtnID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_NavMenu">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_NavMenu">
<MappingFragment StoreEntitySet="T_Sys_NavMenu">
<ScalarProperty Name="OrderNum" ColumnName="OrderNum" />
<ScalarProperty Name="IsEnabled" ColumnName="IsEnabled" />
<ScalarProperty Name="ParentMenuID" ColumnName="ParentMenuID" />
<ScalarProperty Name="PowerID" ColumnName="PowerID" />
<ScalarProperty Name="ItemPic" ColumnName="ItemPic" />
<ScalarProperty Name="URLStr" ColumnName="URLStr" />
<ScalarProperty Name="MenuName" ColumnName="MenuName" />
<ScalarProperty Name="MenuID" ColumnName="MenuID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_Power">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_Power">
<MappingFragment StoreEntitySet="T_Sys_Power">
<ScalarProperty Name="OpTime" ColumnName="OpTime" />
<ScalarProperty Name="OpName" ColumnName="OpName" />
<ScalarProperty Name="PowerName" ColumnName="PowerName" />
<ScalarProperty Name="PowerCode" ColumnName="PowerCode" />
<ScalarProperty Name="PowerID" ColumnName="PowerID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_Role">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_Role">
<MappingFragment StoreEntitySet="T_Sys_Role">
<ScalarProperty Name="OpTime" ColumnName="OpTime" />
<ScalarProperty Name="OpName" ColumnName="OpName" />
<ScalarProperty Name="Description" ColumnName="Description" />
<ScalarProperty Name="RoleName" ColumnName="RoleName" />
<ScalarProperty Name="RoleID" ColumnName="RoleID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_UserRole">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_UserRole">
<MappingFragment StoreEntitySet="T_Sys_UserRole">
<ScalarProperty Name="OpName" ColumnName="OpName" />
<ScalarProperty Name="OpTime" ColumnName="OpTime" />
<ScalarProperty Name="RoleID" ColumnName="RoleID" />
<ScalarProperty Name="UserID" ColumnName="UserID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_Users">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_Users">
<MappingFragment StoreEntitySet="T_Sys_Users">
<ScalarProperty Name="Department" ColumnName="Department" />
<ScalarProperty Name="OpTime" ColumnName="OpTime" />
<ScalarProperty Name="OpName" ColumnName="OpName" />
<ScalarProperty Name="DepartmentID" ColumnName="DepartmentID" />
<ScalarProperty Name="LastLoginIP" ColumnName="LastLoginIP" />
<ScalarProperty Name="LastLoginTime" ColumnName="LastLoginTime" />
<ScalarProperty Name="Tel" ColumnName="Tel" />
<ScalarProperty Name="Sex" ColumnName="Sex" />
<ScalarProperty Name="RealName" ColumnName="RealName" />
<ScalarProperty Name="IsEnabled" ColumnName="IsEnabled" />
<ScalarProperty Name="Password" ColumnName="Password" />
<ScalarProperty Name="UserName" ColumnName="UserName" />
<ScalarProperty Name="UserID" ColumnName="UserID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_Users_NavMenu">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_Users_NavMenu">
<MappingFragment StoreEntitySet="T_Sys_Users_NavMenu">
<ScalarProperty Name="MenuID" ColumnName="MenuID" />
<ScalarProperty Name="UserID" ColumnName="UserID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="TA_DEPT">
<EntityTypeMapping TypeName="BBMPTModel.TA_DEPT">
<MappingFragment StoreEntitySet="TA_DEPT">
<ScalarProperty Name="Site" ColumnName="Site" />
<ScalarProperty Name="Domain" ColumnName="Domain" />
<ScalarProperty Name="Enable" ColumnName="Enable" />
<ScalarProperty Name="UID" ColumnName="UID" />
<ScalarProperty Name="Remark" ColumnName="Remark" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="UpdateUser" ColumnName="UpdateUser" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="CreateUser" ColumnName="CreateUser" />
<ScalarProperty Name="DeptName" ColumnName="DeptName" />
<ScalarProperty Name="DeptCode" ColumnName="DeptCode" />
<ScalarProperty Name="GUID" ColumnName="GUID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_aa">
<EntityTypeMapping TypeName="BBMPTModel.tb_aa">
<MappingFragment StoreEntitySet="tb_aa">
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="createtime" ColumnName="createtime" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_AndonButtonType">
<EntityTypeMapping TypeName="BBMPTModel.tb_AndonButtonType">
<MappingFragment StoreEntitySet="tb_AndonButtonType">
<ScalarProperty Name="ButtonName" ColumnName="ButtonName" />
<ScalarProperty Name="ButtonType" ColumnName="ButtonType" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_AndonRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_AndonRecord">
<MappingFragment StoreEntitySet="tb_AndonRecord">
<ScalarProperty Name="InterVal" ColumnName="InterVal" />
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
<ScalarProperty Name="ButtonTypeID" ColumnName="ButtonTypeID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Bad_Injection">
<EntityTypeMapping TypeName="BBMPTModel.tb_Bad_Injection">
<MappingFragment StoreEntitySet="tb_Bad_Injection">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="BadReason" ColumnName="BadReason" />
<ScalarProperty Name="BadPosition" ColumnName="BadPosition" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="OneBarCode" ColumnName="OneBarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_BarCode">
<EntityTypeMapping TypeName="BBMPTModel.tb_BarCode">
<MappingFragment StoreEntitySet="tb_BarCode">
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="StationID2" ColumnName="StationID2" />
<ScalarProperty Name="IsImport" ColumnName="IsImport" />
<ScalarProperty Name="IsDel" ColumnName="IsDel" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="PrintType" ColumnName="PrintType" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="OneBarCode" ColumnName="OneBarCode" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Bom">
<EntityTypeMapping TypeName="BBMPTModel.tb_Bom">
<MappingFragment StoreEntitySet="tb_Bom">
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="BomID" ColumnName="BomID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Box_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_Box_243">
<MappingFragment StoreEntitySet="tb_Box_243">
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="BoxCount" ColumnName="BoxCount" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Box_Record">
<EntityTypeMapping TypeName="BBMPTModel.tb_Box_Record">
<MappingFragment StoreEntitySet="tb_Box_Record">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Box_WheelBrow">
<EntityTypeMapping TypeName="BBMPTModel.tb_Box_WheelBrow">
<MappingFragment StoreEntitySet="tb_Box_WheelBrow">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_BucketInfo">
<EntityTypeMapping TypeName="BBMPTModel.tb_BucketInfo">
<MappingFragment StoreEntitySet="tb_BucketInfo">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsUsing" ColumnName="IsUsing" />
<ScalarProperty Name="BucketName" ColumnName="BucketName" />
<ScalarProperty Name="BucketCode" ColumnName="BucketCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_CheckItem">
<EntityTypeMapping TypeName="BBMPTModel.tb_CheckItem">
<MappingFragment StoreEntitySet="tb_CheckItem">
<ScalarProperty Name="CheckVersion" ColumnName="CheckVersion" />
<ScalarProperty Name="CheckContent" ColumnName="CheckContent" />
<ScalarProperty Name="DeviceID" ColumnName="DeviceID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Color">
<EntityTypeMapping TypeName="BBMPTModel.tb_Color">
<MappingFragment StoreEntitySet="tb_Color">
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ColorDQCode" ColumnName="ColorDQCode" />
<ScalarProperty Name="ColorQQCode" ColumnName="ColorQQCode" />
<ScalarProperty Name="Circle" ColumnName="Circle" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_CommonlyInspection">
<EntityTypeMapping TypeName="BBMPTModel.tb_CommonlyInspection">
<MappingFragment StoreEntitySet="tb_CommonlyInspection">
<ScalarProperty Name="DisableUserID" ColumnName="DisableUserID" />
<ScalarProperty Name="DisableTime" ColumnName="DisableTime" />
<ScalarProperty Name="IsUseing" ColumnName="IsUseing" />
<ScalarProperty Name="UpdateUserID" ColumnName="UpdateUserID" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateUserID" ColumnName="CreateUserID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="InspectionContentID" ColumnName="InspectionContentID" />
<ScalarProperty Name="VersionID" ColumnName="VersionID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_CommonlyInspectionRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_CommonlyInspectionRecord">
<MappingFragment StoreEntitySet="tb_CommonlyInspectionRecord">
<ScalarProperty Name="ErrMes" ColumnName="ErrMes" />
<ScalarProperty Name="CheckType" ColumnName="CheckType" />
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="DisableUserID" ColumnName="DisableUserID" />
<ScalarProperty Name="DisableTime" ColumnName="DisableTime" />
<ScalarProperty Name="IsUseing" ColumnName="IsUseing" />
<ScalarProperty Name="UpdateUserID" ColumnName="UpdateUserID" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateUserID" ColumnName="CreateUserID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="DepartmentLeaderConfirmDate" ColumnName="DepartmentLeaderConfirmDate" />
<ScalarProperty Name="DepartmentLeaderConfirm" ColumnName="DepartmentLeaderConfirm" />
<ScalarProperty Name="GroupLeaderConfirmDate" ColumnName="GroupLeaderConfirmDate" />
<ScalarProperty Name="GroupLeaderConfirm" ColumnName="GroupLeaderConfirm" />
<ScalarProperty Name="ConfirmUserDate" ColumnName="ConfirmUserDate" />
<ScalarProperty Name="ConfirmUser" ColumnName="ConfirmUser" />
<ScalarProperty Name="CheckDate" ColumnName="CheckDate" />
<ScalarProperty Name="CheckUser" ColumnName="CheckUser" />
<ScalarProperty Name="CheckResult" ColumnName="CheckResult" />
<ScalarProperty Name="CommonlyInspectionID" ColumnName="CommonlyInspectionID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_CommonlyInspectionVersion">
<EntityTypeMapping TypeName="BBMPTModel.tb_CommonlyInspectionVersion">
<MappingFragment StoreEntitySet="tb_CommonlyInspectionVersion">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="Description" ColumnName="Description" />
<ScalarProperty Name="DisableUserID" ColumnName="DisableUserID" />
<ScalarProperty Name="DisableTime" ColumnName="DisableTime" />
<ScalarProperty Name="Operation" ColumnName="Operation" />
<ScalarProperty Name="IsUseing" ColumnName="IsUseing" />
<ScalarProperty Name="UpdateUserID" ColumnName="UpdateUserID" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateUserID" ColumnName="CreateUserID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Version" ColumnName="Version" />
<ScalarProperty Name="DeviceID" ColumnName="DeviceID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Config">
<EntityTypeMapping TypeName="BBMPTModel.tb_Config">
<MappingFragment StoreEntitySet="tb_Config">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="des" ColumnName="des" />
<ScalarProperty Name="value" ColumnName="value" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Cylinder">
<EntityTypeMapping TypeName="BBMPTModel.tb_Cylinder">
<MappingFragment StoreEntitySet="tb_Cylinder">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="CylinderNo" ColumnName="CylinderNo" />
<ScalarProperty Name="CylinderID" ColumnName="CylinderID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_CylinderAndRaw">
<EntityTypeMapping TypeName="BBMPTModel.tb_CylinderAndRaw">
<MappingFragment StoreEntitySet="tb_CylinderAndRaw">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Time2" ColumnName="Time2" />
<ScalarProperty Name="Time1" ColumnName="Time1" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="DrumBarCode" ColumnName="DrumBarCode" />
<ScalarProperty Name="CylinderID" ColumnName="CylinderID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Defect">
<EntityTypeMapping TypeName="BBMPTModel.tb_Defect">
<MappingFragment StoreEntitySet="tb_Defect">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="DefectName" ColumnName="DefectName" />
<ScalarProperty Name="LineID" ColumnName="LineID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Device">
<EntityTypeMapping TypeName="BBMPTModel.tb_Device">
<MappingFragment StoreEntitySet="tb_Device">
<ScalarProperty Name="DeviceModel" ColumnName="DeviceModel" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="FixNo" ColumnName="FixNo" />
<ScalarProperty Name="DeviceName" ColumnName="DeviceName" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="DeviceID" ColumnName="DeviceID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Factory">
<EntityTypeMapping TypeName="BBMPTModel.tb_Factory">
<MappingFragment StoreEntitySet="tb_Factory">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="FactoryName" ColumnName="FactoryName" />
<ScalarProperty Name="FactoryID" ColumnName="FactoryID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_FinishProduct">
<EntityTypeMapping TypeName="BBMPTModel.tb_FinishProduct">
<MappingFragment StoreEntitySet="tb_FinishProduct">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="FinishProductName" ColumnName="FinishProductName" />
<ScalarProperty Name="FinishProductNo" ColumnName="FinishProductNo" />
<ScalarProperty Name="FinishProductID" ColumnName="FinishProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_HybridPlan">
<EntityTypeMapping TypeName="BBMPTModel.tb_HybridPlan">
<MappingFragment StoreEntitySet="tb_HybridPlan">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="Qty" ColumnName="Qty" />
<ScalarProperty Name="PlanCount" ColumnName="PlanCount" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_HybridScanRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_HybridScanRecord">
<MappingFragment StoreEntitySet="tb_HybridScanRecord">
<ScalarProperty Name="CreatTime" ColumnName="CreatTime" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ImgVideo">
<EntityTypeMapping TypeName="BBMPTModel.tb_ImgVideo">
<MappingFragment StoreEntitySet="tb_ImgVideo">
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="fileType" ColumnName="fileType" />
<ScalarProperty Name="fileName" ColumnName="fileName" />
<ScalarProperty Name="fileUrl" ColumnName="fileUrl" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Inhection_DownReason">
<EntityTypeMapping TypeName="BBMPTModel.tb_Inhection_DownReason">
<MappingFragment StoreEntitySet="tb_Inhection_DownReason">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="Reason" ColumnName="Reason" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Injection_DownRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_Injection_DownRecord">
<MappingFragment StoreEntitySet="tb_Injection_DownRecord">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="Remark3" ColumnName="Remark3" />
<ScalarProperty Name="Remark2" ColumnName="Remark2" />
<ScalarProperty Name="Remark1" ColumnName="Remark1" />
<ScalarProperty Name="DownTime" ColumnName="DownTime" />
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="DownReason" ColumnName="DownReason" />
<ScalarProperty Name="DownType" ColumnName="DownType" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Injection_DownTime">
<EntityTypeMapping TypeName="BBMPTModel.tb_Injection_DownTime">
<MappingFragment StoreEntitySet="tb_Injection_DownTime">
<ScalarProperty Name="Remark3" ColumnName="Remark3" />
<ScalarProperty Name="Remark2" ColumnName="Remark2" />
<ScalarProperty Name="Remark1" ColumnName="Remark1" />
<ScalarProperty Name="DownTypeID" ColumnName="DownTypeID" />
<ScalarProperty Name="InterVal" ColumnName="InterVal" />
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Injection_DownType">
<EntityTypeMapping TypeName="BBMPTModel.tb_Injection_DownType">
<MappingFragment StoreEntitySet="tb_Injection_DownType">
<ScalarProperty Name="Remark" ColumnName="Remark" />
<ScalarProperty Name="DownTypeName" ColumnName="DownTypeName" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Injection_Record">
<EntityTypeMapping TypeName="BBMPTModel.tb_Injection_Record">
<MappingFragment StoreEntitySet="tb_Injection_Record">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="RecordDate" ColumnName="RecordDate" />
<ScalarProperty Name="Waste_Weight" ColumnName="Waste_Weight" />
<ScalarProperty Name="JK_Weight" ColumnName="JK_Weight" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InjectionPlan">
<EntityTypeMapping TypeName="BBMPTModel.tb_InjectionPlan">
<MappingFragment StoreEntitySet="tb_InjectionPlan">
<ScalarProperty Name="Waste_Weight" ColumnName="Waste_Weight" />
<ScalarProperty Name="JK_Weight" ColumnName="JK_Weight" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="RealCycle" ColumnName="RealCycle" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="PlanDate" ColumnName="PlanDate" />
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
<ScalarProperty Name="PlanCount" ColumnName="PlanCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="BeginTime" ColumnName="BeginTime" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="InjectionPlanID" ColumnName="InjectionPlanID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InspectResult">
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult">
<MappingFragment StoreEntitySet="tb_InspectResult">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="InspectTimes" ColumnName="InspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productOption" ColumnName="productOption" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="defectID" ColumnName="defectID" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="position" ColumnName="position" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_LayerAndBC">
<EntityTypeMapping TypeName="BBMPTModel.tb_LayerAndBC">
<MappingFragment StoreEntitySet="tb_LayerAndBC">
<ScalarProperty Name="des" ColumnName="des" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="floor" ColumnName="floor" />
<ScalarProperty Name="layer" ColumnName="layer" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Line">
<EntityTypeMapping TypeName="BBMPTModel.tb_Line">
<MappingFragment StoreEntitySet="tb_Line">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="LineName" ColumnName="LineName" />
<ScalarProperty Name="PlaceID" ColumnName="PlaceID" />
<ScalarProperty Name="LineID" ColumnName="LineID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Location">
<EntityTypeMapping TypeName="BBMPTModel.tb_Location">
<MappingFragment StoreEntitySet="tb_Location">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Machine">
<EntityTypeMapping TypeName="BBMPTModel.tb_Machine">
<MappingFragment StoreEntitySet="tb_Machine">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="MachineNo" ColumnName="MachineNo" />
<ScalarProperty Name="MachineID" ColumnName="MachineID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Mistake_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_Mistake_243">
<MappingFragment StoreEntitySet="tb_Mistake_243">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="PackCount" ColumnName="PackCount" />
<ScalarProperty Name="PartName2" ColumnName="PartName2" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartName1" ColumnName="PartName1" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Mistake_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_Mistake_247">
<MappingFragment StoreEntitySet="tb_Mistake_247">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="PackCount" ColumnName="PackCount" />
<ScalarProperty Name="PartName2" ColumnName="PartName2" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartName1" ColumnName="PartName1" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Mistake_Gratings">
<EntityTypeMapping TypeName="BBMPTModel.tb_Mistake_Gratings">
<MappingFragment StoreEntitySet="tb_Mistake_Gratings">
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ZcPartName" ColumnName="ZcPartName" />
<ScalarProperty Name="ZcPartNo" ColumnName="ZcPartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Model_Product">
<EntityTypeMapping TypeName="BBMPTModel.tb_Model_Product">
<MappingFragment StoreEntitySet="tb_Model_Product">
<ScalarProperty Name="ProuctID" ColumnName="ProuctID" />
<ScalarProperty Name="ModelID" ColumnName="ModelID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Model_Update">
<EntityTypeMapping TypeName="BBMPTModel.tb_Model_Update">
<MappingFragment StoreEntitySet="tb_Model_Update">
<ScalarProperty Name="ModelID" ColumnName="ModelID" />
<ScalarProperty Name="AddTime" ColumnName="AddTime" />
<ScalarProperty Name="Remarks" ColumnName="Remarks" />
<ScalarProperty Name="Supplier" ColumnName="Supplier" />
<ScalarProperty Name="State" ColumnName="State" />
<ScalarProperty Name="Purpose" ColumnName="Purpose" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ModelCount">
<EntityTypeMapping TypeName="BBMPTModel.tb_ModelCount">
<MappingFragment StoreEntitySet="tb_ModelCount">
<ScalarProperty Name="ModelSumCount" ColumnName="ModelSumCount" />
<ScalarProperty Name="PrintDate" ColumnName="PrintDate" />
<ScalarProperty Name="ModelPrintCount" ColumnName="ModelPrintCount" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ModelID" ColumnName="ModelID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ModelInfo">
<EntityTypeMapping TypeName="BBMPTModel.tb_ModelInfo">
<MappingFragment StoreEntitySet="tb_ModelInfo">
<ScalarProperty Name="ModelSize" ColumnName="ModelSize" />
<ScalarProperty Name="ModelCavityNo" ColumnName="ModelCavityNo" />
<ScalarProperty Name="RunnerForm" ColumnName="RunnerForm" />
<ScalarProperty Name="ModelWeight" ColumnName="ModelWeight" />
<ScalarProperty Name="OutForm" ColumnName="OutForm" />
<ScalarProperty Name="LocatingRingSize" ColumnName="LocatingRingSize" />
<ScalarProperty Name="InjectionPeriod" ColumnName="InjectionPeriod" />
<ScalarProperty Name="PartWeight" ColumnName="PartWeight" />
<ScalarProperty Name="Supplier" ColumnName="Supplier" />
<ScalarProperty Name="ServiceLife" ColumnName="ServiceLife" />
<ScalarProperty Name="Tonnage" ColumnName="Tonnage" />
<ScalarProperty Name="PermanentAssetsNo" ColumnName="PermanentAssetsNo" />
<ScalarProperty Name="ModelNo" ColumnName="ModelNo" />
<ScalarProperty Name="ModelName" ColumnName="ModelName" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Operator">
<EntityTypeMapping TypeName="BBMPTModel.tb_Operator">
<MappingFragment StoreEntitySet="tb_Operator">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="OperatorPsw" ColumnName="OperatorPsw" />
<ScalarProperty Name="OperatorName" ColumnName="OperatorName" />
<ScalarProperty Name="OperatorNo" ColumnName="OperatorNo" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="OperatorID" ColumnName="OperatorID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Paint_Bucket">
<EntityTypeMapping TypeName="BBMPTModel.tb_Paint_Bucket">
<MappingFragment StoreEntitySet="tb_Paint_Bucket">
<ScalarProperty Name="ID" ColumnName="ID" />
<ScalarProperty Name="BucketID" ColumnName="BucketID" />
<ScalarProperty Name="PaintID" ColumnName="PaintID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PaintBarCode">
<EntityTypeMapping TypeName="BBMPTModel.tb_PaintBarCode">
<MappingFragment StoreEntitySet="tb_PaintBarCode">
<ScalarProperty Name="PrintPerson" ColumnName="PrintPerson" />
<ScalarProperty Name="PrintReason" ColumnName="PrintReason" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Side" ColumnName="Side" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="ColorDes" ColumnName="ColorDes" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="OneBarCode" ColumnName="OneBarCode" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PaintInfo">
<EntityTypeMapping TypeName="BBMPTModel.tb_PaintInfo">
<MappingFragment StoreEntitySet="tb_PaintInfo">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsUsing" ColumnName="IsUsing" />
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" />
<ScalarProperty Name="UnitCode" ColumnName="UnitCode" />
<ScalarProperty Name="PaintModel" ColumnName="PaintModel" />
<ScalarProperty Name="PaintName" ColumnName="PaintName" />
<ScalarProperty Name="PaintCode" ColumnName="PaintCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PaintPerson">
<EntityTypeMapping TypeName="BBMPTModel.tb_PaintPerson">
<MappingFragment StoreEntitySet="tb_PaintPerson">
<ScalarProperty Name="PrintPerson" ColumnName="PrintPerson" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PaintReason">
<EntityTypeMapping TypeName="BBMPTModel.tb_PaintReason">
<MappingFragment StoreEntitySet="tb_PaintReason">
<ScalarProperty Name="PrintReason" ColumnName="PrintReason" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PaintScanRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_PaintScanRecord">
<MappingFragment StoreEntitySet="tb_PaintScanRecord">
<ScalarProperty Name="ScanResult" ColumnName="ScanResult" />
<ScalarProperty Name="ScanPosition" ColumnName="ScanPosition" />
<ScalarProperty Name="ScanTime" ColumnName="ScanTime" />
<ScalarProperty Name="OneBarCode" ColumnName="OneBarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PartRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_PartRecord">
<MappingFragment StoreEntitySet="tb_PartRecord">
<ScalarProperty Name="CreatTime" ColumnName="CreatTime" />
<ScalarProperty Name="CommandType" ColumnName="CommandType" />
<ScalarProperty Name="TaskID" ColumnName="TaskID" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Place">
<EntityTypeMapping TypeName="BBMPTModel.tb_Place">
<MappingFragment StoreEntitySet="tb_Place">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PlaceName" ColumnName="PlaceName" />
<ScalarProperty Name="FactoryID" ColumnName="FactoryID" />
<ScalarProperty Name="PlaceID" ColumnName="PlaceID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plan_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plan_243">
<MappingFragment StoreEntitySet="tb_Plan_243">
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ScrapCount2" ColumnName="ScrapCount2" />
<ScalarProperty Name="ScrapCount1" ColumnName="ScrapCount1" />
<ScalarProperty Name="RepairCount" ColumnName="RepairCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="LyCount" ColumnName="LyCount" />
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plan_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plan_247">
<MappingFragment StoreEntitySet="tb_Plan_247">
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ScrapCount2" ColumnName="ScrapCount2" />
<ScalarProperty Name="ScrapCount1" ColumnName="ScrapCount1" />
<ScalarProperty Name="RepairCount" ColumnName="RepairCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="LyCount" ColumnName="LyCount" />
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plan_Punch">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plan_Punch">
<MappingFragment StoreEntitySet="tb_Plan_Punch">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="LyCount" ColumnName="LyCount" />
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plan_Punch_214">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plan_Punch_214">
<MappingFragment StoreEntitySet="tb_Plan_Punch_214">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="LyCount" ColumnName="LyCount" />
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="StationId" ColumnName="StationId" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PlanScreenConfig">
<EntityTypeMapping TypeName="BBMPTModel.tb_PlanScreenConfig">
<MappingFragment StoreEntitySet="tb_PlanScreenConfig">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="StationNo" ColumnName="StationNo" />
<ScalarProperty Name="IP" ColumnName="IP" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plastic">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plastic">
<MappingFragment StoreEntitySet="tb_Plastic">
<ScalarProperty Name="OpenDebugTime" ColumnName="OpenDebugTime" />
<ScalarProperty Name="Weight" ColumnName="Weight" />
<ScalarProperty Name="IsBackup" ColumnName="IsBackup" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="CycleTime" ColumnName="CycleTime" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PrintConfig">
<EntityTypeMapping TypeName="BBMPTModel.tb_PrintConfig">
<MappingFragment StoreEntitySet="tb_PrintConfig">
<ScalarProperty Name="PrintCode" ColumnName="PrintCode" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product">
<MappingFragment StoreEntitySet="tb_Product">
<ScalarProperty Name="PackQty" ColumnName="PackQty" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_Injection">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_Injection">
<MappingFragment StoreEntitySet="tb_Product_Injection">
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="ProductCount" ColumnName="ProductCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ClassName" ColumnName="ClassName" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_Injection_w">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_Injection_w">
<MappingFragment StoreEntitySet="tb_Product_Injection_w">
<ScalarProperty Name="JK_Weight" ColumnName="JK_Weight" />
<ScalarProperty Name="Waste_Weight" ColumnName="Waste_Weight" />
<ScalarProperty Name="RealCycle" ColumnName="RealCycle" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ProductSotckIn">
<EntityTypeMapping TypeName="BBMPTModel.tb_ProductSotckIn">
<MappingFragment StoreEntitySet="tb_ProductSotckIn">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ProductType">
<EntityTypeMapping TypeName="BBMPTModel.tb_ProductType">
<MappingFragment StoreEntitySet="tb_ProductType">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ProductTypeName" ColumnName="ProductTypeName" />
<ScalarProperty Name="ProductTypeNo" ColumnName="ProductTypeNo" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Project">
<EntityTypeMapping TypeName="BBMPTModel.tb_Project">
<MappingFragment StoreEntitySet="tb_Project">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="LocationID" ColumnName="LocationID" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="StationId" ColumnName="StationId" />
<ScalarProperty Name="barCode6" ColumnName="barCode6" />
<ScalarProperty Name="barCode5" ColumnName="barCode5" />
<ScalarProperty Name="barCode4" ColumnName="barCode4" />
<ScalarProperty Name="barCode3" ColumnName="barCode3" />
<ScalarProperty Name="barCode2" ColumnName="barCode2" />
<ScalarProperty Name="barCode1" ColumnName="barCode1" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="SerialNo" ColumnName="SerialNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_Del">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_Del">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_Del">
<ScalarProperty Name="barCode6" ColumnName="barCode6" />
<ScalarProperty Name="barCode5" ColumnName="barCode5" />
<ScalarProperty Name="barCode4" ColumnName="barCode4" />
<ScalarProperty Name="barCode3" ColumnName="barCode3" />
<ScalarProperty Name="barCode2" ColumnName="barCode2" />
<ScalarProperty Name="barCode1" ColumnName="barCode1" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="SerialNo" ColumnName="SerialNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_DoorSill_214">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_DoorSill_214">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_DoorSill_214">
<ScalarProperty Name="IsIndia" ColumnName="IsIndia" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="StationId" ColumnName="StationId" />
<ScalarProperty Name="barCode6" ColumnName="barCode6" />
<ScalarProperty Name="barCode5" ColumnName="barCode5" />
<ScalarProperty Name="barCode4" ColumnName="barCode4" />
<ScalarProperty Name="barCode3" ColumnName="barCode3" />
<ScalarProperty Name="barCode2" ColumnName="barCode2" />
<ScalarProperty Name="barCode1" ColumnName="barCode1" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="SerialNo" ColumnName="SerialNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record2">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record2">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record2">
<ScalarProperty Name="createtime" ColumnName="createtime" />
<ScalarProperty Name="planID" ColumnName="planID" />
<ScalarProperty Name="isOK" ColumnName="isOK" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Proucting">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Proucting">
<MappingFragment StoreEntitySet="tb_Punch_Proucting">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="StationNo" ColumnName="StationNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchAddress">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchAddress">
<MappingFragment StoreEntitySet="tb_PunchAddress">
<ScalarProperty Name="RW" ColumnName="RW" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="Address" ColumnName="Address" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchAndStation">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchAndStation">
<MappingFragment StoreEntitySet="tb_PunchAndStation">
<ScalarProperty Name="Qty14" ColumnName="Qty14" />
<ScalarProperty Name="ProductID14" ColumnName="ProductID14" />
<ScalarProperty Name="Qty13" ColumnName="Qty13" />
<ScalarProperty Name="ProductID13" ColumnName="ProductID13" />
<ScalarProperty Name="Qty12" ColumnName="Qty12" />
<ScalarProperty Name="ProductID12" ColumnName="ProductID12" />
<ScalarProperty Name="Qty8" ColumnName="Qty8" />
<ScalarProperty Name="ProductID8" ColumnName="ProductID8" />
<ScalarProperty Name="Qty7" ColumnName="Qty7" />
<ScalarProperty Name="ProductID7" ColumnName="ProductID7" />
<ScalarProperty Name="Qty6" ColumnName="Qty6" />
<ScalarProperty Name="ProductID6" ColumnName="ProductID6" />
<ScalarProperty Name="CheckDone" ColumnName="CheckDone" />
<ScalarProperty Name="PortName" ColumnName="PortName" />
<ScalarProperty Name="AddressNo" ColumnName="AddressNo" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="CreateTine" ColumnName="CreateTine" />
<ScalarProperty Name="Qty11" ColumnName="Qty11" />
<ScalarProperty Name="ProductID11" ColumnName="ProductID11" />
<ScalarProperty Name="Qty10" ColumnName="Qty10" />
<ScalarProperty Name="ProductID10" ColumnName="ProductID10" />
<ScalarProperty Name="Qty9" ColumnName="Qty9" />
<ScalarProperty Name="ProductID9" ColumnName="ProductID9" />
<ScalarProperty Name="Qty5" ColumnName="Qty5" />
<ScalarProperty Name="ProductID5" ColumnName="ProductID5" />
<ScalarProperty Name="Qty4" ColumnName="Qty4" />
<ScalarProperty Name="ProductID4" ColumnName="ProductID4" />
<ScalarProperty Name="Qty3" ColumnName="Qty3" />
<ScalarProperty Name="ProductID3" ColumnName="ProductID3" />
<ScalarProperty Name="Qty2" ColumnName="Qty2" />
<ScalarProperty Name="ProductID2" ColumnName="ProductID2" />
<ScalarProperty Name="ProductID1" ColumnName="ProductID1" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchDevice">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchDevice">
<MappingFragment StoreEntitySet="tb_PunchDevice">
<ScalarProperty Name="Poject" ColumnName="Poject" />
<ScalarProperty Name="DeviceName" ColumnName="DeviceName" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchMFAPlan">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchMFAPlan">
<MappingFragment StoreEntitySet="tb_PunchMFAPlan">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="CheckTime" ColumnName="CheckTime" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="Sort" ColumnName="Sort" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="partType" ColumnName="partType" />
<ScalarProperty Name="BillNo" ColumnName="BillNo" />
<ScalarProperty Name="assemblyDate" ColumnName="assemblyDate" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="itemNumber" ColumnName="itemNumber" />
<ScalarProperty Name="productionNumber" ColumnName="productionNumber" />
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchNGCCPlan">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchNGCCPlan">
<MappingFragment StoreEntitySet="tb_PunchNGCCPlan">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="CheckTime" ColumnName="CheckTime" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="Sort" ColumnName="Sort" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="partType" ColumnName="partType" />
<ScalarProperty Name="BillNo" ColumnName="BillNo" />
<ScalarProperty Name="assemblyDate" ColumnName="assemblyDate" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="itemNumber" ColumnName="itemNumber" />
<ScalarProperty Name="productionNumber" ColumnName="productionNumber" />
<ScalarProperty Name="CarModelCode" ColumnName="CarModelCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchPlan">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchPlan">
<MappingFragment StoreEntitySet="tb_PunchPlan">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="PlanCount" ColumnName="PlanCount" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchRecord">
<MappingFragment StoreEntitySet="tb_PunchRecord">
<ScalarProperty Name="ScanTime" ColumnName="ScanTime" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchResult">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchResult">
<MappingFragment StoreEntitySet="tb_PunchResult">
<ScalarProperty Name="Responsibility" ColumnName="Responsibility" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="punchResult" ColumnName="punchResult" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchValueRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchValueRecord">
<MappingFragment StoreEntitySet="tb_PunchValueRecord">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ItemValue" ColumnName="ItemValue" />
<ScalarProperty Name="Address" ColumnName="Address" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Record_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_Record_243">
<MappingFragment StoreEntitySet="tb_Record_243">
<ScalarProperty Name="Type" ColumnName="Type" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="CreateTime2" ColumnName="CreateTime2" />
<ScalarProperty Name="CreateTime1" ColumnName="CreateTime1" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Record_243_20220517">
<EntityTypeMapping TypeName="BBMPTModel.tb_Record_243_20220517">
<MappingFragment StoreEntitySet="tb_Record_243_20220517">
<ScalarProperty Name="Type" ColumnName="Type" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="CreateTime2" ColumnName="CreateTime2" />
<ScalarProperty Name="CreateTime1" ColumnName="CreateTime1" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Record_Gratings">
<EntityTypeMapping TypeName="BBMPTModel.tb_Record_Gratings">
<MappingFragment StoreEntitySet="tb_Record_Gratings">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ZcCode" ColumnName="ZcCode" />
<ScalarProperty Name="BarCode2" ColumnName="BarCode2" />
<ScalarProperty Name="BarCode1" ColumnName="BarCode1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreen">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreen">
<MappingFragment StoreEntitySet="tb_Report_FiveScreen">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="day31" ColumnName="day31" />
<ScalarProperty Name="day30" ColumnName="day30" />
<ScalarProperty Name="day29" ColumnName="day29" />
<ScalarProperty Name="day28" ColumnName="day28" />
<ScalarProperty Name="day27" ColumnName="day27" />
<ScalarProperty Name="day26" ColumnName="day26" />
<ScalarProperty Name="day25" ColumnName="day25" />
<ScalarProperty Name="day24" ColumnName="day24" />
<ScalarProperty Name="day23" ColumnName="day23" />
<ScalarProperty Name="day22" ColumnName="day22" />
<ScalarProperty Name="day21" ColumnName="day21" />
<ScalarProperty Name="day20" ColumnName="day20" />
<ScalarProperty Name="day19" ColumnName="day19" />
<ScalarProperty Name="day18" ColumnName="day18" />
<ScalarProperty Name="day17" ColumnName="day17" />
<ScalarProperty Name="day16" ColumnName="day16" />
<ScalarProperty Name="day15" ColumnName="day15" />
<ScalarProperty Name="day14" ColumnName="day14" />
<ScalarProperty Name="day13" ColumnName="day13" />
<ScalarProperty Name="day12" ColumnName="day12" />
<ScalarProperty Name="day11" ColumnName="day11" />
<ScalarProperty Name="day10" ColumnName="day10" />
<ScalarProperty Name="day9" ColumnName="day9" />
<ScalarProperty Name="day8" ColumnName="day8" />
<ScalarProperty Name="day7" ColumnName="day7" />
<ScalarProperty Name="day6" ColumnName="day6" />
<ScalarProperty Name="day5" ColumnName="day5" />
<ScalarProperty Name="day4" ColumnName="day4" />
<ScalarProperty Name="day3" ColumnName="day3" />
<ScalarProperty Name="day2" ColumnName="day2" />
<ScalarProperty Name="day1" ColumnName="day1" />
<ScalarProperty Name="Dec" ColumnName="Dec" />
<ScalarProperty Name="Nov" ColumnName="Nov" />
<ScalarProperty Name="Oct" ColumnName="Oct" />
<ScalarProperty Name="Sept" ColumnName="Sept" />
<ScalarProperty Name="Aug" ColumnName="Aug" />
<ScalarProperty Name="Jul" ColumnName="Jul" />
<ScalarProperty Name="Jun" ColumnName="Jun" />
<ScalarProperty Name="May" ColumnName="May" />
<ScalarProperty Name="Apr" ColumnName="Apr" />
<ScalarProperty Name="Mar" ColumnName="Mar" />
<ScalarProperty Name="Feb" ColumnName="Feb" />
<ScalarProperty Name="Jan" ColumnName="Jan" />
<ScalarProperty Name="LastYear" ColumnName="LastYear" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreenConfig">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreenConfig">
<MappingFragment StoreEntitySet="tb_Report_FiveScreenConfig">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Scale" ColumnName="Scale" />
<ScalarProperty Name="Max" ColumnName="Max" />
<ScalarProperty Name="Min" ColumnName="Min" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreenLast">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreenLast">
<MappingFragment StoreEntitySet="tb_Report_FiveScreenLast">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Remark1" ColumnName="Remark1" />
<ScalarProperty Name="PassRate" ColumnName="PassRate" />
<ScalarProperty Name="UseRate" ColumnName="UseRate" />
<ScalarProperty Name="StationNo" ColumnName="StationNo" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreenStandard">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreenStandard">
<MappingFragment StoreEntitySet="tb_Report_FiveScreenStandard">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="Dec" ColumnName="Dec" />
<ScalarProperty Name="Nov" ColumnName="Nov" />
<ScalarProperty Name="Oct" ColumnName="Oct" />
<ScalarProperty Name="Sept" ColumnName="Sept" />
<ScalarProperty Name="Aug" ColumnName="Aug" />
<ScalarProperty Name="Jul" ColumnName="Jul" />
<ScalarProperty Name="Jun" ColumnName="Jun" />
<ScalarProperty Name="May" ColumnName="May" />
<ScalarProperty Name="Apr" ColumnName="Apr" />
<ScalarProperty Name="Mar" ColumnName="Mar" />
<ScalarProperty Name="Feb" ColumnName="Feb" />
<ScalarProperty Name="Jan" ColumnName="Jan" />
<ScalarProperty Name="LastYear" ColumnName="LastYear" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportA1">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportA1">
<MappingFragment StoreEntitySet="tb_ReportA1">
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_reportA2">
<EntityTypeMapping TypeName="BBMPTModel.tb_reportA2">
<MappingFragment StoreEntitySet="tb_reportA2">
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportF1">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportF1">
<MappingFragment StoreEntitySet="tb_ReportF1">
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportF3">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportF3">
<MappingFragment StoreEntitySet="tb_ReportF3">
<ScalarProperty Name="num" ColumnName="num" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportG1">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportG1">
<MappingFragment StoreEntitySet="tb_ReportG1">
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportH1">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportH1">
<MappingFragment StoreEntitySet="tb_ReportH1">
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="Project" ColumnName="Project" />
<ScalarProperty Name="Location" ColumnName="Location" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportTest">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportTest">
<MappingFragment StoreEntitySet="tb_ReportTest">
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="station" ColumnName="station" />
<ScalarProperty Name="weizhi" ColumnName="weizhi" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="inspectTimes" ColumnName="inspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barCode" ColumnName="barCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ScanAnalysis">
<EntityTypeMapping TypeName="BBMPTModel.tb_ScanAnalysis">
<MappingFragment StoreEntitySet="tb_ScanAnalysis">
<ScalarProperty Name="P_UnScanQty2" ColumnName="P_UnScanQty2" />
<ScalarProperty Name="P_Qty2" ColumnName="P_Qty2" />
<ScalarProperty Name="ScanPosition2" ColumnName="ScanPosition2" />
<ScalarProperty Name="P_UnScanQty1" ColumnName="P_UnScanQty1" />
<ScalarProperty Name="P_Qty1" ColumnName="P_Qty1" />
<ScalarProperty Name="ScanPosition1" ColumnName="ScanPosition1" />
<ScalarProperty Name="Qty" ColumnName="Qty" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ScanRecord_Laser">
<EntityTypeMapping TypeName="BBMPTModel.tb_ScanRecord_Laser">
<MappingFragment StoreEntitySet="tb_ScanRecord_Laser">
<ScalarProperty Name="ScanTime" ColumnName="ScanTime" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SkidInfo">
<EntityTypeMapping TypeName="BBMPTModel.tb_SkidInfo">
<MappingFragment StoreEntitySet="tb_SkidInfo">
<ScalarProperty Name="Side_2_BC12" ColumnName="Side_2_BC12" />
<ScalarProperty Name="Side_2_BC11" ColumnName="Side_2_BC11" />
<ScalarProperty Name="Side_2_BC10" ColumnName="Side_2_BC10" />
<ScalarProperty Name="Side_2_BC09" ColumnName="Side_2_BC09" />
<ScalarProperty Name="Side_2_BC08" ColumnName="Side_2_BC08" />
<ScalarProperty Name="Side_2_BC07" ColumnName="Side_2_BC07" />
<ScalarProperty Name="Side_2_BC06" ColumnName="Side_2_BC06" />
<ScalarProperty Name="Side_2_BC05" ColumnName="Side_2_BC05" />
<ScalarProperty Name="Side_2_BC04" ColumnName="Side_2_BC04" />
<ScalarProperty Name="Side_2_BC03" ColumnName="Side_2_BC03" />
<ScalarProperty Name="Side_2_BC02" ColumnName="Side_2_BC02" />
<ScalarProperty Name="Side_2_BC01" ColumnName="Side_2_BC01" />
<ScalarProperty Name="Side_1_BC12" ColumnName="Side_1_BC12" />
<ScalarProperty Name="Side_1_BC11" ColumnName="Side_1_BC11" />
<ScalarProperty Name="Side_1_BC10" ColumnName="Side_1_BC10" />
<ScalarProperty Name="Side_1_BC09" ColumnName="Side_1_BC09" />
<ScalarProperty Name="Side_1_BC08" ColumnName="Side_1_BC08" />
<ScalarProperty Name="Side_1_BC07" ColumnName="Side_1_BC07" />
<ScalarProperty Name="Side_1_BC06" ColumnName="Side_1_BC06" />
<ScalarProperty Name="Side_1_BC05" ColumnName="Side_1_BC05" />
<ScalarProperty Name="Side_1_BC04" ColumnName="Side_1_BC04" />
<ScalarProperty Name="Side_1_BC03" ColumnName="Side_1_BC03" />
<ScalarProperty Name="Side_1_BC02" ColumnName="Side_1_BC02" />
<ScalarProperty Name="Side_1_BC01" ColumnName="Side_1_BC01" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ColorInfo" ColumnName="ColorInfo" />
<ScalarProperty Name="Layer" ColumnName="Layer" />
<ScalarProperty Name="BarcodeRight" ColumnName="BarcodeRight" />
<ScalarProperty Name="BarcodeLeft" ColumnName="BarcodeLeft" />
<ScalarProperty Name="SkidNo" ColumnName="SkidNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SpcialNotFacStockNo">
<EntityTypeMapping TypeName="BBMPTModel.tb_SpcialNotFacStockNo">
<MappingFragment StoreEntitySet="tb_SpcialNotFacStockNo">
<ScalarProperty Name="NotFacStockNo" ColumnName="NotFacStockNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SpcialStockNo">
<EntityTypeMapping TypeName="BBMPTModel.tb_SpcialStockNo">
<MappingFragment StoreEntitySet="tb_SpcialStockNo">
<ScalarProperty Name="SpecialStockNo" ColumnName="SpecialStockNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SpecialHybrid">
<EntityTypeMapping TypeName="BBMPTModel.tb_SpecialHybrid">
<MappingFragment StoreEntitySet="tb_SpecialHybrid">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="SpecialPartNo" ColumnName="SpecialPartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SpecialVisual">
<EntityTypeMapping TypeName="BBMPTModel.tb_SpecialVisual">
<MappingFragment StoreEntitySet="tb_SpecialVisual">
<ScalarProperty Name="SpecialPartNo" ColumnName="SpecialPartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Station">
<EntityTypeMapping TypeName="BBMPTModel.tb_Station">
<MappingFragment StoreEntitySet="tb_Station">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="StationNo" ColumnName="StationNo" />
<ScalarProperty Name="LineID" ColumnName="LineID" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StationAndCylinder">
<EntityTypeMapping TypeName="BBMPTModel.tb_StationAndCylinder">
<MappingFragment StoreEntitySet="tb_StationAndCylinder">
<ScalarProperty Name="Time2" ColumnName="Time2" />
<ScalarProperty Name="Time1" ColumnName="Time1" />
<ScalarProperty Name="CylinderID" ColumnName="CylinderID" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StockIn_beif">
<EntityTypeMapping TypeName="BBMPTModel.tb_StockIn_beif">
<MappingFragment StoreEntitySet="tb_StockIn_beif">
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="pass" ColumnName="pass" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StockInColor">
<EntityTypeMapping TypeName="BBMPTModel.tb_StockInColor">
<MappingFragment StoreEntitySet="tb_StockInColor">
<ScalarProperty Name="CreateBy" ColumnName="CreateBy" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ColorInfo" ColumnName="ColorInfo" />
<ScalarProperty Name="Barcode" ColumnName="Barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_test">
<EntityTypeMapping TypeName="BBMPTModel.tb_test">
<MappingFragment StoreEntitySet="tb_test">
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="Reason" ColumnName="Reason" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ToVisual_WheelBrow_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_ToVisual_WheelBrow_243">
<MappingFragment StoreEntitySet="tb_ToVisual_WheelBrow_243">
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ToVisual_WheelBrow_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_ToVisual_WheelBrow_247">
<MappingFragment StoreEntitySet="tb_ToVisual_WheelBrow_247">
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ToWmsRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_ToWmsRecord">
<MappingFragment StoreEntitySet="tb_ToWmsRecord">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="Id" ColumnName="Id" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="TES_BOM">
<EntityTypeMapping TypeName="BBMPTModel.TES_BOM">
<MappingFragment StoreEntitySet="TES_BOM">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="InsertTime" ColumnName="InsertTime" />
<ScalarProperty Name="Site" ColumnName="Site" />
<ScalarProperty Name="Domain" ColumnName="Domain" />
<ScalarProperty Name="DataID" ColumnName="DataID" />
<ScalarProperty Name="CommandType" ColumnName="CommandType" />
<ScalarProperty Name="TaskID" ColumnName="TaskID" />
<ScalarProperty Name="Remark" ColumnName="Remark" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="CreateUser" ColumnName="CreateUser" />
<ScalarProperty Name="UID" ColumnName="UID" />
<ScalarProperty Name="GUID" ColumnName="GUID" />
<ScalarProperty Name="Process" ColumnName="Process" />
<ScalarProperty Name="OptionGroup" ColumnName="OptionGroup" />
<ScalarProperty Name="FporecastPercent" ColumnName="FporecastPercent" />
<ScalarProperty Name="SequenceNumber" ColumnName="SequenceNumber" />
<ScalarProperty Name="Operation" ColumnName="Operation" />
<ScalarProperty Name="LeadTimeOffset" ColumnName="LeadTimeOffset" />
<ScalarProperty Name="Scrap" ColumnName="Scrap" />
<ScalarProperty Name="Remarks" ColumnName="Remarks" />
<ScalarProperty Name="EndEffective" ColumnName="EndEffective" />
<ScalarProperty Name="StructureType" ColumnName="StructureType" />
<ScalarProperty Name="QuantityPer" ColumnName="QuantityPer" />
<ScalarProperty Name="StartEffective" ColumnName="StartEffective" />
<ScalarProperty Name="Reference" ColumnName="Reference" />
<ScalarProperty Name="ComponentPart" ColumnName="ComponentPart" />
<ScalarProperty Name="ParentPart" ColumnName="ParentPart" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="TES_PART_MSTR">
<EntityTypeMapping TypeName="BBMPTModel.TES_PART_MSTR">
<MappingFragment StoreEntitySet="TES_PART_MSTR">
<ScalarProperty Name="CreatTime" ColumnName="CreatTime" />
<ScalarProperty Name="Site" ColumnName="Site" />
<ScalarProperty Name="Domain" ColumnName="Domain" />
<ScalarProperty Name="CommandType" ColumnName="CommandType" />
<ScalarProperty Name="TaskID" ColumnName="TaskID" />
<ScalarProperty Name="Remark" ColumnName="Remark" />
<ScalarProperty Name="UID" ColumnName="UID" />
<ScalarProperty Name="InventoryCode" ColumnName="InventoryCode" />
<ScalarProperty Name="Qgrade" ColumnName="Qgrade" />
<ScalarProperty Name="Status" ColumnName="Status" />
<ScalarProperty Name="PartType" ColumnName="PartType" />
<ScalarProperty Name="AddDate" ColumnName="AddDate" />
<ScalarProperty Name="ProdLine" ColumnName="ProdLine" />
<ScalarProperty Name="Um" ColumnName="Um" />
<ScalarProperty Name="Desc2" ColumnName="Desc2" />
<ScalarProperty Name="Desc1" ColumnName="Desc1" />
<ScalarProperty Name="PartCode" ColumnName="PartCode" />
<ScalarProperty Name="GUID" ColumnName="GUID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="test2">
<EntityTypeMapping TypeName="BBMPTModel.test2">
<MappingFragment StoreEntitySet="test2">
<ScalarProperty Name="ProductCount" ColumnName="ProductCount" />
<ScalarProperty Name="ClassName" ColumnName="ClassName" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_202001_04">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_202001_04">
<MappingFragment StoreEntitySet="LogSys_202001-04">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_202003">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_202003">
<MappingFragment StoreEntitySet="LogSys_202003">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_202004">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_202004">
<MappingFragment StoreEntitySet="LogSys_202004">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_202005">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_202005">
<MappingFragment StoreEntitySet="LogSys_202005">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_20200605">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_20200605">
<MappingFragment StoreEntitySet="LogSys_20200605">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_20200610">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_20200610">
<MappingFragment StoreEntitySet="LogSys_20200610">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="LogSys_20210322">
<EntityTypeMapping TypeName="BBMPTModel.LogSys_20210322">
<MappingFragment StoreEntitySet="LogSys_20210322">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="SysSource" ColumnName="SysSource" />
<ScalarProperty Name="SysContent" ColumnName="SysContent" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="T_Sys_RoleLinkPower">
<EntityTypeMapping TypeName="BBMPTModel.T_Sys_RoleLinkPower">
<MappingFragment StoreEntitySet="T_Sys_RoleLinkPower">
<ScalarProperty Name="OpName" ColumnName="OpName" />
<ScalarProperty Name="OpTime" ColumnName="OpTime" />
<ScalarProperty Name="PowerID" ColumnName="PowerID" />
<ScalarProperty Name="RoleID" ColumnName="RoleID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Assembly_243">
<EntityTypeMapping TypeName="BBMPTModel.tb_Assembly_243">
<MappingFragment StoreEntitySet="tb_Assembly_243">
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="TapeBatchNo" ColumnName="TapeBatchNo" />
<ScalarProperty Name="PartType" ColumnName="PartType" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Assembly_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_Assembly_247">
<MappingFragment StoreEntitySet="tb_Assembly_247">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="TapeBatchNo" ColumnName="TapeBatchNo" />
<ScalarProperty Name="PartType" ColumnName="PartType" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Assembly_254">
<EntityTypeMapping TypeName="BBMPTModel.tb_Assembly_254">
<MappingFragment StoreEntitySet="tb_Assembly_254">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="TapeBatchNo" ColumnName="TapeBatchNo" />
<ScalarProperty Name="PartType" ColumnName="PartType" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Bom_20190726">
<EntityTypeMapping TypeName="BBMPTModel.tb_Bom_20190726">
<MappingFragment StoreEntitySet="tb_Bom_20190726">
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="BomID" ColumnName="BomID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Box_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_Box_247">
<MappingFragment StoreEntitySet="tb_Box_247">
<ScalarProperty Name="ValidityDate" ColumnName="ValidityDate" />
<ScalarProperty Name="Validity" ColumnName="Validity" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="BoxCount" ColumnName="BoxCount" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Color_20191008">
<EntityTypeMapping TypeName="BBMPTModel.tb_Color_20191008">
<MappingFragment StoreEntitySet="tb_Color_20191008">
<ScalarProperty Name="ColorQQCode" ColumnName="ColorQQCode" />
<ScalarProperty Name="Circle" ColumnName="Circle" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Color_20201101">
<EntityTypeMapping TypeName="BBMPTModel.tb_Color_20201101">
<MappingFragment StoreEntitySet="tb_Color_20201101">
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="UpdateTime" ColumnName="UpdateTime" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ColorDQCode" ColumnName="ColorDQCode" />
<ScalarProperty Name="ColorQQCode" ColumnName="ColorQQCode" />
<ScalarProperty Name="Circle" ColumnName="Circle" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Defect_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_Defect_bak">
<MappingFragment StoreEntitySet="tb_Defect_bak">
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="DefectName" ColumnName="DefectName" />
<ScalarProperty Name="LineID" ColumnName="LineID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InjectPlanReport">
<EntityTypeMapping TypeName="BBMPTModel.tb_InjectPlanReport">
<MappingFragment StoreEntitySet="tb_InjectPlanReport">
<ScalarProperty Name="Time1" ColumnName="Time1" />
<ScalarProperty Name="BatchNo" ColumnName="BatchNo" />
<ScalarProperty Name="Drum" ColumnName="Drum" />
<ScalarProperty Name="MaterialName" ColumnName="MaterialName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="InjectionPlanID" ColumnName="InjectionPlanID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InspectResult_20190902">
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult_20190902">
<MappingFragment StoreEntitySet="tb_InspectResult_20190902">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="InspectTimes" ColumnName="InspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productOption" ColumnName="productOption" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="defectID" ColumnName="defectID" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="position" ColumnName="position" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InspectResult_20200717">
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult_20200717">
<MappingFragment StoreEntitySet="tb_InspectResult_20200717">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="InspectTimes" ColumnName="InspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productOption" ColumnName="productOption" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="defectID" ColumnName="defectID" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="position" ColumnName="position" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InspectResult_20201021">
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult_20201021">
<MappingFragment StoreEntitySet="tb_InspectResult_20201021">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="InspectTimes" ColumnName="InspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productOption" ColumnName="productOption" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="defectID" ColumnName="defectID" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="position" ColumnName="position" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_InspectResult_20210322">
<EntityTypeMapping TypeName="BBMPTModel.tb_InspectResult_20210322">
<MappingFragment StoreEntitySet="tb_InspectResult_20210322">
<ScalarProperty Name="remark3" ColumnName="remark3" />
<ScalarProperty Name="remark2" ColumnName="remark2" />
<ScalarProperty Name="remark1" ColumnName="remark1" />
<ScalarProperty Name="InspectTimes" ColumnName="InspectTimes" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="productOption" ColumnName="productOption" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="reason" ColumnName="reason" />
<ScalarProperty Name="defectID" ColumnName="defectID" />
<ScalarProperty Name="damnPosition" ColumnName="damnPosition" />
<ScalarProperty Name="inspectResult" ColumnName="inspectResult" />
<ScalarProperty Name="workClass" ColumnName="workClass" />
<ScalarProperty Name="stationNo" ColumnName="stationNo" />
<ScalarProperty Name="position" ColumnName="position" />
<ScalarProperty Name="side" ColumnName="side" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Mistake_243_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_Mistake_243_bak">
<MappingFragment StoreEntitySet="tb_Mistake_243_bak">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="PackCount" ColumnName="PackCount" />
<ScalarProperty Name="PartName2" ColumnName="PartName2" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartName1" ColumnName="PartName1" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Mistake_247_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_Mistake_247_bak">
<MappingFragment StoreEntitySet="tb_Mistake_247_bak">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="PackCount" ColumnName="PackCount" />
<ScalarProperty Name="PartName2" ColumnName="PartName2" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartName1" ColumnName="PartName1" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Plan_Punch_20200509">
<EntityTypeMapping TypeName="BBMPTModel.tb_Plan_Punch_20200509">
<MappingFragment StoreEntitySet="tb_Plan_Punch_20200509">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="IsFinish" ColumnName="IsFinish" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="CompleteCount" ColumnName="CompleteCount" />
<ScalarProperty Name="LyCount" ColumnName="LyCount" />
<ScalarProperty Name="OrderCount" ColumnName="OrderCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="Item" ColumnName="Item" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PrintRecord">
<EntityTypeMapping TypeName="BBMPTModel.tb_PrintRecord">
<MappingFragment StoreEntitySet="tb_PrintRecord">
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="PrintType" ColumnName="PrintType" />
<ScalarProperty Name="ProductInfo" ColumnName="ProductInfo" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="ColorCode" ColumnName="ColorCode" />
<ScalarProperty Name="Color" ColumnName="Color" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="PrintCode" ColumnName="PrintCode" />
<ScalarProperty Name="BarCode" ColumnName="BarCode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_20200513">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_20200513">
<MappingFragment StoreEntitySet="tb_Product_20200513">
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_20201110">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_20201110">
<MappingFragment StoreEntitySet="tb_Product_20201110">
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_20230901">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_20230901">
<MappingFragment StoreEntitySet="tb_Product_20230901">
<ScalarProperty Name="PackQty" ColumnName="PackQty" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product_Injection_20190726">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product_Injection_20190726">
<MappingFragment StoreEntitySet="tb_Product_Injection_20190726">
<ScalarProperty Name="BadCount" ColumnName="BadCount" />
<ScalarProperty Name="ProductCount" ColumnName="ProductCount" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ClassName" ColumnName="ClassName" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product0912">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product0912">
<MappingFragment StoreEntitySet="tb_Product0912">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product20200802">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product20200802">
<MappingFragment StoreEntitySet="tb_Product20200802">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Product20201016">
<EntityTypeMapping TypeName="BBMPTModel.tb_Product20201016">
<MappingFragment StoreEntitySet="tb_Product20201016">
<ScalarProperty Name="IsHigh" ColumnName="IsHigh" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="isImport" ColumnName="isImport" />
<ScalarProperty Name="Des" ColumnName="Des" />
<ScalarProperty Name="PicturePath" ColumnName="PicturePath" />
<ScalarProperty Name="Layers" ColumnName="Layers" />
<ScalarProperty Name="Cols" ColumnName="Cols" />
<ScalarProperty Name="Rows" ColumnName="Rows" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="PartName" ColumnName="PartName" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="ProjectID" ColumnName="ProjectID" />
<ScalarProperty Name="ProductTypeID" ColumnName="ProductTypeID" />
<ScalarProperty Name="ProductID" ColumnName="ProductID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_20200721">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_20200721">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_20200721">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_20200907">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_20200907">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_20200907">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_20221231">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_20221231">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_20221231">
<ScalarProperty Name="barCode6" ColumnName="barCode6" />
<ScalarProperty Name="barCode5" ColumnName="barCode5" />
<ScalarProperty Name="barCode4" ColumnName="barCode4" />
<ScalarProperty Name="barCode3" ColumnName="barCode3" />
<ScalarProperty Name="barCode2" ColumnName="barCode2" />
<ScalarProperty Name="barCode1" ColumnName="barCode1" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="SerialNo" ColumnName="SerialNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_20230630">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_20230630">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_20230630">
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="StationId" ColumnName="StationId" />
<ScalarProperty Name="barCode6" ColumnName="barCode6" />
<ScalarProperty Name="barCode5" ColumnName="barCode5" />
<ScalarProperty Name="barCode4" ColumnName="barCode4" />
<ScalarProperty Name="barCode3" ColumnName="barCode3" />
<ScalarProperty Name="barCode2" ColumnName="barCode2" />
<ScalarProperty Name="barCode1" ColumnName="barCode1" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="PrintTime" ColumnName="PrintTime" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="SerialNo" ColumnName="SerialNo" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Punch_Code_Record_BF">
<EntityTypeMapping TypeName="BBMPTModel.tb_Punch_Code_Record_BF">
<MappingFragment StoreEntitySet="tb_Punch_Code_Record_BF">
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="WorkClass" ColumnName="WorkClass" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="ZcID" ColumnName="ZcID" />
<ScalarProperty Name="BcpID" ColumnName="BcpID" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_PunchAndStation_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_PunchAndStation_bak">
<MappingFragment StoreEntitySet="tb_PunchAndStation_bak">
<ScalarProperty Name="Qty14" ColumnName="Qty14" />
<ScalarProperty Name="ProductID14" ColumnName="ProductID14" />
<ScalarProperty Name="Qty13" ColumnName="Qty13" />
<ScalarProperty Name="ProductID13" ColumnName="ProductID13" />
<ScalarProperty Name="Qty12" ColumnName="Qty12" />
<ScalarProperty Name="ProductID12" ColumnName="ProductID12" />
<ScalarProperty Name="Qty8" ColumnName="Qty8" />
<ScalarProperty Name="ProductID8" ColumnName="ProductID8" />
<ScalarProperty Name="Qty7" ColumnName="Qty7" />
<ScalarProperty Name="ProductID7" ColumnName="ProductID7" />
<ScalarProperty Name="Qty6" ColumnName="Qty6" />
<ScalarProperty Name="ProductID6" ColumnName="ProductID6" />
<ScalarProperty Name="CheckDone" ColumnName="CheckDone" />
<ScalarProperty Name="PortName" ColumnName="PortName" />
<ScalarProperty Name="AddressNo" ColumnName="AddressNo" />
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="CreateTine" ColumnName="CreateTine" />
<ScalarProperty Name="Qty11" ColumnName="Qty11" />
<ScalarProperty Name="ProductID11" ColumnName="ProductID11" />
<ScalarProperty Name="Qty10" ColumnName="Qty10" />
<ScalarProperty Name="ProductID10" ColumnName="ProductID10" />
<ScalarProperty Name="Qty9" ColumnName="Qty9" />
<ScalarProperty Name="ProductID9" ColumnName="ProductID9" />
<ScalarProperty Name="Qty5" ColumnName="Qty5" />
<ScalarProperty Name="ProductID5" ColumnName="ProductID5" />
<ScalarProperty Name="Qty4" ColumnName="Qty4" />
<ScalarProperty Name="ProductID4" ColumnName="ProductID4" />
<ScalarProperty Name="Qty3" ColumnName="Qty3" />
<ScalarProperty Name="ProductID3" ColumnName="ProductID3" />
<ScalarProperty Name="Qty2" ColumnName="Qty2" />
<ScalarProperty Name="ProductID2" ColumnName="ProductID2" />
<ScalarProperty Name="ProductID1" ColumnName="ProductID1" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Record_247">
<EntityTypeMapping TypeName="BBMPTModel.tb_Record_247">
<MappingFragment StoreEntitySet="tb_Record_247">
<ScalarProperty Name="DeviceNo" ColumnName="DeviceNo" />
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
<ScalarProperty Name="ToVisual" ColumnName="ToVisual" />
<ScalarProperty Name="Type" ColumnName="Type" />
<ScalarProperty Name="Flag" ColumnName="Flag" />
<ScalarProperty Name="CreateTime2" ColumnName="CreateTime2" />
<ScalarProperty Name="CreateTime1" ColumnName="CreateTime1" />
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
<ScalarProperty Name="BoxNo" ColumnName="BoxNo" />
<ScalarProperty Name="PartNo2" ColumnName="PartNo2" />
<ScalarProperty Name="PartNo1" ColumnName="PartNo1" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreen_20191011">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreen_20191011">
<MappingFragment StoreEntitySet="tb_Report_FiveScreen_20191011">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="day31" ColumnName="day31" />
<ScalarProperty Name="day30" ColumnName="day30" />
<ScalarProperty Name="day29" ColumnName="day29" />
<ScalarProperty Name="day28" ColumnName="day28" />
<ScalarProperty Name="day27" ColumnName="day27" />
<ScalarProperty Name="day26" ColumnName="day26" />
<ScalarProperty Name="day25" ColumnName="day25" />
<ScalarProperty Name="day24" ColumnName="day24" />
<ScalarProperty Name="day23" ColumnName="day23" />
<ScalarProperty Name="day22" ColumnName="day22" />
<ScalarProperty Name="day21" ColumnName="day21" />
<ScalarProperty Name="day20" ColumnName="day20" />
<ScalarProperty Name="day19" ColumnName="day19" />
<ScalarProperty Name="day18" ColumnName="day18" />
<ScalarProperty Name="day17" ColumnName="day17" />
<ScalarProperty Name="day16" ColumnName="day16" />
<ScalarProperty Name="day15" ColumnName="day15" />
<ScalarProperty Name="day14" ColumnName="day14" />
<ScalarProperty Name="day13" ColumnName="day13" />
<ScalarProperty Name="day12" ColumnName="day12" />
<ScalarProperty Name="day11" ColumnName="day11" />
<ScalarProperty Name="day10" ColumnName="day10" />
<ScalarProperty Name="day9" ColumnName="day9" />
<ScalarProperty Name="day8" ColumnName="day8" />
<ScalarProperty Name="day7" ColumnName="day7" />
<ScalarProperty Name="day6" ColumnName="day6" />
<ScalarProperty Name="day5" ColumnName="day5" />
<ScalarProperty Name="day4" ColumnName="day4" />
<ScalarProperty Name="day3" ColumnName="day3" />
<ScalarProperty Name="day2" ColumnName="day2" />
<ScalarProperty Name="day1" ColumnName="day1" />
<ScalarProperty Name="Dec" ColumnName="Dec" />
<ScalarProperty Name="Nov" ColumnName="Nov" />
<ScalarProperty Name="Oct" ColumnName="Oct" />
<ScalarProperty Name="Sept" ColumnName="Sept" />
<ScalarProperty Name="Aug" ColumnName="Aug" />
<ScalarProperty Name="Jul" ColumnName="Jul" />
<ScalarProperty Name="Jun" ColumnName="Jun" />
<ScalarProperty Name="May" ColumnName="May" />
<ScalarProperty Name="Apr" ColumnName="Apr" />
<ScalarProperty Name="Mar" ColumnName="Mar" />
<ScalarProperty Name="Feb" ColumnName="Feb" />
<ScalarProperty Name="Jan" ColumnName="Jan" />
<ScalarProperty Name="LastYear" ColumnName="LastYear" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_Report_FiveScreen_20191014">
<EntityTypeMapping TypeName="BBMPTModel.tb_Report_FiveScreen_20191014">
<MappingFragment StoreEntitySet="tb_Report_FiveScreen_20191014">
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="day31" ColumnName="day31" />
<ScalarProperty Name="day30" ColumnName="day30" />
<ScalarProperty Name="day29" ColumnName="day29" />
<ScalarProperty Name="day28" ColumnName="day28" />
<ScalarProperty Name="day27" ColumnName="day27" />
<ScalarProperty Name="day26" ColumnName="day26" />
<ScalarProperty Name="day25" ColumnName="day25" />
<ScalarProperty Name="day24" ColumnName="day24" />
<ScalarProperty Name="day23" ColumnName="day23" />
<ScalarProperty Name="day22" ColumnName="day22" />
<ScalarProperty Name="day21" ColumnName="day21" />
<ScalarProperty Name="day20" ColumnName="day20" />
<ScalarProperty Name="day19" ColumnName="day19" />
<ScalarProperty Name="day18" ColumnName="day18" />
<ScalarProperty Name="day17" ColumnName="day17" />
<ScalarProperty Name="day16" ColumnName="day16" />
<ScalarProperty Name="day15" ColumnName="day15" />
<ScalarProperty Name="day14" ColumnName="day14" />
<ScalarProperty Name="day13" ColumnName="day13" />
<ScalarProperty Name="day12" ColumnName="day12" />
<ScalarProperty Name="day11" ColumnName="day11" />
<ScalarProperty Name="day10" ColumnName="day10" />
<ScalarProperty Name="day9" ColumnName="day9" />
<ScalarProperty Name="day8" ColumnName="day8" />
<ScalarProperty Name="day7" ColumnName="day7" />
<ScalarProperty Name="day6" ColumnName="day6" />
<ScalarProperty Name="day5" ColumnName="day5" />
<ScalarProperty Name="day4" ColumnName="day4" />
<ScalarProperty Name="day3" ColumnName="day3" />
<ScalarProperty Name="day2" ColumnName="day2" />
<ScalarProperty Name="day1" ColumnName="day1" />
<ScalarProperty Name="Dec" ColumnName="Dec" />
<ScalarProperty Name="Nov" ColumnName="Nov" />
<ScalarProperty Name="Oct" ColumnName="Oct" />
<ScalarProperty Name="Sept" ColumnName="Sept" />
<ScalarProperty Name="Aug" ColumnName="Aug" />
<ScalarProperty Name="Jul" ColumnName="Jul" />
<ScalarProperty Name="Jun" ColumnName="Jun" />
<ScalarProperty Name="May" ColumnName="May" />
<ScalarProperty Name="Apr" ColumnName="Apr" />
<ScalarProperty Name="Mar" ColumnName="Mar" />
<ScalarProperty Name="Feb" ColumnName="Feb" />
<ScalarProperty Name="Jan" ColumnName="Jan" />
<ScalarProperty Name="LastYear" ColumnName="LastYear" />
<ScalarProperty Name="Name" ColumnName="Name" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportPaintingScreen">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportPaintingScreen">
<MappingFragment StoreEntitySet="tb_ReportPaintingScreen">
<ScalarProperty Name="sumPassRate" ColumnName="sumPassRate" />
<ScalarProperty Name="sumPassNum" ColumnName="sumPassNum" />
<ScalarProperty Name="oncePassRate" ColumnName="oncePassRate" />
<ScalarProperty Name="oncePassNum" ColumnName="oncePassNum" />
<ScalarProperty Name="sumNum" ColumnName="sumNum" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="color" ColumnName="color" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportPaintingScreen_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportPaintingScreen_bak">
<MappingFragment StoreEntitySet="tb_ReportPaintingScreen_bak">
<ScalarProperty Name="sumPassRate" ColumnName="sumPassRate" />
<ScalarProperty Name="sumPassNum" ColumnName="sumPassNum" />
<ScalarProperty Name="oncePassRate" ColumnName="oncePassRate" />
<ScalarProperty Name="oncePassNum" ColumnName="oncePassNum" />
<ScalarProperty Name="sumNum" ColumnName="sumNum" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="color" ColumnName="color" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportPaintingScreen_pg">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportPaintingScreen_pg">
<MappingFragment StoreEntitySet="tb_ReportPaintingScreen_pg">
<ScalarProperty Name="defectRate5" ColumnName="defectRate5" />
<ScalarProperty Name="DefectName5" ColumnName="DefectName5" />
<ScalarProperty Name="defectRate4" ColumnName="defectRate4" />
<ScalarProperty Name="DefectName4" ColumnName="DefectName4" />
<ScalarProperty Name="defectRate3" ColumnName="defectRate3" />
<ScalarProperty Name="DefectName3" ColumnName="DefectName3" />
<ScalarProperty Name="defectRate2" ColumnName="defectRate2" />
<ScalarProperty Name="DefectName2" ColumnName="DefectName2" />
<ScalarProperty Name="defectRate1" ColumnName="defectRate1" />
<ScalarProperty Name="DefectName1" ColumnName="DefectName1" />
<ScalarProperty Name="hgNum" ColumnName="hgNum" />
<ScalarProperty Name="sumNum" ColumnName="sumNum" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="color" ColumnName="color" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_ReportPaintingScreen_pg_bak">
<EntityTypeMapping TypeName="BBMPTModel.tb_ReportPaintingScreen_pg_bak">
<MappingFragment StoreEntitySet="tb_ReportPaintingScreen_pg_bak">
<ScalarProperty Name="defectRate5" ColumnName="defectRate5" />
<ScalarProperty Name="DefectName5" ColumnName="DefectName5" />
<ScalarProperty Name="defectRate4" ColumnName="defectRate4" />
<ScalarProperty Name="DefectName4" ColumnName="DefectName4" />
<ScalarProperty Name="defectRate3" ColumnName="defectRate3" />
<ScalarProperty Name="DefectName3" ColumnName="DefectName3" />
<ScalarProperty Name="defectRate2" ColumnName="defectRate2" />
<ScalarProperty Name="DefectName2" ColumnName="DefectName2" />
<ScalarProperty Name="defectRate1" ColumnName="defectRate1" />
<ScalarProperty Name="DefectName1" ColumnName="DefectName1" />
<ScalarProperty Name="hgNum" ColumnName="hgNum" />
<ScalarProperty Name="sumNum" ColumnName="sumNum" />
<ScalarProperty Name="productInfo" ColumnName="productInfo" />
<ScalarProperty Name="color" ColumnName="color" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_SkidInfo_20200904">
<EntityTypeMapping TypeName="BBMPTModel.tb_SkidInfo_20200904">
<MappingFragment StoreEntitySet="tb_SkidInfo_20200904">
<ScalarProperty Name="Side_2_BC12" ColumnName="Side_2_BC12" />
<ScalarProperty Name="Side_2_BC11" ColumnName="Side_2_BC11" />
<ScalarProperty Name="Side_2_BC10" ColumnName="Side_2_BC10" />
<ScalarProperty Name="Side_2_BC09" ColumnName="Side_2_BC09" />
<ScalarProperty Name="Side_2_BC08" ColumnName="Side_2_BC08" />
<ScalarProperty Name="Side_2_BC07" ColumnName="Side_2_BC07" />
<ScalarProperty Name="Side_2_BC06" ColumnName="Side_2_BC06" />
<ScalarProperty Name="Side_2_BC05" ColumnName="Side_2_BC05" />
<ScalarProperty Name="Side_2_BC04" ColumnName="Side_2_BC04" />
<ScalarProperty Name="Side_2_BC03" ColumnName="Side_2_BC03" />
<ScalarProperty Name="Side_2_BC02" ColumnName="Side_2_BC02" />
<ScalarProperty Name="Side_2_BC01" ColumnName="Side_2_BC01" />
<ScalarProperty Name="Side_1_BC12" ColumnName="Side_1_BC12" />
<ScalarProperty Name="Side_1_BC11" ColumnName="Side_1_BC11" />
<ScalarProperty Name="Side_1_BC10" ColumnName="Side_1_BC10" />
<ScalarProperty Name="Side_1_BC09" ColumnName="Side_1_BC09" />
<ScalarProperty Name="Side_1_BC08" ColumnName="Side_1_BC08" />
<ScalarProperty Name="Side_1_BC07" ColumnName="Side_1_BC07" />
<ScalarProperty Name="Side_1_BC06" ColumnName="Side_1_BC06" />
<ScalarProperty Name="Side_1_BC05" ColumnName="Side_1_BC05" />
<ScalarProperty Name="Side_1_BC04" ColumnName="Side_1_BC04" />
<ScalarProperty Name="Side_1_BC03" ColumnName="Side_1_BC03" />
<ScalarProperty Name="Side_1_BC02" ColumnName="Side_1_BC02" />
<ScalarProperty Name="Side_1_BC01" ColumnName="Side_1_BC01" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="ColorInfo" ColumnName="ColorInfo" />
<ScalarProperty Name="Layer" ColumnName="Layer" />
<ScalarProperty Name="BarcodeRight" ColumnName="BarcodeRight" />
<ScalarProperty Name="BarcodeLeft" ColumnName="BarcodeLeft" />
<ScalarProperty Name="SkidNo" ColumnName="SkidNo" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StockIn">
<EntityTypeMapping TypeName="BBMPTModel.tb_StockIn">
<MappingFragment StoreEntitySet="tb_StockIn">
<ScalarProperty Name="ZcCode" ColumnName="ZcCode" />
<ScalarProperty Name="paintCode" ColumnName="paintCode" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="pass" ColumnName="pass" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StockIn_20200511">
<EntityTypeMapping TypeName="BBMPTModel.tb_StockIn_20200511">
<MappingFragment StoreEntitySet="tb_StockIn_20200511">
<ScalarProperty Name="ZcCode" ColumnName="ZcCode" />
<ScalarProperty Name="paintCode" ColumnName="paintCode" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="pass" ColumnName="pass" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="tb_StockIn_20210322">
<EntityTypeMapping TypeName="BBMPTModel.tb_StockIn_20210322">
<MappingFragment StoreEntitySet="tb_StockIn_20210322">
<ScalarProperty Name="ZcCode" ColumnName="ZcCode" />
<ScalarProperty Name="paintCode" ColumnName="paintCode" />
<ScalarProperty Name="createTime" ColumnName="createTime" />
<ScalarProperty Name="pass" ColumnName="pass" />
<ScalarProperty Name="barcode" ColumnName="barcode" />
<ScalarProperty Name="ID" ColumnName="ID" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="test1">
<EntityTypeMapping TypeName="BBMPTModel.test1">
<MappingFragment StoreEntitySet="test1">
<ScalarProperty Name="ClassName" ColumnName="ClassName" />
<ScalarProperty Name="ProductDate" ColumnName="ProductDate" />
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
<ScalarProperty Name="PlanID" ColumnName="PlanID" />
<ScalarProperty Name="OneBarCode" ColumnName="OneBarCode" />
<ScalarProperty Name="PrintType" ColumnName="PrintType" />
<ScalarProperty Name="StockNo" ColumnName="StockNo" />
<ScalarProperty Name="StationID" ColumnName="StationID" />
<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>