* Extended Validator

* Added new Services
This commit is contained in:
2025-08-24 10:29:27 +02:00
parent eb756eedec
commit de9f6e53aa
2 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
namespace SytelineSaAppEfDataModel.Dtos;
public class CustomerDto
public class CustomerDto : DtoBase
{
public string CustNum { get; set; }
public int CustSeq { get; set; }
@@ -34,7 +34,7 @@ public class CustomerDto
public decimal? AvgBalOs { get; set; }
public decimal? LargeBalOs { get; set; }
public decimal? LastBalOs { get; set; }
public string Whse { get; set; }
public string? Whse { get; set; }
public string Charfld1 { get; set; }
public string Charfld2 { get; set; }
public string Charfld3 { get; set; }