<?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>{C4DAD02E-98D0-4583-94D6-73B16B5788BE}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Tiger.Model</RootNamespace>
|
<AssemblyName>Tiger.Model</AssemblyName>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<SccProjectName>
|
</SccProjectName>
|
<SccLocalPath>
|
</SccLocalPath>
|
<SccAuxPath>
|
</SccAuxPath>
|
<SccProvider>
|
</SccProvider>
|
<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>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="SqlSugar, Version=5.1.4.149, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\SqlSugar.5.1.4.149\lib\SqlSugar.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<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" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Base\DbEntityBase.cs" />
|
<Compile Include="DTO\MESDTO.cs" />
|
<Compile Include="Entitys\Api\Base.cs" />
|
<Compile Include="Entitys\Automate\SNInfo.cs" />
|
<Compile Include="Entitys\Automate\Vechicle.cs" />
|
<Compile Include="Entitys\Automate\WIP_SN.cs" />
|
<Compile Include="Entitys\Automate\WIP_SNHis.cs" />
|
<Compile Include="Entitys\Automate\WIP_SNResult.cs" />
|
<Compile Include="Entitys\BAS\BAS_DEFECT.cs" />
|
<Compile Include="Entitys\BAS\BAS_DEFECT_GRP.cs" />
|
<Compile Include="Entitys\BAS\BAS_DFT_DUTY.cs" />
|
<Compile Include="Entitys\BAS\BAS_DFT_LOC.cs" />
|
<Compile Include="Entitys\BAS\BAS_LABEL_PV.cs" />
|
<Compile Include="Entitys\BAS\BAS_LABEL_TEMP.cs" />
|
<Compile Include="Entitys\BAS\BAS_LABEL_VAR.cs" />
|
<Compile Include="Entitys\BAS\BAS_WIP_EXT.cs" />
|
<Compile Include="Entitys\BAS\V_BAS_PKG_DTL.cs" />
|
<Compile Include="Entitys\BAS\BAS_PKG_DTL.cs" />
|
<Compile Include="Entitys\BAS\BAS_PKG_RULE.cs" />
|
<Compile Include="Entitys\BAS\BAS_PKG_SN.cs" />
|
<Compile Include="Entitys\BAS\BAS_PKG_TYPE.cs" />
|
<Compile Include="Entitys\BAS\BAS_REASON.cs" />
|
<Compile Include="Entitys\BAS\BAS_REASON_GRP.cs" />
|
<Compile Include="Entitys\BAS\BAS_SOLUTION.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\GetOperateChuteChangeInfoEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\OperateTowerLightEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\DownSingleEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\LightSingleEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\DownMultiEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\LightMultiEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\DownAllEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\LightAllEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\GetChuteInfoEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigConfirmEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\OperateConfigEntity.cs" />
|
<Compile Include="Entitys\DigitalTwin\Sharetronic\ShelfApiResult.cs" />
|
<Compile Include="Entitys\EMS\EMS_EQM_TYPE.cs" />
|
<Compile Include="Entitys\EMS\EMS_EQUIPMENT.cs" />
|
<Compile Include="Entitys\EMS\EMS_FAULT.cs" />
|
<Compile Include="Entitys\EMS\EMS_INS_DTL.cs" />
|
<Compile Include="Entitys\EMS\EMS_INS_ITEM.cs" />
|
<Compile Include="Entitys\EMS\EMS_INS_ORDER.cs" />
|
<Compile Include="Entitys\EMS\EMS_INS_PLAN.cs" />
|
<Compile Include="Entitys\EMS\EMS_INS_PLAN_ITEM.cs" />
|
<Compile Include="Entitys\EMS\EMS_MTN_DTL.cs" />
|
<Compile Include="Entitys\EMS\EMS_MTN_ITEM.cs" />
|
<Compile Include="Entitys\EMS\EMS_MTN_ORDER.cs" />
|
<Compile Include="Entitys\EMS\EMS_MTN_PLAN.cs" />
|
<Compile Include="Entitys\EMS\EMS_MTN_PLAN_ITEM.cs" />
|
<Compile Include="Entitys\EMS\EMS_REPAIR.cs" />
|
<Compile Include="Entitys\BAS\BAS_LABEL_VAR_WO.cs" />
|
<Compile Include="Entitys\MES\BIZ_MES_WO.cs" />
|
<Compile Include="Entitys\MES\BIZ_MES_WO_BATCH.cs" />
|
<Compile Include="Entitys\MES\BIZ_MES_WO_SN.cs" />
|
<Compile Include="Entitys\MES\C_Stock_Info_t.cs" />
|
<Compile Include="Entitys\MES\C_Stock_Pallet_T.cs" />
|
<Compile Include="Entitys\MES\edge.cs" />
|
<Compile Include="Entitys\MES\MES_CUSTOM_ACT.cs" />
|
<Compile Include="Entitys\MES\MES_PROD_ACTION.cs" />
|
<Compile Include="Entitys\MES\MES_PROD_OPER.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE_NODE_ACT.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE_NODE_DFTG.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE_NODE_POST.cs" />
|
<Compile Include="Entitys\MES\MES_SHIFT.cs" />
|
<Compile Include="Entitys\MES\MES_SHIFT_PRD.cs" />
|
<Compile Include="Entitys\MES\MES_SHIFT_SYS.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_ACT.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_ASSY.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_DATA.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_DFT.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_EXT.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_HIS.cs" />
|
<Compile Include="Entitys\MES\MES_WIP_PKG.cs" />
|
<Compile Include="Entitys\MES\MES_WO_ACTION.cs" />
|
<Compile Include="Entitys\MES\MES_WO_EDGE.cs" />
|
<Compile Include="Entitys\MES\MES_WO_NODE.cs" />
|
<Compile Include="Entitys\MES\MES_WO_NODE_ACT.cs" />
|
<Compile Include="Entitys\MES\MES_WO_NODE_DFTG.cs" />
|
<Compile Include="Entitys\MES\MES_WO_NODE_POST.cs" />
|
<Compile Include="Entitys\MES\MES_WO_OPER.cs" />
|
<Compile Include="Entitys\MES\node.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\BizMesWoBatchParameter - 复制.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\BizMesWoParameter.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\BasLabelTempParameter.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\SmtLoadingReturn.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\SmtLoadingInput.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\PositionParameter.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\RouteInput.cs" />
|
<Compile Include="Entitys\MES\ParameterEntity\U9C_MES_Input.cs" />
|
<Compile Include="Entitys\MES\R_Wip_Tracking_T.cs" />
|
<Compile Include="Entitys\MES\SMT_FEEDER.cs" />
|
<Compile Include="Entitys\MES\SMT_FEEDER_TYPE.cs" />
|
<Compile Include="Entitys\MES\SMT_LOADING.cs" />
|
<Compile Include="Entitys\MES\SMT_LOAD_HIS.cs" />
|
<Compile Include="Entitys\MES\SMT_MAINTAIN.cs" />
|
<Compile Include="Entitys\MES\SMT_MT_DTL.cs" />
|
<Compile Include="Entitys\MES\SMT_MT_PROJECT.cs" />
|
<Compile Include="Entitys\MES\SMT_PROD_TABLE.cs" />
|
<Compile Include="Entitys\MES\SMT_SOLDER.cs" />
|
<Compile Include="Entitys\MES\SMT_SOLDER_HIS.cs" />
|
<Compile Include="Entitys\MES\V_BAS_PROD.cs" />
|
<Compile Include="Entitys\MES\V_MES_ROUTE_NDS.cs" />
|
<Compile Include="Entitys\MES\V_MES_ROUTE_NES.cs" />
|
<Compile Include="Entitys\MES\V_MES_ROUTE_NLV.cs" />
|
<Compile Include="Entitys\MES\V_MES_ROUTE_NOE_POST.cs" />
|
<Compile Include="Entitys\MES\V_MES_ROUTE_PTREE.cs" />
|
<Compile Include="Entitys\MES\V_MES_WO_BATCH.cs" />
|
<Compile Include="Entitys\MES\V_MES_WO_NODE_POST.cs" />
|
<Compile Include="Entitys\MES\V_MES_WO_PTREE.cs" />
|
<Compile Include="Entitys\MES\V_SMT_TOOL.cs" />
|
<Compile Include="Entitys\MES\SMT_TOOL.cs" />
|
<Compile Include="Entitys\MES\SMT_TOOL_HIS.cs" />
|
<Compile Include="Entitys\MES\SMT_WO_TABLE.cs" />
|
<Compile Include="Entitys\QMS\QMS_AQL_PLAN.cs" />
|
<Compile Include="Entitys\QMS\QMS_AQL_STD.cs" />
|
<Compile Include="Entitys\QMS\QMS_INS_CTGY.cs" />
|
<Compile Include="Entitys\QMS\QMS_INS_DTL.cs" />
|
<Compile Include="Entitys\QMS\QMS_INS_ITEM.cs" />
|
<Compile Include="Entitys\QMS\QMS_INS_STD.cs" />
|
<Compile Include="Entitys\QMS\QMS_SAMPLE_RULE.cs" />
|
<Compile Include="Entitys\SYS\LOG_CS_LOGIN.cs" />
|
<Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" />
|
<Compile Include="Entitys\SYS\SYS_CS_LOGIN.cs" />
|
<Compile Include="Entitys\SYS\SYS_LOW_CODE.cs" />
|
<Compile Include="Entitys\SYS\SYS_PDA_LOGIN.cs" />
|
<Compile Include="Entitys\WMS\Api\Resell.cs" />
|
<Compile Include="Entitys\WMS\Api\InFinished.cs" />
|
<Compile Include="Entitys\WMS\Api\InReceiptCheckingInput.cs" />
|
<Compile Include="Entitys\WMS\Api\IncomingMatStorage.cs" />
|
<Compile Include="Entitys\WMS\Api\BaseInput.cs" />
|
<Compile Include="Entitys\WMS\Api\CustSupplyCheckingInput.cs" />
|
<Compile Include="Entitys\WMS\Api\LightEntityInput.cs" />
|
<Compile Include="Entitys\WMS\Api\OutOtherEntitys.cs" />
|
<Compile Include="Entitys\WMS\Api\CountEntity.cs" />
|
<Compile Include="Entitys\WMS\Api\TransferEntitys.cs" />
|
<Compile Include="Entitys\WMS\Api\ProdReqInput.cs" />
|
<Compile Include="Entitys\WMS\Api\ReprintEntitys.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_CUSTOMS.cs" />
|
<Compile Include="Entitys\MengQi\SNData_His.cs" />
|
<Compile Include="Entitys\MengQi\SNData.cs" />
|
<Compile Include="Entitys\MengQi\ModelInfo.cs" />
|
<Compile Include="Entitys\MengQi\Customer.cs" />
|
<Compile Include="Entitys\MengQi\TestData.cs" />
|
<Compile Include="Entitys\MengQi\User.cs" />
|
<Compile Include="Entitys\WMS\V_MONTH_IN_SUM.cs" />
|
<Compile Include="Entitys\WMS\V_WH_ITEM_SUM.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_Y.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_X.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_D.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_A.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_EXT.cs" />
|
<Compile Include="Entitys\WMS\BIZ_SRM_DLVY_SN.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_PROD_RETURN_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_SRM_DLVY_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_RECEIPT_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_SALE_RETURN_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_PROD_IN_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_OTH_IN_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_OTH_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_SALE_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_WMS_TRANSFER_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_BIZ_ERP_PROD_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_OUT_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_OUT_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_OUT_SN.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_SUM.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_ITEM_HIS.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_COUNT_LDTL.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_COUNT_MDTL.cs" />
|
<Compile Include="Entitys\WMS\V_WMS_COUNT_SUM.cs" />
|
<Compile Include="Entitys\WMS\V_ITEM_BIZ_ERP_RECEIPT_SN.cs" />
|
<Compile Include="Options\QueryOption.cs" />
|
<Compile Include="Entitys\WMS\HouseListItem.cs" />
|
<Compile Include="Options\OptionBase.cs" />
|
<Compile Include="Options\AuthOption.cs" />
|
<Compile Include="Entitys\Email\MailBodyEntity.cs" />
|
<Compile Include="Entitys\WMS\Api\CodeRule.cs" />
|
<Compile Include="Entitys\WMS\BIZ_BILLTYPE.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PO.cs" />
|
<Compile Include="Entitys\WMS\DTOS\InputDTO.cs" />
|
<Compile Include="Entitys\WMS\DTOS\otherOutInfoDTO.cs" />
|
<Compile Include="Entitys\WMS\DTOS\SaleOutInfoDTO.cs" />
|
<Compile Include="Entitys\WMS\Interface\AddLocationModelEntity.cs" />
|
<Compile Include="Entitys\WMS\Interface\Item_CountEntity.cs" />
|
<Compile Include="Entitys\WMS\Interface\DelWareHouseModelEntity.cs" />
|
<Compile Include="Entitys\WMS\Interface\iReceiptInfo.cs" />
|
<Compile Include="Entitys\WMS\Interface\iSrmDlvy.cs" />
|
<Compile Include="Entitys\WMS\V_ITEM_COUNT.cs" />
|
<Compile Include="Entitys\WMS\WMS_COUNT.cs" />
|
<Compile Include="Entitys\WMS\WMS_COUNT_LDTL.cs" />
|
<Compile Include="Entitys\WMS\WMS_COUNT_MDTL.cs" />
|
<Compile Include="Entitys\WMS\WMS_COUNT_SUM.cs" />
|
<Compile Include="Entitys\WMS\WMS_MesMaterial.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_IQC.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_IN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_IN_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_IN_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_OUT.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_OTH_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_OUT.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_RETURN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_RETURN_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PROD_RETURN_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_RECEIPT.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_RECEIPT_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_RECEIPT_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_OUT.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_OUT_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_RETURN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_RETURN_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_SALE_RETURN_SN.cs" />
|
<Compile Include="Entitys\WMS\BIZ_TRANS.cs" />
|
<Compile Include="Entitys\WMS\BIZ_WMS_TRANSFER.cs" />
|
<Compile Include="Entitys\WMS\BIZ_WMS_TRANSFER_DTL.cs" />
|
<Compile Include="Entitys\WMS\BIZ_WMS_TRANSFER_SN.cs" />
|
<Compile Include="Entitys\WMS\WMS_JOB_HIS.cs" />
|
<Compile Include="Entitys\WMS\WMS_JOB_POOL.cs" />
|
<Compile Include="Extensions\EnumExtension.cs" />
|
<Compile Include="Base\iEntityBase.cs" />
|
<Compile Include="Entitys\BAS\BAS_CODE_DTL.cs" />
|
<Compile Include="Entitys\BAS\BAS_CODE_GEN.cs" />
|
<Compile Include="Entitys\BAS\BAS_CODE_HIS.cs" />
|
<Compile Include="Entitys\BAS\BAS_CODE_RULE.cs" />
|
<Compile Include="Entitys\BAS\BAS_CUSTOMER.cs" />
|
<Compile Include="Entitys\BAS\BAS_ITEM.cs" />
|
<Compile Include="Entitys\BAS\BAS_ITEM_TYPE.cs" />
|
<Compile Include="Entitys\BAS\BAS_PROD_ARCH.cs" />
|
<Compile Include="Entitys\BAS\BAS_PROD_BOM.cs" />
|
<Compile Include="Entitys\BAS\BAS_SUPPLIER.cs" />
|
<Compile Include="Entitys\ERP\T100ActionResult.cs" />
|
<Compile Include="Entitys\MES\MES_FACTORY.cs" />
|
<Compile Include="Entitys\MES\MES_LINE.cs" />
|
<Compile Include="Entitys\MES\MES_OPERATION.cs" />
|
<Compile Include="Entitys\MES\MES_POSITION.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE_EDGE.cs" />
|
<Compile Include="Entitys\MES\MES_ROUTE_NODE.cs" />
|
<Compile Include="Entitys\MES\MES_WORKSHOP.cs" />
|
<Compile Include="Entitys\MES\V_PROD_TREE.cs" />
|
<Compile Include="Entitys\MES\V_PROD_UNIT.cs" />
|
<Compile Include="Entitys\Minsun\MesBillNoHelper.cs" />
|
<Compile Include="Entitys\Minsun\MesMaterial.cs" />
|
<Compile Include="Entitys\Minsun\MesVender.cs" />
|
<Compile Include="Entitys\SYS\SYS_ROLE_ORG.cs" />
|
<Compile Include="Entitys\SYS\V_USER_MENU.cs" />
|
<Compile Include="Entitys\SYS\V_USER_ORG.cs" />
|
<Compile Include="Entitys\SYS\V_USER_PROD.cs" />
|
<Compile Include="Entitys\SYS\V_USER_WH.cs" />
|
<Compile Include="Entitys\TSK\TSK_JOB.cs" />
|
<Compile Include="Entitys\TSK\TSK_LOG.cs" />
|
<Compile Include="Entitys\TSK\TSK_TRIG.cs" />
|
<Compile Include="Entitys\WMS\V_WH_TREE.cs" />
|
<Compile Include="Entitys\WMS\V_WH_UNIT.cs" />
|
<Compile Include="Entitys\WMS\WMS_ITEM.cs" />
|
<Compile Include="Entitys\WMS\WMS_ITEM_EXT.cs" />
|
<Compile Include="Entitys\WMS\WMS_ITEM_HIS.cs" />
|
<Compile Include="Entitys\WMS\WMS_ITEM_PKG.cs" />
|
<Compile Include="Entitys\WMS\WMS_ITEM_POOL.cs" />
|
<Compile Include="Entitys\Minsun\AoiTest.cs" />
|
<Compile Include="Entitys\Minsun\CustomerSupplyPuton.cs" />
|
<Compile Include="Entitys\Minsun\CustSupplyCheckList.cs" />
|
<Compile Include="Entitys\Minsun\InputBarcodeDto.cs" />
|
<Compile Include="Entitys\Minsun\Interface\InterfaceEntity.cs" />
|
<Compile Include="Entitys\Minsun\Materialreturnsheet.cs" />
|
<Compile Include="Entitys\Minsun\MaterialStation.cs" />
|
<Compile Include="Entitys\Minsun\MaterialStationDetail.cs" />
|
<Compile Include="Entitys\Minsun\ProdMaterialReqInput.cs" />
|
<Compile Include="Entitys\Minsun\ProdMaterialReqOutput.cs" />
|
<Compile Include="Entitys\Minsun\Rcard1ToN.cs" />
|
<Compile Include="Entitys\Minsun\ShelfApiDto.cs" />
|
<Compile Include="Entitys\Minsun\SmtMaterail.cs" />
|
<Compile Include="Entitys\Minsun\SmtMaterailLog.cs" />
|
<Compile Include="Entitys\Minsun\SmtRcard2UPN.cs" />
|
<Compile Include="Entitys\Minsun\Sys_AuditLogs.cs" />
|
<Compile Include="Entitys\Minsun\Sys_BackgroundJobs.cs" />
|
<Compile Include="Entitys\Minsun\Sys_BinaryObjects.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Code.cs" />
|
<Compile Include="Entitys\Minsun\Sys_CodeType.cs" />
|
<Compile Include="Entitys\Minsun\Sys_JobLog.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Languages.cs" />
|
<Compile Include="Entitys\Minsun\Sys_LanguageTexts.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Notifications.cs" />
|
<Compile Include="Entitys\Minsun\Sys_NotificationSubscriptions.cs" />
|
<Compile Include="Entitys\Minsun\Sys_OrganizationUnits.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Permissions.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Roles.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Settings.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserLayoutSetting.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserLoginAttempts.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserLogins.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserNotifications.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserOrganizationUnits.cs" />
|
<Compile Include="Entitys\Minsun\Sys_UserRoles.cs" />
|
<Compile Include="Entitys\Minsun\Sys_Users.cs" />
|
<Compile Include="Entitys\Minsun\T_LoadSolder.cs" />
|
<Compile Include="Entitys\Minsun\T_LoadTool.cs" />
|
<Compile Include="Entitys\Minsun\T_SolderResume.cs" />
|
<Compile Include="Entitys\Minsun\T_SolderUpn.cs" />
|
<Compile Include="Entitys\Minsun\T_ToolInfo.cs" />
|
<Compile Include="Entitys\Minsun\T_ToolMainTainDetail.cs" />
|
<Compile Include="Entitys\Minsun\T_ToolMainTainInfo.cs" />
|
<Compile Include="Entitys\Minsun\T_ToolMainTainType.cs" />
|
<Compile Include="Entitys\Minsun\T_ToolResume.cs" />
|
<Compile Include="Entitys\Minsun\WmsDN.cs" />
|
<Compile Include="Entitys\Minsun\WmsDNDetail.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvInBusiness.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvInTransaction.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvOutBusiness.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvOutTransAction.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvReceipt.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvReceiptDetail.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvTransfer.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvTransferDetail.cs" />
|
<Compile Include="Entitys\Minsun\WmsInvTransferLog.cs" />
|
<Compile Include="Entitys\Minsun\WmsIQCResult.cs" />
|
<Compile Include="Entitys\Minsun\WmsItemLot.cs" />
|
<Compile Include="Entitys\Minsun\WmsItemLotDetail.cs" />
|
<Compile Include="Entitys\Minsun\WMSStockTable.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorage.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorageInfo.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorageLotInfo.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorageRack.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorageRegion.cs" />
|
<Compile Include="Entitys\Minsun\WmsStorageStation.cs" />
|
<Compile Include="Entitys\Minsun\WMS_AQL.cs" />
|
<Compile Include="Entitys\Minsun\WMS_AQL_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_BARCODE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_BARCODE_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_BARCODE_LOG.cs" />
|
<Compile Include="Entitys\Minsun\WMS_CHECKITEMTYPE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_CHECKITEMTYPE_ITEM.cs" />
|
<Compile Include="Entitys\Minsun\Wms_ERPMaterialTotal.cs" />
|
<Compile Include="Entitys\Minsun\WMS_ERRORCODE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_ERRORTYPE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_EXPIREDCHANGE_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_EXPIREDCHANGE_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_EXPIREDCHANGE_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQCMATERIAL.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQCMATERIAL_AQL.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQCMATERIAL_CHECKITEM.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQCMATERIAL_ERRORCODE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQC_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQC_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQC_REJECT.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQC_REJECT_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_IQC_S.cs" />
|
<Compile Include="Entitys\Minsun\WMS_LOCATION.cs" />
|
<Compile Include="Entitys\Minsun\WMS_LOCATION_MATERIAL.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OTHERINSTOCK_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OTHERINSTOCK_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OTHERINSTOCK_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OTHEROUTSTOCK_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OTHEROUTSTOCK_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCERETURN_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCERETURN_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCERETURN_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCE_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCE_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_OUTSOURCE_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PO_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PO_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDINSTOCK_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDINSTOCK_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDINSTOCK_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDPICK_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDPICK_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDRETURN_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDRETURN_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRDRETURN_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSALESOUT_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSALESOUT_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSALESRETURN_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSALESRETURN_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSALESRETURN_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSCRAP_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSCRAP_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_PRODUCTSCRAP_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_RACK.cs" />
|
<Compile Include="Entitys\Minsun\WMS_RECEIPT_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_RECEIPT_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_RECEIPT_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_RECEIPT_SCANTEMP.cs" />
|
<Compile Include="Entitys\Minsun\WMS_REGION.cs" />
|
<Compile Include="Entitys\Minsun\WMS_REGION_CATEGORY.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SCAN_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SCAN_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SELFPRODUCTINSTOCK_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SELFPRODUCTINSTOCK_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SELFPRODUCTINSTOCK_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMPRODSNList.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMRcece.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMReceboard.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMSNList.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMSNList1.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRMSNList1_copy1.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRM_ASN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SRM_ASN_LINES.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINFO.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINVENTORY_B.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINVENTORY_B_LOG.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINVENTORY_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINVENTORY_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGEINVENTORY_S.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STORAGELOTINFO.cs" />
|
<Compile Include="Entitys\Minsun\WMS_STRICTLEVEL.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SUPPLIERRETURN_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SUPPLIERRETURN_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_SUPPLIERRETURN_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_TRANSFER_D.cs" />
|
<Compile Include="Entitys\Minsun\WMS_TRANSFER_H.cs" />
|
<Compile Include="Entitys\Minsun\WMS_TRANSFER_SCAN.cs" />
|
<Compile Include="Entitys\Minsun\WMS_WAREHOUSE.cs" />
|
<Compile Include="Entitys\Minsun\WMS_WORKSHOPLOTINFO.cs" />
|
<Compile Include="Entitys\SYS\AD_INFO.cs" />
|
<Compile Include="Entitys\SYS\SYS_BS_LOGIN.cs" />
|
<Compile Include="Entitys\SYS\SYS_MENU.cs" />
|
<Compile Include="Entitys\SYS\SYS_USERINGROUP.cs" />
|
<Compile Include="Entitys\SYS\V_SYS_PARAM.cs" />
|
<Compile Include="Entitys\SYS\MenuItem.cs" />
|
<Compile Include="Entitys\DigitalTwin\Location.cs" />
|
<Compile Include="Entitys\DigitalTwin\Region.cs" />
|
<Compile Include="Entitys\DigitalTwin\Shelf.cs" />
|
<Compile Include="Entitys\DigitalTwin\Warehouse.cs" />
|
<Compile Include="Entitys\SYS\RoleListItem.cs" />
|
<Compile Include="Entitys\SYS\SYS_ORGANIZATION.cs" />
|
<Compile Include="Entitys\SYS\SYS_PARAM.cs" />
|
<Compile Include="Entitys\SYS\SYS_PARAMGROUP.cs" />
|
<Compile Include="Entitys\SYS\SYS_ROLE.cs" />
|
<Compile Include="Entitys\SYS\SYS_ROLE_MENU.cs" />
|
<Compile Include="Entitys\SYS\SYS_ROLE_PROD.cs" />
|
<Compile Include="Entitys\SYS\SYS_ROLE_WH.cs" />
|
<Compile Include="Entitys\SYS\V_SYS_USER.cs" />
|
<Compile Include="Entitys\SYS\SYS_USER.cs" />
|
<Compile Include="Entitys\SYS\SYS_USERGROUP.cs" />
|
<Compile Include="Entitys\SYS\SYS_USERGROUP_ROLE.cs" />
|
<Compile Include="Entitys\SYS\LOG_BS_LOGIN.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\Indicator.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\LightColor.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\Rack.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\RackApiResult.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\RackStatus.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\SlotChanged.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\SlotLightStatus.cs" />
|
<Compile Include="Entitys\DigitalTwin\SeaStone\WebHook.cs" />
|
<Compile Include="Entitys\SYS\USER.cs" />
|
<Compile Include="Entitys\AnonymousEntity.cs" />
|
<Compile Include="Entitys\Barcode.cs" />
|
<Compile Include="Entitys\ImportEntity.cs" />
|
<Compile Include="Entitys\WMS\AgvActionResult.cs" />
|
<Compile Include="Entitys\WMS\KanBan\WareHousing.cs" />
|
<Compile Include="Entitys\WMS\WMS_LOCATION.cs" />
|
<Compile Include="Entitys\WMS\BIZ_ERP_PO_DTL.cs" />
|
<Compile Include="Entitys\WMS\WMS_REGION.cs" />
|
<Compile Include="Entitys\WMS\WMS_SCTRWO_TRANSFER.cs" />
|
<Compile Include="Entitys\WMS\WMS_SHELF.cs" />
|
<Compile Include="Entitys\WMS\BIZ_SRM_DLVY.cs" />
|
<Compile Include="Entitys\WMS\BIZ_SRM_DLVY_DTL.cs" />
|
<Compile Include="Entitys\WMS\V_SRM_ITEM.cs" />
|
<Compile Include="Entitys\WMS\WMS_SUPP_DLVY.cs" />
|
<Compile Include="Entitys\WMS\WMS_SUPP_DLVY_DTL.cs" />
|
<Compile Include="Entitys\WMS\WMS_SUPP_DLVY_SN.cs" />
|
<Compile Include="Entitys\WMS\WMS_WAREHOUSE.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|