...
This commit is contained in:
@@ -11,13 +11,14 @@ namespace Shared.DTOs.Warehouse
|
||||
public enum TypeCirculation
|
||||
{
|
||||
[Display(Name = "رسید")]
|
||||
Receipt,
|
||||
Receipt=10,
|
||||
|
||||
[Display(Name = "حواله")]
|
||||
Remittance
|
||||
Remittance=20
|
||||
}
|
||||
public class CirculationDto
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int CODID { get; set; }
|
||||
[Display(Name = "کالا")]
|
||||
public string? CODTitle { get; set; }
|
||||
@@ -35,5 +36,6 @@ namespace Shared.DTOs.Warehouse
|
||||
public TypeCirculation Type { get; set; }
|
||||
[Display(Name = "نوع سند")]
|
||||
public string msgType { get { return Type.GetEnumDisplayName(); } }
|
||||
public int? invoiceID { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user