服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-22 0ab0d17584b8e2ad194f36d05e9e5eff118d5f21
Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -9,6 +9,9 @@
    <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>
@@ -58,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.168, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\SqlSugar.5.1.4.169\lib\SqlSugar.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
@@ -85,6 +88,7 @@
    <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" />
@@ -178,6 +182,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" />
@@ -196,6 +201,7 @@
    <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_ItemMaster.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_Mo.cs" />
    <Compile Include="Entitys\MES\YadaU9\mes_MoBarCode.cs" />
@@ -211,6 +217,7 @@
    <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" />