修改了出库是否作废

This commit is contained in:
2025-07-09 17:30:12 +08:00
parent b0da28a375
commit 4b1426b16b
2 changed files with 4 additions and 3 deletions

View File

@@ -161,9 +161,9 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// 是否作废
///</summary>
[Column("是否作废")]
public bool IsRepeal { get; set; }
// public bool IsRepeal { get; set; }
public string IsRepeal { get; set; }
}
}