1
This commit is contained in:
@@ -8,14 +8,14 @@ namespace Tnb.QcMgr.Entities
|
||||
{
|
||||
public class CheckItemOut
|
||||
{
|
||||
public string checktypeid { get; set; }
|
||||
public string checktypename { get; set; }
|
||||
public List<CheckItem> items { get; set; }
|
||||
public string? checktypeid { get; set; }
|
||||
public string? checktypename { get; set; }
|
||||
public List<CheckItem>? items { get; set; }
|
||||
}
|
||||
public class CheckItem
|
||||
{
|
||||
public string itemid { get; set; }
|
||||
public string name { get; set; }
|
||||
public string code { get; set; }
|
||||
public string? itemid { get; set; }
|
||||
public string? name { get; set; }
|
||||
public string? code { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user