feat(assets): update scanner background service, derivative entities, and dynamic settings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FinlyticAssets.Entities;
|
||||
|
||||
public class TagEntity
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public List<AssetEntity> Assets { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user