feat(aihit): AIHITLoadWorker + AIHITSyncWorker
This commit is contained in:
8
PARR.AIHITLoader/Settings/LoaderSettings.cs
Normal file
8
PARR.AIHITLoader/Settings/LoaderSettings.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.AIHITLoader.Settings
|
||||
{
|
||||
internal class LoaderSettings
|
||||
{
|
||||
public List<string> ResponseAreas { get; set; } = new List<string>();
|
||||
public int PackageSize { get; set; } = 100;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user