feat(dal,api,esppSync): в таблицу unitFields добавлено поле Code
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
public required string Name { get; set; }
|
||||
|
||||
public string? Code { get; set; }
|
||||
|
||||
public bool? IsMultipleValue { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user