服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-10 f7f7279a6631ef9929b8087204c7f210e3ec7f5b
Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -9,13 +9,20 @@
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Tiger.Model</RootNamespace>
    <AssemblyName>Tiger.Model</AssemblyName>
    <Company>深圳市钛格云科技有限公司 (SZ TigerClouds Technology Co.,Ltd.)</Company>
    <Authors>TigerClouds Team</Authors>
    <Copyright>Copyright © 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -54,8 +61,8 @@
    <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 Include="SqlSugar, Version=5.1.4.170, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\SqlSugar.5.1.4.171-preview11\lib\SqlSugar.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
@@ -69,7 +76,22 @@
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Base\DbEntityBase.cs" />
    <Compile Include="Base\TraceDebug.cs" />
    <Compile Include="DTO\MESDTO.cs" />
    <Compile Include="Entitys\BAS\BAS_CODE_MEANING.cs" />
    <Compile Include="Entitys\BAS\BAS_CODE_TYPE.cs" />
    <Compile Include="Entitys\BAS\BAS_PROCESS_VAR.cs" />
    <Compile Include="Entitys\MES\MES_ROUTE_ACT_VAR.cs" />
    <Compile Include="Entitys\MES\MES_WIP_ACT_VAR.cs" />
    <Compile Include="Entitys\MES\MES_WO_ACT_VAR.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\BizPrintInstoreDocParameter.cs" />
    <Compile Include="Entitys\BAS\BAS_ITEM_DOC.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Bin.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCode.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_MaterialBarCodeByBin.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Wh.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_WhLotCodeQtyInfo.cs" />
    <Compile Include="Entitys\MQTTEntity.cs" />
    <Compile Include="Entitys\Api\Base.cs" />
    <Compile Include="Entitys\Automate\SNInfo.cs" />
    <Compile Include="Entitys\Automate\Vechicle.cs" />
@@ -80,9 +102,13 @@
    <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_ITEM_CUST.cs" />
    <Compile Include="Entitys\BAS\BAS_ITEM_EXT.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_PKG_PROD.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" />
@@ -117,6 +143,7 @@
    <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" />
@@ -124,6 +151,7 @@
    <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_CUST_SN.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" />
@@ -133,9 +161,12 @@
    <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" />
@@ -145,10 +176,18 @@
    <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\BizBasPkgRuleParameter.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\U9CParameter.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\DoUnPackParameter.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\CodeVerificationParameter.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\U9C_MES_Input.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\RouteInput.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\TskParameter.cs" />
    <Compile Include="Entitys\MES\ParameterEntity\U9C_Base_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" />
@@ -160,6 +199,7 @@
    <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_R.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" />
@@ -167,11 +207,26 @@
    <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\MES\Weigh.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_BomComponent.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_BomDetail.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_BomMaster.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Customer.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_HisBoxBarCode.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_ShipList.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_ItemMaster.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Mo.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_MoBarCode.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_MOPickList.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Organization.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_ProductType.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Supplier.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" />
@@ -180,10 +235,13 @@
    <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_LABEL_PRINT.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\Input_Entitys.cs" />
    <Compile Include="Entitys\WMS\Api\Output_Entitys.cs" />
    <Compile Include="Entitys\WMS\Api\Resell.cs" />
    <Compile Include="Entitys\WMS\Api\InFinished.cs" />
    <Compile Include="Entitys\WMS\Api\InReceiptCheckingInput.cs" />
@@ -203,6 +261,7 @@
    <Compile Include="Entitys\MengQi\Customer.cs" />
    <Compile Include="Entitys\MengQi\TestData.cs" />
    <Compile Include="Entitys\MengQi\User.cs" />
    <Compile Include="Entitys\WMS\BIZ_ERP_PROD_IN_BTH.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" />
@@ -510,7 +569,6 @@
    <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" />