feat(assets): update scanner background service, derivative entities, and dynamic settings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using FinlyticAssets.Entities;
|
||||
|
||||
namespace FinlyticAssets.Entities;
|
||||
|
||||
public class BondEntity : AssetEntity
|
||||
{
|
||||
public string BondIssuerName { get; set; } = string.Empty;
|
||||
public string SearchSubtitle { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user