服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-14 86af82de39f36b5c763b1d0e02ac8d8193fdf077
Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024
已修改1个文件
已添加1个文件
21 ■■■■■ 文件已修改
Tiger.Model.Net/Entitys/MES/Weigh.cs 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Tiger.Model.Net.csproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Entitys/MES/Weigh.cs
对比新文件
@@ -0,0 +1,20 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tiger.Model.Entitys.MES
{
    public class WeighEntity
    {
        /// <summary>
        /// 閲嶉噺
        /// </summary>
        public double Weight {  get; set; }
        /// <summary>
        /// 鍗曚綅
        /// </summary>
        public string Unit { get; set; }
    }
}
Tiger.Model.Net/Tiger.Model.Net.csproj
@@ -185,6 +185,7 @@
    <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\QMS\QMS_AQL_PLAN.cs" />
    <Compile Include="Entitys\QMS\QMS_AQL_STD.cs" />
    <Compile Include="Entitys\QMS\QMS_INS_CTGY.cs" />