...
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Shared.DTOs
|
||||
[MaxLength(10)]
|
||||
[Display(Name = "سریال صورتحساب داخلی حافظه مالیاتی")]
|
||||
public string? inno { get; set; }
|
||||
|
||||
public bool HasaRemittance { get; set; }
|
||||
|
||||
}
|
||||
public class InvoiceItemDTO
|
||||
|
@@ -11,7 +11,7 @@ namespace Shared.DTOs.Warehouse
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
public int CODID { get; set; }
|
||||
public string CODTitle { get; set; }
|
||||
public string? CODTitle { get; set; }
|
||||
public decimal Count { get; set; }
|
||||
public string Date { get; set; }
|
||||
public TypeRemittance Type { get; set; }
|
||||
|
Reference in New Issue
Block a user