添加项目文件。
This commit is contained in:
24
SamplePre.Models/Tables/tube_input.cs
Normal file
24
SamplePre.Models/Tables/tube_input.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models.Models
|
||||
{
|
||||
public class tube_input
|
||||
{
|
||||
public string qrcode { get; set; }
|
||||
public string item_name { get; set; }
|
||||
public string tube_type { get; set; }
|
||||
public string standrad_id { get; set; }
|
||||
public string standrad { get; set; }
|
||||
public string input_user { get; set; }
|
||||
public DateTime input_date { get; set; }
|
||||
public string weight { get; set; }
|
||||
public int tube_count { get; set; }
|
||||
public string bach_no { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user