服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-04-27 cc3df152b3d12c03ae14489bcca3ab8a11db7931
Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -54,8 +54,8 @@
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="SqlSugar, Version=5.1.4.152, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\SqlSugar.5.1.4.152\lib\SqlSugar.dll</HintPath>
    <Reference Include="SqlSugar, Version=5.1.4.94, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\SqlSugar.5.1.4.95\lib\SqlSugar.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
@@ -70,6 +70,11 @@
  <ItemGroup>
    <Compile Include="Base\DbEntityBase.cs" />
    <Compile Include="DTO\MESDTO.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\DigitalTwin\Sharetronic\GetOperateChuteChangeInfoEntity.cs" />
    <Compile Include="Entitys\DigitalTwin\Sharetronic\OperateTowerLightEntity.cs" />
    <Compile Include="Entitys\DigitalTwin\Sharetronic\DownSingleEntity.cs" />
@@ -84,6 +89,8 @@
    <Compile Include="Entitys\DigitalTwin\Sharetronic\ShelfApiResult.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\node.cs" />
    <Compile Include="Entitys\MES\R_Wip_Tracking_T.cs" />
    <Compile Include="Entitys\SYS\LOG_CS_LOGIN.cs" />
    <Compile Include="Entitys\SYS\LOG_PDA_LOGIN.cs" />
@@ -102,6 +109,12 @@
    <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\WMS\MengQi\SNData_His.cs" />
    <Compile Include="Entitys\WMS\MengQi\SNData.cs" />
    <Compile Include="Entitys\WMS\MengQi\ModelInfo.cs" />
    <Compile Include="Entitys\WMS\MengQi\Customer.cs" />
    <Compile Include="Entitys\WMS\MengQi\TestData.cs" />
    <Compile Include="Entitys\WMS\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" />
@@ -436,7 +449,6 @@
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Entitys\Automate\" />
    <Folder Include="Entitys\EMS\" />
    <Folder Include="Entitys\QMS\" />
  </ItemGroup>