...
This commit is contained in:
@@ -9,11 +9,16 @@ namespace Shared.DTOs
|
||||
{
|
||||
public class RCOD
|
||||
{
|
||||
[Display(Name ="شناسه")]
|
||||
public int? ID { get; set; }
|
||||
[Display(Name = "شناسه مالیاتی")]
|
||||
public string? TaxID { get; set; }
|
||||
[Display(Name = "عنوان")]
|
||||
public string Title { get; set; }
|
||||
public int UnitID { get; set; }
|
||||
[Display(Name = "واحد")]
|
||||
public string? Unit { get; set; }
|
||||
[Display(Name = "نرخ مالیات")]
|
||||
public int TaxRate { get; set; }
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user