Version 3.18: Erweiterungen an Ergänzenden Diensten, Differenz Spitzabrechnung, Erweiterungen Vertretungsmanagement
This commit is contained in:
22
Data/Entities/AdditionalServiceNotice.cs
Normal file
22
Data/Entities/AdditionalServiceNotice.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using BS.Shared;
|
||||
|
||||
namespace BeWo.Data.Entities
|
||||
{
|
||||
public class AdditionalServiceNotice : BeWoEntityBase
|
||||
{
|
||||
|
||||
public AdditionalServiceNotice()
|
||||
{
|
||||
this._Tid = TableID.AdditionalServiceNotice;
|
||||
}
|
||||
|
||||
public virtual long? RegionOid { get; set; }
|
||||
|
||||
public virtual long? CustomerOid { get; set; }
|
||||
|
||||
public virtual DateTime Monat { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -103,6 +103,7 @@ namespace BeWo.Data.Entities
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string ServiceCategory
|
||||
{
|
||||
get => _ServiceCategory;
|
||||
|
||||
Reference in New Issue
Block a user