调拨出库

This commit is contained in:
2024-08-26 14:26:08 +08:00
parent 94c22b8888
commit f56c0ed321
7 changed files with 114 additions and 123 deletions

View File

@@ -132,6 +132,10 @@
public string check_type { get; set; }
public string remark { get; set; }
/// <summary>
/// 附件对象.
/// </summary>
public string attachment { get; set; } = string.Empty;
public List<List<Exextype>>? checktypes { get; set; }
}