This commit is contained in:
2024-08-16 16:56:30 +08:00
parent bc7bb2cec6
commit fa7c158b39

View File

@@ -113,6 +113,10 @@
public string? checknum { get; set; }
public string? status { 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; }
}
@@ -132,6 +136,7 @@
public ExecItemShow? setShow { get; set; }
public string? postItemForm { get; set; }
public string? result { get; set; }
public int qty { get; set; }
}