start cod
This commit is contained in:
20
Shared/DTOs/RCOD.cs
Normal file
20
Shared/DTOs/RCOD.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class RCOD
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
public string? TaxID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public int UnitID { get; set; }
|
||||
public string? Unit { get; set; }
|
||||
public int TaxRate { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user