* Extended DataModels by Customer and CustomerTp

* Added new services and controllers for both models
This commit is contained in:
2025-08-21 05:39:08 +02:00
parent d7210417f5
commit f400c35c60
9 changed files with 374 additions and 297 deletions

View File

@@ -22,7 +22,7 @@ public class CustomerTp
public bool ValCredit { get; set; }
public string NoteProc { get; set; }
public string UseDate { get; set; }
public int? DateOffset { get; set; }
public short? DateOffset { get; set; }
public string InvCode { get; set; }
public string AckCode { get; set; }
public string AsnCode { get; set; }