修改监控部分功能
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Models.Const
|
||||
/// <summary>
|
||||
/// 主PLC对象
|
||||
/// </summary>
|
||||
public static ICommunication MasterPLC;
|
||||
public static CommunicationBase MasterPLC;
|
||||
|
||||
/// <summary>
|
||||
/// 字典数据
|
||||
|
||||
19
SamplePre.Models/Models/CurrentSopProgress.cs
Normal file
19
SamplePre.Models/Models/CurrentSopProgress.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models.Models
|
||||
{
|
||||
public class CurrentSopProgress
|
||||
{
|
||||
public string sopName { get; set; }
|
||||
|
||||
public string sampleName { get; set; }
|
||||
|
||||
public string actionName { get; set; }
|
||||
|
||||
public float CurrentPercent { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// 样本记录
|
||||
/// </summary>
|
||||
public class sample_record
|
||||
{
|
||||
|
||||
public int id { get; set; }
|
||||
public string qrcode { get; set; }
|
||||
public string check_item { get; set; }
|
||||
public string jizhi { get; set; }
|
||||
public string xuhao { get; set; }
|
||||
public string standard_id { get; set; }
|
||||
public string input_user { get; set; }
|
||||
public DateTime inpu_date { get; set; }
|
||||
public string weight { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user