first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace OpenWarehouse.warehouse.api.Model.Item;
|
||||
|
||||
public class CreateItemRespond
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public Dictionary<string, string> Errors { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user