mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-19 03:45:53 +02:00
Add vorbestllungsdata into Table Bestellungsposition
This commit is contained in:
11
src/WebApi/Models/BestellungspositionHasMenuitem.cs
Normal file
11
src/WebApi/Models/BestellungspositionHasMenuitem.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebApi.Models;
|
||||
|
||||
public partial class BestellungspositionHasMenuitem
|
||||
{
|
||||
public int? Bestellungsposition_IDBestellung { get; set; }
|
||||
|
||||
public int? MenuItem_IDMenuItem { get; set; }
|
||||
}
|
Reference in New Issue
Block a user