DeliveryAdminWindow: Update delivery filter

This commit is contained in:
2023-10-03 22:32:49 +02:00
parent 96570dffd4
commit d5e4e0a29d
10 changed files with 109 additions and 55 deletions

View File

@ -4,6 +4,7 @@ using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using IndexAttribute = Microsoft.EntityFrameworkCore.IndexAttribute;
namespace Elwig.Models {
[Table("delivery"), PrimaryKey("Year", "DId"), Index("DateString", "ZwstId", "LNr", IsUnique = true), Index("LsNr", IsUnique = true)]