feat(dal,api): добавлен индекс в таблицу UnitInValues. В api изменены респонсы Template и Unit.
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
|
||||
public bool IsAutoDistributionEnabled { get; set; }
|
||||
|
||||
public UnitResponse? Unit { get; set; }
|
||||
//public UnitResponse? Unit { get; set; }
|
||||
public UnitWithAttributesResponse? Unit { get; set; }
|
||||
|
||||
public JobResponse? Job { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user