Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024
对比新文件 |
| | |
| | | 锘縰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; } |
| | | } |
| | | } |
| | |
| | | <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" /> |