first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Kafka.Lib.Warehouse.Model;
|
||||
|
||||
public class InventoryModel
|
||||
{
|
||||
public string? ItemId { get; set; }
|
||||
public string? InventoryId { get; set; }
|
||||
public string? Position { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user