creditdocuments in front
This commit is contained in:
18
Shared/DTOs/CreditDocumentDto.cs
Normal file
18
Shared/DTOs/CreditDocumentDto.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Shared.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class CreditDocumentDto
|
||||
{
|
||||
public string Date { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string typeName { get; set; }
|
||||
public CreditDocumentType type { get; set; }
|
||||
public decimal Value { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user