bug
This commit is contained in:
@@ -113,6 +113,10 @@
|
|||||||
public string? checknum { get; set; }
|
public string? checknum { get; set; }
|
||||||
public string? status { get; set; }
|
public string? status { get; set; }
|
||||||
public string? result { get; set; }
|
public string? result { get; set; }
|
||||||
|
|
||||||
|
public string check_type { get; set; }
|
||||||
|
|
||||||
|
public string remark { get; set; }
|
||||||
|
|
||||||
public List<List<Exextype>>? checktypes { get; set; }
|
public List<List<Exextype>>? checktypes { get; set; }
|
||||||
}
|
}
|
||||||
@@ -132,6 +136,7 @@
|
|||||||
public ExecItemShow? setShow { get; set; }
|
public ExecItemShow? setShow { get; set; }
|
||||||
public string? postItemForm { get; set; }
|
public string? postItemForm { get; set; }
|
||||||
public string? result { get; set; }
|
public string? result { get; set; }
|
||||||
|
public int qty { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user