添加项目文件。
This commit is contained in:
22
SamplePre.Models/Tables/sample_exec.cs
Normal file
22
SamplePre.Models/Tables/sample_exec.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SamplePre.Models.Models
|
||||
{
|
||||
public class sample_exec
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string standrad_id { get; set; }
|
||||
public string cmd_content { get; set; }
|
||||
public string cmd_content2 { get; set; }
|
||||
public string qrcodes { get; set; }
|
||||
public int sample_count { get; set; }
|
||||
public string exec_state { get; set; }
|
||||
|
||||
public DateTime exec_date { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user