This commit is contained in:
mmrbnjd
2024-05-08 17:25:02 +03:30
parent d74f3dadf3
commit 716f02baa1
14 changed files with 376 additions and 179 deletions

View File

@@ -16,16 +16,16 @@ namespace Shared.DTOs
[Display(Name = "نوع مشتری")]
public string? CustomerTypeTitle { get; set; }
[Display(Name = "تلفن")]
public string Phone { get; set; }
[Display(Name = "پست الکترونیک")]
public string? Phone { get; set; }
//[Display(Name = "پست الکترونیک")]
public string? Email { get; set; }
[Display(Name = "آدرس")]
public string? Address { get; set; }
[Display(Name = "کد اقتصادی")]
public string? EconomicCode { get; set; }
[Display(Name = "کد شعبه")]
//[Display(Name = "کد شعبه")]
public string? BranchID { get; set; }//
[Display(Name = "توضیحات")]
//[Display(Name = "توضیحات")]
public string? Info { get; set; }//
//------------