This commit is contained in:
2024-08-16 11:41:53 +08:00
parent c965d064f9
commit bc7bb2cec6
3 changed files with 75 additions and 1 deletions

View File

@@ -83,5 +83,10 @@ public partial class ToolMoldReturn : BaseEntity<string>
/// 归还库位id
/// </summary>
public string? location_id { get; set; }
/// <summary>
/// 附件
/// </summary>
public string attachment { get; set; }
}