...
This commit is contained in:
26
Shared/DTOs/stuffDto.cs
Normal file
26
Shared/DTOs/stuffDto.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static System.Runtime.InteropServices.JavaScript.JSType;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class stuffDto
|
||||
{
|
||||
//شناسه کالا/خدمت
|
||||
public UInt64? ID { get; set; }
|
||||
// نوع شناسه کالا/خدمت
|
||||
public string? Type { get; set; }
|
||||
//مشمول یا معاف بودن
|
||||
public string? TaxableOrFree { get; set; }
|
||||
//نرخ ارزش افزوده
|
||||
public int? Vat { get; set; }
|
||||
//// نرخ ارزش افزوده مبادی گمرکی
|
||||
//public int? VatCustomPurposes { get; set; }
|
||||
//شرح شناسه کالا/خدمت
|
||||
public string? DescriptionOfID { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user