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.
 
 
 
 
 

790 lines
42 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{74DCE5F2-A501-45F2-B4F9-494AA1867226}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CK.SCP.Models</RootNamespace>
<AssemblyName>CK.SCP.Models</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net20\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Z.EntityFramework.Extensions">
<HintPath>..\UniApiGroup\bin\Debug\Z.EntityFramework.Extensions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AppBoxEntity\AppBoxContext.cs" />
<Compile Include="AppBoxEntity\AppBoxDatabaseInitializer.cs" />
<Compile Include="AppBoxEntity\Config.cs" />
<Compile Include="AppBoxEntity\Dept.cs" />
<Compile Include="AppBoxEntity\ExcelImportEntity\APPBOX_USER_EXCEL.cs" />
<Compile Include="AppBoxEntity\RoleUsers.cs" />
<Compile Include="AppBoxEntity\TA_ADDRESS.cs" />
<Compile Include="AppBoxEntity\ICustomTree.cs" />
<Compile Include="AppBoxEntity\IKeyID.cs" />
<Compile Include="AppBoxEntity\Log.cs" />
<Compile Include="AppBoxEntity\Menu.cs" />
<Compile Include="AppBoxEntity\Online.cs" />
<Compile Include="AppBoxEntity\PasswordUtil.cs" />
<Compile Include="AppBoxEntity\Power.cs" />
<Compile Include="AppBoxEntity\Role.cs" />
<Compile Include="AppBoxEntity\Title.cs" />
<Compile Include="AppBoxEntity\User.cs" />
<Compile Include="AppBoxEntity\UserToken.cs" />
<Compile Include="AppBoxEntity\VenderUsers.cs" />
<Compile Include="Attributes\BaseTableValidation.cs" />
<Compile Include="Attributes\ColumnSource.cs" />
<Compile Include="Attributes\Converter.cs" />
<Compile Include="Attributes\DataGridColum.cs" />
<Compile Include="Attributes\Unique.cs" />
<Compile Include="Base\IData.cs" />
<Compile Include="Base\IDomain.cs" />
<Compile Include="Base\IDomainSite.cs" />
<Compile Include="Base\ISoftDelete.cs" />
<Compile Include="Base\ITable.cs" />
<Compile Include="Base\ITaskTable.cs" />
<Compile Include="Base\IUpdatableTable.cs" />
<Compile Include="BillHelper.cs" />
<Compile Include="DataCenterContext.cs" />
<Compile Include="DataCenterTables\TA_BUTTON.cs" />
<Compile Include="DataCenterTables\TA_CONFIG.cs" />
<Compile Include="DataCenterTables\TA_DEPT.cs" />
<Compile Include="DataCenterTables\TA_MENU.cs" />
<Compile Include="DataCenterTables\TA_TABLE.cs" />
<Compile Include="DataCenterTables\TA_TASK.cs" />
<Compile Include="DataCenterTables\TA_TASK_HIS.cs" />
<Compile Include="DataCenterTables\TA_USER.cs" />
<Compile Include="DataCenterTables\TA_USER_BUTTON.cs" />
<Compile Include="DataCenterTables\TA_USER_MENU.cs" />
<Compile Include="DataCenterTables\TA_USER_TABLE.cs" />
<Compile Include="DataCenterTables\TL_DATA_CHANGE.cs" />
<Compile Include="DataCenterTables\TL_EXCEPTION.cs" />
<Compile Include="DataCenterTables\TL_LOGIN.cs" />
<Compile Include="DataCenterTables\TS_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TS_BOM.cs" />
<Compile Include="DataCenterTables\TS_CODE.cs" />
<Compile Include="DataCenterTables\TS_CODE_TYPE.cs" />
<Compile Include="DataCenterTables\TS_COLOR.cs" />
<Compile Include="DataCenterTables\TS_COST_CENTER.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER_PART.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER_TYPE.cs" />
<Compile Include="DataCenterTables\TS_DEPARTMENT.cs" />
<Compile Include="DataCenterTables\TS_DOMAIN.cs" />
<Compile Include="DataCenterTables\TS_EDI_DATA.cs" />
<Compile Include="DataCenterTables\TS_ENTITY.cs" />
<Compile Include="DataCenterTables\TS_LINE.cs" />
<Compile Include="DataCenterTables\TS_LINE_PART.cs" />
<Compile Include="DataCenterTables\TS_LOCATION.cs" />
<Compile Include="DataCenterTables\TS_MES_DATA.cs" />
<Compile Include="DataCenterTables\TS_PACK.cs" />
<Compile Include="DataCenterTables\TS_PART_DET.cs" />
<Compile Include="DataCenterTables\TS_PART_MSTR.cs" />
<Compile Include="DataCenterTables\TS_PRODUCT_LINE.cs" />
<Compile Include="DataCenterTables\TS_PROJECT.cs" />
<Compile Include="DataCenterTables\TS_PURCHASE_PRICE.cs" />
<Compile Include="DataCenterTables\TS_ROUTING.cs" />
<Compile Include="DataCenterTables\TS_SALE_PRICE.cs" />
<Compile Include="DataCenterTables\TS_SHIFT.cs" />
<Compile Include="DataCenterTables\TS_SITE.cs" />
<Compile Include="DataCenterTables\TS_STAND_COST_PRICE.cs" />
<Compile Include="DataCenterTables\TS_SUB_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER_PART.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER_TYPE.cs" />
<Compile Include="DataCenterTables\TS_TEAM.cs" />
<Compile Include="DataCenterTables\TS_WMS_LOCATION.cs" />
<Compile Include="DataCenterTables\TS_WORK_CENTER.cs" />
<Compile Include="DataCenterTables\TT_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TT_BOM.cs" />
<Compile Include="DataCenterTables\TT_CODE.cs" />
<Compile Include="DataCenterTables\TT_CODE_TYPE.cs" />
<Compile Include="DataCenterTables\TT_COLOR.cs" />
<Compile Include="DataCenterTables\TT_COST_CENTER.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER_PART.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER_TYPE.cs" />
<Compile Include="DataCenterTables\TT_DEPARTMENT.cs" />
<Compile Include="DataCenterTables\TT_DOMAIN.cs" />
<Compile Include="DataCenterTables\TT_EDI_DATA.cs" />
<Compile Include="DataCenterTables\TT_ENTITY.cs" />
<Compile Include="DataCenterTables\TT_LINE.cs" />
<Compile Include="DataCenterTables\TT_LINE_PART.cs" />
<Compile Include="DataCenterTables\TT_LOCATION.cs" />
<Compile Include="DataCenterTables\TT_MES_DATA.cs" />
<Compile Include="DataCenterTables\TT_PACK.cs" />
<Compile Include="DataCenterTables\TT_PART_DET.cs" />
<Compile Include="DataCenterTables\TT_PART_MSTR.cs" />
<Compile Include="DataCenterTables\TT_PRODUCT_LINE.cs" />
<Compile Include="DataCenterTables\TT_PROJECT.cs" />
<Compile Include="DataCenterTables\TT_PURCHASE_PRICE.cs" />
<Compile Include="DataCenterTables\TT_ROUTING.cs" />
<Compile Include="DataCenterTables\TT_SALE_PRICE.cs" />
<Compile Include="DataCenterTables\TT_SHIFT.cs" />
<Compile Include="DataCenterTables\TT_SITE.cs" />
<Compile Include="DataCenterTables\TT_STAND_COST_PRICE.cs" />
<Compile Include="DataCenterTables\TT_SUB_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER_PART.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER_TYPE.cs" />
<Compile Include="DataCenterTables\TT_TEAM.cs" />
<Compile Include="DataCenterTables\TT_WMS_LOCATION.cs" />
<Compile Include="DataCenterTables\TT_WORK_CENTER.cs" />
<Compile Include="DbSetting.cs" />
<Compile Include="DecimalPrecisionAttribute.cs" />
<Compile Include="EntitiesFactory.cs" />
<Compile Include="EntitiesHelper.cs" />
<Compile Include="Enums\CellType.cs" />
<Compile Include="Enums\ConnState.cs" />
<Compile Include="Enums\DistributionType.cs" />
<Compile Include="Enums\EnumBaseDataLogType.cs" />
<Compile Include="Enums\EnumBillState.cs" />
<Compile Include="Enums\EnumBillType.cs" />
<Compile Include="Enums\EnumCheckResult.cs" />
<Compile Include="Enums\EnumCheckState.cs" />
<Compile Include="Enums\EnumConfigType.cs" />
<Compile Include="Enums\EnumCqbmptProcess.cs" />
<Compile Include="Enums\EnumFormState.cs" />
<Compile Include="Enums\EnumInjectionState.cs" />
<Compile Include="Enums\EnumManageType.cs" />
<Compile Include="Enums\EnumPaintState.cs" />
<Compile Include="Enums\EnumPartKind.cs" />
<Compile Include="Enums\EnumPartType.cs" />
<Compile Include="Enums\EnumStockState.cs" />
<Compile Include="Enums\EnumStoreArea.cs" />
<Compile Include="Enums\EnumSubBillType.cs" />
<Compile Include="Enums\EnumTaskState.cs" />
<Compile Include="Enums\EnumUserType.cs" />
<Compile Include="Enums\EqptState.cs" />
<Compile Include="Enums\ErrorCode.cs" />
<Compile Include="Enums\InspectResult.cs" />
<Compile Include="Enums\InvoiceState.cs" />
<Compile Include="Enums\Item_Type.cs" />
<Compile Include="Enums\MachineState.cs" />
<Compile Include="Enums\OrderState.cs" />
<Compile Include="Enums\OrderType.cs" />
<Compile Include="Enums\PaintType.cs" />
<Compile Include="Enums\PlanState.cs" />
<Compile Include="Enums\BillType.cs" />
<Compile Include="Enums\CollectionStepFinish.cs" />
<Compile Include="Enums\ControlType.cs" />
<Compile Include="Enums\DataBaseType.cs" />
<Compile Include="Enums\DataState.cs" />
<Compile Include="Enums\ProjectName.cs" />
<Compile Include="Enums\ReceiveBillType.cs" />
<Compile Include="Enums\SCP_ENUM.cs.cs" />
<Compile Include="Enums\ShipState.cs" />
<Compile Include="Enums\TransType.cs" />
<Compile Include="Enums\UniApiState.cs" />
<Compile Include="Enums\EquipmentState.cs" />
<Compile Include="Enums\ErpInterfaceType.cs" />
<Compile Include="Enums\GroupType.cs" />
<Compile Include="Enums\InspectionType.cs" />
<Compile Include="Enums\InspectType.cs" />
<Compile Include="Enums\InventoryState.cs" />
<Compile Include="Enums\LocType.cs" />
<Compile Include="Enums\LoginState.cs" />
<Compile Include="Enums\LogType.cs" />
<Compile Include="Enums\ManageType.cs" />
<Compile Include="Enums\ManufactureProcedureType.cs" />
<Compile Include="Enums\NotifyType.cs" />
<Compile Include="Enums\OperateType.cs" />
<Compile Include="Enums\PartKind.cs" />
<Compile Include="Enums\PartState.cs" />
<Compile Include="Enums\PartType.cs" />
<Compile Include="Enums\PlanDayState.cs" />
<Compile Include="Enums\PortalType.cs" />
<Compile Include="Enums\PrintType.cs" />
<Compile Include="Enums\Project.cs" />
<Compile Include="Enums\ResultCode.cs" />
<Compile Include="Enums\ServiceType.cs" />
<Compile Include="Enums\StockState.cs" />
<Compile Include="Enums\StockWhereType.cs" />
<Compile Include="Enums\StopLineType.cs" />
<Compile Include="Enums\StoreArea.cs" />
<Compile Include="Enums\SubBillType.cs" />
<Compile Include="Enums\UniApiType.cs" />
<Compile Include="Enums\VinState.cs" />
<Compile Include="Enums\WhseType.cs" />
<Compile Include="Enums\WorkLineType.cs" />
<Compile Include="ExchangeCenterContext.cs" />
<Compile Include="ExchangeCenterTables\TEA_CONFIG.cs" />
<Compile Include="ExchangeCenterTables\TEA_DATA_ERROR_LOG.cs" />
<Compile Include="ExchangeCenterTables\TEA_SUBSCRIBE.cs" />
<Compile Include="ExchangeCenterTables\TEA_SYSTEM.cs" />
<Compile Include="ExchangeCenterTables\TEA_TABLE.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB_HIS.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB_READ_LOG.cs" />
<Compile Include="ExchangeCenterTables\TED_ASN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_ASN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_ASSEMBLE.cs" />
<Compile Include="ExchangeCenterTables\TED_BASE.cs" />
<Compile Include="ExchangeCenterTables\TED_BK_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_BK_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_CHECK_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_CHECK_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_FIXED_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_FIXED_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_INJECTION.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_ADD.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_ISSUNP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_ISSUNP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_KANBAN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_KANBAN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_LED.cs" />
<Compile Include="ExchangeCenterTables\TED_MRP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_MRP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_PO_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_PO_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RCTUNP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RCTUNP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RECEIPT_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RECEIPT_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RETURN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RETURN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_SO_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_SO_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_SPRAYING.cs" />
<Compile Include="ExchangeCenterTables\TED_SPRAYING_REPAIR.cs" />
<Compile Include="ExchangeCenterTables\TED_STOCK.cs" />
<Compile Include="ExchangeCenterTables\TED_TRANSFER_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_TRANSFER_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TES_ACCOUNT.cs" />
<Compile Include="ExchangeCenterTables\TES_BOM.cs" />
<Compile Include="ExchangeCenterTables\TES_CODE.cs" />
<Compile Include="ExchangeCenterTables\TES_CODE_TYPE.cs" />
<Compile Include="ExchangeCenterTables\TES_COLOR.cs" />
<Compile Include="ExchangeCenterTables\TES_COST_CENTER.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER_TYPE.cs" />
<Compile Include="ExchangeCenterTables\TES_DEPARTMENT.cs" />
<Compile Include="ExchangeCenterTables\TES_DOMAIN.cs" />
<Compile Include="ExchangeCenterTables\TES_EDI_DATA.cs" />
<Compile Include="ExchangeCenterTables\TES_ENTITY.cs" />
<Compile Include="ExchangeCenterTables\TES_LINE.cs" />
<Compile Include="ExchangeCenterTables\TES_LINE_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_LOCATION.cs" />
<Compile Include="ExchangeCenterTables\TES_MES_DATA.cs" />
<Compile Include="ExchangeCenterTables\TES_PACK.cs" />
<Compile Include="ExchangeCenterTables\TES_PART_DET.cs" />
<Compile Include="ExchangeCenterTables\TES_PART_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TES_PRODUCT_LINE.cs" />
<Compile Include="ExchangeCenterTables\TES_PROJECT.cs" />
<Compile Include="ExchangeCenterTables\TES_PURCHASE_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_ROUTING.cs" />
<Compile Include="ExchangeCenterTables\TES_SALE_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_SHIFT.cs" />
<Compile Include="ExchangeCenterTables\TES_SITE.cs" />
<Compile Include="ExchangeCenterTables\TES_STAND_COST_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_SUB_ACCOUNT.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER_TYPE.cs" />
<Compile Include="ExchangeCenterTables\TES_TEAM.cs" />
<Compile Include="ExchangeCenterTables\TES_WMS_LOCATION.cs" />
<Compile Include="ExchangeCenterTables\TES_WORK_CENTER.cs" />
<Compile Include="GlobalConfig.cs" />
<Compile Include="ScpCache.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_APPLIANCE_EXPOPT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_FORECAST_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_MAXPODC_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_MAXPO_DETAIL_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_MAXPO_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_MOLDSHARING_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_OTD_REPORT_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_OTD_VendId_REPORT_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_PART_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_PRICE_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_VENDER_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_VENDER_PART_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelImportEntity\SCP_ASN_EXCEL.cs" />
<Compile Include="ScpEntity\PURSubcontractor.cs" />
<Compile Include="ScpEntity\TA_Appliance.cs" />
<Compile Include="ScpEntity\TA_ASK_SUBPART.cs" />
<Compile Include="ScpEntity\TA_BOXTYPE.cs" />
<Compile Include="ScpEntity\TA_CarModel.cs" />
<Compile Include="ScpEntity\TA_MoldSharing.cs" />
<Compile Include="ScpEntity\TA_MOLDSHARING_INVOICE.cs" />
<Compile Include="ScpEntity\TA_PinFan.cs" />
<Compile Include="ScpEntity\TA_ProductionLine.cs" />
<Compile Include="ScpEntity\TA_PurchasGroup.cs" />
<Compile Include="ScpEntity\TA_Receiving_Information.cs" />
<Compile Include="ScpEntity\TA_StorageLocation.cs" />
<Compile Include="ScpEntity\TA_SubPart.cs" />
<Compile Include="ScpEntity\TA_SubPartCode.cs" />
<Compile Include="ScpEntity\TA_VENDER_EXTEND.cs" />
<Compile Include="ScpEntity\TB_ASN_PARTBOX.cs" />
<Compile Include="ScpEntity\TB_CLAIM_APPEND.cs" />
<Compile Include="ScpEntity\TB_MAXPO.cs" />
<Compile Include="ScpEntity\TB_MAXPO_CONSUME.cs" />
<Compile Include="ScpEntity\TB_MAXPO_DETAIL.cs" />
<Compile Include="ScpEntity\TB_NetPrice.cs" />
<Compile Include="ScpEntity\TB_PALLETS.cs" />
<Compile Include="ScpEntity\TB_PALLETS_BTL.cs" />
<Compile Include="ScpEntity\TB_PALLETS_RULL.cs" />
<Compile Include="ScpEntity\TB_PLAN_CUSTOM.cs" />
<Compile Include="ScpEntity\TB_PO_PLAN_EXTEND.cs" />
<Compile Include="ScpEntity\TB_PO_PLAN.cs" />
<Compile Include="ScpEntity\TB_PO_SUBDETAIL.cs" />
<Compile Include="ScpEntity\TB_RECEIVE_DETAIL_QAD.cs" />
<Compile Include="ScpEntity\TB_RECEIVE_QAD.cs" />
<Compile Include="ScpEntity\SCP_OTD_EXPORT.cs" />
<Compile Include="ScpEntity\TB_FORECAST.cs" />
<Compile Include="ScpEntity\SCP_SQE.cs" />
<Compile Include="ScpEntity\TB_PRICE.cs" />
<Compile Include="ScpEntity\TB_RECEIVE_QTY.cs" />
<Compile Include="ScpEntity\TB_RETURN.cs" />
<Compile Include="ScpEntity\TB_QUALITY.cs" />
<Compile Include="ScpEntity\EntityCondition.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_ASK_DETAIL_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_ASK_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_ASN_DETAIL_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_ASN_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_INVOICE_DETAIL_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_PALLET_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_PO_DETAIL_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_INVOICE_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelExportEnttity\SCP_PO_EXPORT.cs" />
<Compile Include="ScpEntity\ExcelImportEntity\SCP_CONTRACT_EXCEL.cs" />
<Compile Include="ScpEntity\ExcelImportEntity\SCP_PO_EXCEL.cs" />
<Compile Include="ScpEntity\QadOrder.cs" />
<Compile Include="ScpEntity\RecordEntity.cs" />
<Compile Include="ScpEntity\TA_BillNoType.cs" />
<Compile Include="AppBoxEntity\TA_FACTORY.cs" />
<Compile Include="ScpEntity\TB_PALLET.cs" />
<Compile Include="ScpEntity\TB_PALLET_DETAIL.cs" />
<Compile Include="ScpEntity\TB_SUPPLIER_MAIL.cs" />
<Compile Include="ScpEntity\TM_CYJ_BOM.cs" />
<Compile Include="ScpEntity\TS_BARCODE_CUSTOM.cs" />
<Compile Include="ScpEntity\TS_BARCODE_RULE_CUSTOM.cs" />
<Compile Include="ScpEntity\TS_BARCODE_RULE_SMALL.cs" />
<Compile Include="ScpEntity\TS_BARCODE_SMALL.cs" />
<Compile Include="ScpEntity\V_ARRIVE_PO_REPORT.cs" />
<Compile Include="ScpEntity\V_ARRIVE_PRINT.cs" />
<Compile Include="ScpEntity\V_FORECAST_REPORT.cs" />
<Compile Include="ScpEntity\V_Pie_Chart.cs" />
<Compile Include="ScpEntity\V_SUPPLIERS_REGUALARLY.cs" />
<Compile Include="ScpEntity\V_TA_APPLIANCE.cs" />
<Compile Include="ScpEntity\V_TA_SubPartCode.cs" />
<Compile Include="ScpEntity\V_TA_VENDER.cs" />
<Compile Include="ScpEntity\TB_FACTORY.cs" />
<Compile Include="ScpEntity\TA_INFO.cs" />
<Compile Include="ScpEntity\TA_LANGUAGE.cs" />
<Compile Include="ScpEntity\TA_Part_User.cs" />
<Compile Include="ScpEntity\TA_REVICE_PORT.cs" />
<Compile Include="ScpEntity\TA_VEND_USER.cs" />
<Compile Include="ScpEntity\TB_ASK.cs" />
<Compile Include="ScpEntity\TB_ASK_DETAIL.cs" />
<Compile Include="ScpEntity\TB_ASN.cs" />
<Compile Include="ScpEntity\TB_ASN_DETAIL.cs" />
<Compile Include="ScpEntity\TB_CONTRACT.cs" />
<Compile Include="ScpEntity\TB_CONTRACT_DETAIL.cs" />
<Compile Include="ScpEntity\TB_CONTRACT_DETAIL_PRICE.cs" />
<Compile Include="ScpEntity\TB_PENING_ITEMS.cs" />
<Compile Include="ScpEntity\TB_PLAN.cs" />
<Compile Include="ScpEntity\TB_PlanMonth.cs" />
<Compile Include="ScpEntity\TB_PLAN_DETAIL.cs" />
<Compile Include="ScpEntity\TB_PO.cs" />
<Compile Include="ScpEntity\TB_PO_DETAIL.cs" />
<Compile Include="ScpEntity\TB_PRINT_COUNT.cs" />
<Compile Include="ScpEntity\TB_PublicData.cs" />
<Compile Include="ScpEntity\TB_ARRIVE.cs" />
<Compile Include="ScpEntity\TB_ARRIVE_DETAIL.cs" />
<Compile Include="ScpEntity\TB_REJECT.cs" />
<Compile Include="ScpEntity\TB_REJECT_DETAIL.cs" />
<Compile Include="ScpEntity\TS_BARCODE_RULE.cs" />
<Compile Include="ScpEntity\V_ASN_PRINT.cs" />
<Compile Include="ScpEntity\V_INFO.cs" />
<Compile Include="ScpEntity\V_PlanMonth.cs" />
<Compile Include="ScpEntity\V_ReportReceive.cs" />
<Compile Include="ScpEntity\V_Stock.cs" />
<Compile Include="ScpEntity\V_TA_LANGUAGE.cs" />
<Compile Include="ScpEntity\V_TA_VEND_PART.cs" />
<Compile Include="ScpEntity\V_TB_ARRIVE.cs" />
<Compile Include="ScpEntity\V_TB_ARRIVE_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_ASK.cs" />
<Compile Include="ScpEntity\V_TB_ASK_DETAIL_PACKAGE.cs" />
<Compile Include="ScpEntity\V_TB_FORECAST.cs" />
<Compile Include="ScpEntity\V_TB_INVOICE_ASK.cs" />
<Compile Include="ScpEntity\V_TB_MAXPO.cs" />
<Compile Include="ScpEntity\V_TB_MAXPO_CONSUME .cs" />
<Compile Include="ScpEntity\V_TB_MAXPO_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_PALLET.cs" />
<Compile Include="ScpEntity\V_TB_PALLETS.cs" />
<Compile Include="ScpEntity\V_TB_PALLET_DETAIL .cs" />
<Compile Include="ScpEntity\V_TB_INCOMPLETE_ASK.cs" />
<Compile Include="ScpEntity\V_TB_ASK_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_ASN.cs" />
<Compile Include="ScpEntity\V_TB_ASN_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_ASN_DETAILL_VIEW.cs" />
<Compile Include="ScpEntity\V_TB_INVOICE_RED.cs" />
<Compile Include="ScpEntity\V_TB_INVOICE.cs" />
<Compile Include="ScpEntity\V_TB_INVOICE_DETAIL_RED.cs" />
<Compile Include="ScpEntity\V_TB_PO.cs" />
<Compile Include="ScpEntity\V_TB_PO_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_PO_PLAN.cs" />
<Compile Include="ScpEntity\V_TB_PO_PLAN_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_PO_SUBDETAIL.cs" />
<Compile Include="ScpEntity\V_TB_REEEE.cs" />
<Compile Include="ScpEntity\V_TB_RETURN.cs" />
<Compile Include="ScpEntity\V_TB_QUALITY.cs" />
<Compile Include="ScpEntity\V_TB_RECEIVE.cs" />
<Compile Include="ScpEntity\V_TB_RECEIVE_DETAIL.cs" />
<Compile Include="ScpEntity\V_TB_RECEIVE_INVOICE.cs" />
<Compile Include="ScpEntity\V_TB_RECEIVE_LIST.cs" />
<Compile Include="ScpEntity\V_TB_REJECT.cs" />
<Compile Include="ScpEntity\V_TB_REJECT_DETAIL.cs" />
<Compile Include="ScpEntity\V_TIMELY_DELIVERY.cs" />
<Compile Include="ScpEntity\V_TM_HYANTOLIN_REVIEW.cs" />
<Compile Include="ScpEntity\V_TS_BARCODE.cs" />
<Compile Include="UniApiEntity\PURReplenishQty.cs" />
<Compile Include="UniApiEntity\xxDiMaxes.cs" />
<Compile Include="UniApiEntity\xxDiMaxes_Po.cs" />
<Compile Include="UniApiEntity\xxerp_MaxbatchNO.cs" />
<Compile Include="UniApiEntity\xxscm_maxpo_det.cs" />
<Compile Include="UniApiEntity\xxwms_review_det.cs" />
<Compile Include="ScpEntity\TM_HUANTOLIN_REVIEW.cs" />
<Compile Include="ScpException.cs" />
<Compile Include="ScpEntities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScpEntity\TA_BILLTYPE.cs" />
<Compile Include="ScpEntity\TA_CONFIG.cs" />
<Compile Include="ScpEntity\TA_PART.cs" />
<Compile Include="ScpEntity\TA_VENDER.cs" />
<Compile Include="ScpEntity\TA_VEND_PART.cs" />
<Compile Include="ScpEntity\TB_INVOICE.cs" />
<Compile Include="ScpEntity\TB_INVOICE_DETAIL.cs" />
<Compile Include="ScpEntity\TB_RECEIVE.cs" />
<Compile Include="ScpEntity\TB_RECEIVE_DETAIL.cs" />
<Compile Include="ScpEntity\TL_BASEDATA.cs" />
<Compile Include="ScpEntity\TL_BILL.cs" />
<Compile Include="ScpEntity\TL_OPER.cs" />
<Compile Include="ScpEntity\TS_BARCODE.cs" />
<Compile Include="ScpEntity\TS_STOCK.cs" />
<Compile Include="ScpEntity\TS_UNI_API.cs" />
<Compile Include="ScpEntity\TS_UNI_API_HIS.cs" />
<Compile Include="ScpEntity\TT_CURRENCY.cs" />
<Compile Include="ScpEntity\TT_PROJECT.cs" />
<Compile Include="ScpEntity\TT_UNIT.cs" />
<Compile Include="ScpEntity\TA_FACTORY_CONFIG.cs" />
<Compile Include="StockIn.cs" />
<Compile Include="StockOut.cs" />
<Compile Include="UniApiEntity\xxqad_ppod_det .cs" />
<Compile Include="UniApiEntity\xxwms_qua_det.cs" />
<Compile Include="UniApiEntity\IControlTable.cs" />
<Compile Include="UniApiEntity\IDataTable.cs" />
<Compile Include="UniApiEntity\ITable.cs" />
<Compile Include="UniApiEntity\QadTableName.cs" />
<Compile Include="UniApiEntity\UniApiEntities.cs" />
<Compile Include="UniApiEntity\xxbom_code_mstr.cs" />
<Compile Include="UniApiEntity\xxbom_ctrl.cs" />
<Compile Include="UniApiEntity\xxbom_ps_mstr.cs" />
<Compile Include="UniApiEntity\xxbom_pt_mstr.cs" />
<Compile Include="UniApiEntity\xxbom_ro_mstr.cs" />
<Compile Include="UniApiEntity\xxmes_ctrl.cs" />
<Compile Include="UniApiEntity\xxqad_cm_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_ctrl.cs" />
<Compile Include="UniApiEntity\xxqad_ld_det.cs" />
<Compile Include="UniApiEntity\xxqad_line_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_loc_det.cs" />
<Compile Include="UniApiEntity\xxqad_pod_det.cs" />
<Compile Include="UniApiEntity\xxqad_pprice_det.cs" />
<Compile Include="UniApiEntity\xxqad_prh_det.cs" />
<Compile Include="UniApiEntity\xxqad_ps_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_pt_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_repsch_det.cs" />
<Compile Include="UniApiEntity\xxqad_ro_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_sche_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_sct_det.cs" />
<Compile Include="UniApiEntity\xxqad_sod_det.cs" />
<Compile Include="UniApiEntity\xxqad_sprice_det.cs" />
<Compile Include="UniApiEntity\xxqad_vd_mstr.cs" />
<Compile Include="UniApiEntity\xxqad_vp_mstr.cs" />
<Compile Include="UniApiEntity\xxscm_ctrl.cs" />
<Compile Include="UniApiEntity\xxscm_inv_det.cs" />
<Compile Include="UniApiEntity\xxscm_pod_det.cs" />
<Compile Include="UniApiEntity\xxscm_tx_det.cs" />
<Compile Include="UniApiEntity\xxscm_tx_mstr.cs" />
<Compile Include="UniApiEntity\xxwms_arv_det.cs" />
<Compile Include="UniApiEntity\xxwms_bk_mstr.cs" />
<Compile Include="UniApiEntity\xxwms_ctrl.cs" />
<Compile Include="UniApiEntity\xxwms_iss_det.cs" />
<Compile Include="UniApiEntity\xxwms_ld_det.cs" />
<Compile Include="UniApiEntity\xxwms_rct_det.cs" />
<Compile Include="UniApiEntity\xxwms_rc_det.cs" />
<Compile Include="UniApiEntity\xxwms_rt_det.cs" />
<Compile Include="UniApiEntity\xxwms_soiss_det.cs" />
<Compile Include="UniApiEntity\xxwms_tag_det.cs" />
<Compile Include="UniApiEntity\xxwms_tr_det.cs" />
<Compile Include="ScpEntity\V_TB_INVOICE_DETAIL.cs" />
<Compile Include="ScpEntity\V_TA_CONFIG.cs" />
<Compile Include="VinStockIn.cs" />
<Compile Include="WmsCache.cs" />
<Compile Include="WmsConfig.cs" />
<Compile Include="WmsEntity\CqbmptFilterInfo.cs" />
<Compile Include="WmsEntity\DecimalPrecisionAttributeConvention.cs" />
<Compile Include="WmsEntity\EDI_ASN_DETAIL.cs" />
<Compile Include="WmsEntity\StockWhereCondition.cs" />
<Compile Include="WmsEntity\TableSchema.cs" />
<Compile Include="WmsEntity\TableSchema1.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>TableSchema.tt</DependentUpon>
</Compile>
<Compile Include="WmsEntity\TA_BILLTYPE.cs" />
<Compile Include="WmsEntity\TA_BOM.cs" />
<Compile Include="WmsEntity\TA_CELL.cs" />
<Compile Include="WmsEntity\TA_CELL_PART.cs" />
<Compile Include="WmsEntity\TA_CONFIG.cs" />
<Compile Include="WmsEntity\TA_CUSTOMER.cs" />
<Compile Include="WmsEntity\TA_CUST_BOM.cs" />
<Compile Include="WmsEntity\TA_CUST_PART.cs" />
<Compile Include="WmsEntity\TA_DELIVER_DEST.cs" />
<Compile Include="WmsEntity\TA_DEST_LOC.cs" />
<Compile Include="WmsEntity\TA_ERP_LOC.cs" />
<Compile Include="WmsEntity\TA_ERP_STANDARD_COST.cs" />
<Compile Include="WmsEntity\TA_OTHER_INOUT_REASON.cs" />
<Compile Include="WmsEntity\TA_PART.cs" />
<Compile Include="WmsEntity\TA_PARTGROUP_INSPECTER.cs" />
<Compile Include="WmsEntity\TA_PART_UNIT_CONVERSION.cs" />
<Compile Include="WmsEntity\TA_PAYMENT_DAY.cs" />
<Compile Include="WmsEntity\TA_PURCHASE_PRICE.cs" />
<Compile Include="WmsEntity\TA_SALE_PRICE.cs" />
<Compile Include="WmsEntity\TA_STORE_GROUP.cs" />
<Compile Include="WmsEntity\TA_STORE_LOCATION.cs" />
<Compile Include="WmsEntity\TA_STORE_WHSE.cs" />
<Compile Include="WmsEntity\TA_TEAM.cs" />
<Compile Include="WmsEntity\TA_VENDER.cs" />
<Compile Include="WmsEntity\TA_VEND_PART.cs" />
<Compile Include="WmsEntity\TA_WORKLINE.cs" />
<Compile Include="WmsEntity\TB_ATTACHMENT.cs">
<DependentUpon>TableSchema.tt</DependentUpon>
</Compile>
<Compile Include="WmsEntity\TB_BILL.cs" />
<Compile Include="WmsEntity\TB_CHECK.cs" />
<Compile Include="WmsEntity\TB_CHECK_DETAIL.cs" />
<Compile Include="WmsEntity\TB_CHECK_LOC.cs" />
<Compile Include="WmsEntity\TB_CONTAINER_INOUT.cs" />
<Compile Include="WmsEntity\TB_DELIVER_ASK.cs" />
<Compile Include="WmsEntity\TB_DELIVER_PLAN.cs" />
<Compile Include="WmsEntity\TB_DETAIL.cs" />
<Compile Include="WmsEntity\TB_EQPT_LOAD.cs" />
<Compile Include="WmsEntity\TB_INSPECT.cs" />
<Compile Include="WmsEntity\TB_INSPECT_FAIL.cs" />
<Compile Include="WmsEntity\TB_MATERIAL_ASK.cs" />
<Compile Include="WmsEntity\TB_MATERIAL_BACK.cs" />
<Compile Include="WmsEntity\TB_MATERIAL_RECEIVE.cs" />
<Compile Include="WmsEntity\TB_MATERIAL_RETURN.cs" />
<Compile Include="WmsEntity\TB_OFFICE_OUT.cs" />
<Compile Include="WmsEntity\TB_OFFICE_RECIVE.cs" />
<Compile Include="WmsEntity\TB_OM_PLAN.cs" />
<Compile Include="WmsEntity\TB_OTHER_INOUT.cs" />
<Compile Include="WmsEntity\TB_OTHER_INOUT_SHEET.cs" />
<Compile Include="WmsEntity\TB_PACK_UNPACK.cs" />
<Compile Include="WmsEntity\TB_PICK_FACT.cs" />
<Compile Include="WmsEntity\TB_PICK_INVOICE.cs">
<DependentUpon>TableSchema.tt</DependentUpon>
</Compile>
<Compile Include="WmsEntity\TB_PICK_PLAN.cs" />
<Compile Include="WmsEntity\TB_PRODUCE_PLAN.cs" />
<Compile Include="WmsEntity\TB_PRODUCT_RECEIVE.cs" />
<Compile Include="WmsEntity\TB_PRODUCT_REPAIR.cs" />
<Compile Include="WmsEntity\TB_PRODUCT_RETURN.cs" />
<Compile Include="WmsEntity\TB_PRODUCT_SELL.cs" />
<Compile Include="WmsEntity\TB_STOCK_MOVE.cs" />
<Compile Include="WmsEntity\TF_ASN.cs" />
<Compile Include="WmsEntity\TF_ASN_DETAIL.cs" />
<Compile Include="WmsEntity\TF_PO.cs" />
<Compile Include="WmsEntity\TF_PO_DETAIL.cs" />
<Compile Include="WmsEntity\TF_SO.cs" />
<Compile Include="WmsEntity\TF_SO_DETAIL.cs" />
<Compile Include="WmsEntity\TL_BASEDATA.cs" />
<Compile Include="WmsEntity\TL_BILL.cs" />
<Compile Include="WmsEntity\TL_EXCEPTION.cs" />
<Compile Include="WmsEntity\TL_INTERFACE.cs" />
<Compile Include="WmsEntity\TL_OPER.cs" />
<Compile Include="WmsEntity\TL_TRANSACTION.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_AQLSTANDARD.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_INJECTION_MACHINE.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_INJECTION_REPORT.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_INJECTION_TANK.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_PAINT_FAILEDREASON.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_PART_RELATION.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_PRODUCE_PLAN.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_SCAN_LOG.cs" />
<Compile Include="WmsEntity\TM_CQBMPT_TRACEBACK.cs" />
<Compile Include="WmsEntity\TM_TJANTOLIN_ASK.cs" />
<Compile Include="WmsEntity\TM_TJANTOLIN_MATERIAL_INIT.cs" />
<Compile Include="WmsEntity\TM_TJANTOLIN_PICK.cs" />
<Compile Include="WmsEntity\TM_TJANTOLIN_PRODUCE_PLAN.cs" />
<Compile Include="WmsEntity\TR_BALANCE_COMPARE.cs" />
<Compile Include="WmsEntity\TR_BALANCE_COMPARE_PART.cs" />
<Compile Include="WmsEntity\TR_BALANCE_COMPARE_VIN.cs" />
<Compile Include="WmsEntity\TS_BARCODE.cs" />
<Compile Include="WmsEntity\TS_BARCODE_RULE.cs" />
<Compile Include="WmsEntity\TS_CONTAINER.cs" />
<Compile Include="WmsEntity\TS_EQUIPMENT.cs" />
<Compile Include="WmsEntity\TS_EQUIPMENT_BARCODE.cs" />
<Compile Include="WmsEntity\TS_ERP_STOCK.cs" />
<Compile Include="WmsEntity\TS_LINE_ROTATE.cs" />
<Compile Include="WmsEntity\TS_NOTIFY.cs" />
<Compile Include="WmsEntity\TS_PART_WHSE_STOCK.cs" />
<Compile Include="WmsEntity\TS_SEQ_DETAIL.cs" />
<Compile Include="WmsEntity\TS_SORT_BILL.cs" />
<Compile Include="WmsEntity\TS_SORT_DETAIL.cs" />
<Compile Include="WmsEntity\TS_STOCK_CUST.cs" />
<Compile Include="WmsEntity\TS_STOCK_DETAIL.cs" />
<Compile Include="WmsEntity\TS_STOCK_FREEZE.cs" />
<Compile Include="WmsEntity\TS_TRACEBACK.cs" />
<Compile Include="WmsEntity\TS_TRACEBACK_MATERIAL.cs" />
<Compile Include="WmsEntity\TS_UNI_API.cs" />
<Compile Include="WmsEntity\TS_UNI_API_HIS.cs" />
<Compile Include="WmsEntity\TS_UNKNOW_CUSTPART.cs" />
<Compile Include="WmsEntity\TS_VIN.cs" />
<Compile Include="WmsEntity\TS_VIN_HIS.cs" />
<Compile Include="WmsEntity\TS_VIN_PART.cs" />
<Compile Include="WmsEntity\TS_VIN_PART_MOVE.cs" />
<Compile Include="WmsEntity\TS_VIN_STOCK.cs" />
<Compile Include="WmsEntity\TT_CONTAINER_TYPE.cs" />
<Compile Include="WmsEntity\TT_CURRENCY.cs" />
<Compile Include="WmsEntity\TT_FAIL_TYPE.cs" />
<Compile Include="WmsEntity\TT_PART_GROUP.cs" />
<Compile Include="WmsEntity\TT_PROJECT.cs" />
<Compile Include="WmsEntity\TT_SHIFT.cs" />
<Compile Include="WmsEntity\TT_UNIT.cs" />
<Compile Include="WmsEntity\VB_INSPECT.cs" />
<Compile Include="WmsEntity\VB_STOCK_MOVE.cs" />
<Compile Include="WmsEntity\VIEW_ASN.cs" />
<Compile Include="WmsEntity\VIEW_ASN_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_BASEDATA_LOG.cs" />
<Compile Include="WmsEntity\VIEW_BILL.cs" />
<Compile Include="WmsEntity\VIEW_BILL_LOG.cs" />
<Compile Include="WmsEntity\VIEW_CalOverdue_DAYS.cs" />
<Compile Include="WmsEntity\VIEW_CQWKSAFEQTY.cs" />
<Compile Include="WmsEntity\VIEW_DELIVER_PICK_SUM.cs" />
<Compile Include="WmsEntity\VIEW_DELIVER_PLAN.cs" />
<Compile Include="WmsEntity\VIEW_EQPT_LOAD.cs" />
<Compile Include="WmsEntity\VIEW_INSPECT.cs" />
<Compile Include="WmsEntity\VIEW_INTERFACE.cs" />
<Compile Include="WmsEntity\VIEW_INTERFACE_HIS.cs" />
<Compile Include="WmsEntity\VIEW_INVENTORY_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_INVENTORY_LOC.cs" />
<Compile Include="WmsEntity\VIEW_MATERIAL_ASK.cs" />
<Compile Include="WmsEntity\VIEW_MATERIAL_BACK.cs" />
<Compile Include="WmsEntity\VIEW_MATERIAL_RECEIVE.cs" />
<Compile Include="WmsEntity\VIEW_MATERIAL_RETURN.cs" />
<Compile Include="WmsEntity\VIEW_NOTIFY.cs" />
<Compile Include="WmsEntity\VIEW_OM_PLAN.cs" />
<Compile Include="WmsEntity\VIEW_OPER_LOG.cs" />
<Compile Include="WmsEntity\VIEW_OTHER_INOUT.cs" />
<Compile Include="WmsEntity\VIEW_PACK_UNPACK.cs" />
<Compile Include="WmsEntity\VIEW_PICK_FACT.cs" />
<Compile Include="WmsEntity\VIEW_PICK_PLAN.cs" />
<Compile Include="WmsEntity\VIEW_PO.cs" />
<Compile Include="WmsEntity\VIEW_PO_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCE_PLAN.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCT_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCT_RECEIVE.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCT_REPAIR.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCT_RETURN.cs" />
<Compile Include="WmsEntity\VIEW_PRODUCT_SELL.cs" />
<Compile Include="WmsEntity\VIEW_SEQ_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_SO.cs" />
<Compile Include="WmsEntity\VIEW_SORT_BILL.cs" />
<Compile Include="WmsEntity\VIEW_SORT_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_SO_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_STOCK.cs" />
<Compile Include="WmsEntity\VIEW_STOCKDETAIL_DAYS.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_DETAIL.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_DETAIL_SUM.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_FREEZE.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_GROUP.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_MOVE.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_QTY.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_REPORT.cs" />
<Compile Include="WmsEntity\VIEW_STOCK_VEND.cs" />
<Compile Include="WmsEntity\VIEW_STORE_WHSE.cs" />
<Compile Include="WmsEntity\VIEW_TRANSACTION.cs" />
<Compile Include="WmsEntity\VS_STOCK.cs" />
<Compile Include="WmsEntity\VS_STOCK_CONVERSION.cs" />
<Compile Include="WmsEntity\VS_STOCK_DETAIL.cs" />
<Compile Include="WmsEntity\WmsEntities.cs" />
<Compile Include="WmsEntity\WmsExtention.cs" />
<Compile Include="WmsException.cs" />
</ItemGroup>
<ItemGroup>
<None Include="UniApiEntity\App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Utils\CK.SCP.Utils.csproj">
<Project>{4c6a951d-ad7f-47ce-b2ce-32c205d8d6ba}</Project>
<Name>CK.SCP.Utils</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="WmsEntity\TableSchema.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>TableSchema1.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<Folder Include="WmsEntity\HyAntolin\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>