质量统计
This commit is contained in:
20
ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs
Normal file
20
ZR.Model/MES/op/DTO/DetailsOfDetectionDTO.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.op.DTO
|
||||
{
|
||||
public class DetailsOfDetectionDTO
|
||||
{
|
||||
/// <summary>
|
||||
/// 检测项名称
|
||||
/// </summary>
|
||||
public string InspectionName { get; set; }
|
||||
/// <summary>
|
||||
/// 检测项值
|
||||
/// </summary>
|
||||
public int Counter { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user