forked from ddrilling/AsbCloudServer
В CompanyTypeDto добавлены 2 свойства для того, чтобы в админке была возможность редактировать порядок и метку "является контактом"
This commit is contained in:
parent
ab0de8edd5
commit
fea487e986
@ -13,5 +13,15 @@
|
||||
/// </summary>
|
||||
public string Caption { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Порядок
|
||||
/// </summary>
|
||||
public int Order { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Является ли контактом
|
||||
/// </summary>
|
||||
public bool IsContact { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user