20221008 001 焊接分析修改和焊接修复

This commit is contained in:
2022-10-08 15:20:07 +08:00
parent 5e4a7de2ac
commit ccb0a6152b
13 changed files with 1389 additions and 81 deletions
+85
View File
@@ -0,0 +1,85 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 项目管线未达焊接比例
/// </summary>
public class sp_index_HJGLItem
{
public string ProjectId
{
get;
set;
}
/// <summary>
///
/// </summary>
public string ID
{
get;
set;
}
/// <summary>
///
/// </summary>
public string strValues
{
get;
set;
}
/// <summary>
///
/// </summary>
public string strTitles
{
get;
set;
}
/// <summary>
///
/// </summary>
public string UnitId
{
get;
set;
}
/// <summary>
///
/// </summary>
public string WorkAreaId
{
get;
set;
}
/// <summary>
///
/// </summary>
public string MaterialId
{
get;
set;
}
/// <summary>
///
/// </summary>
public int? CHT_PassFilm
{
get;
set;
}
/// <summary>
///
/// </summary>
public int? CHT_TotalFilm
{
get;
set;
}
}
}
+1
View File
@@ -166,6 +166,7 @@
<Compile Include="HJGL\PointBatch.cs" />
<Compile Include="HJGL\PointBatchItem.cs" />
<Compile Include="HJGL\SpWeldingDailyItem.cs" />
<Compile Include="HJGL\sp_index_HJGLItem.cs" />
<Compile Include="HSSE\DigDataHSEDataCollectItem.cs" />
<Compile Include="HSSE\PageDataPersonInOutItem.cs" />
<Compile Include="HSSE\WorkPostStatisticItem.cs" />