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