* Extended Validator
* Added new Services
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user