modal partnerji in dodajanje pri transport plan
This commit is contained in:
@@ -68,6 +68,15 @@ namespace EveryThing.Models.CodeTable
|
||||
[Display(Name = "Dobavitelj")]
|
||||
public bool Supplier { get; set; } = false;
|
||||
|
||||
[Required]
|
||||
[Display(Name = "Prevoznik")]
|
||||
public bool Transporter { get; set; } = false;
|
||||
|
||||
[Required]
|
||||
[Display(Name = "Naklad/Razklad")]
|
||||
public bool LoadingOrderLoadUnload { get; set; } = false;
|
||||
|
||||
|
||||
// ForeingKey
|
||||
public CodeTableCountry Country { get; set; }
|
||||
public CodeTableCompany Company { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user