调拨出库

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

@@ -129,5 +129,9 @@ namespace Tnb.QcMgr.Entities
/// </summary>
public string remark { get; set; }
public string batch { get; set; }
/// <summary>
/// 附件对象.
/// </summary>
public string attachment { get; set; } = string.Empty;
}
}