Fix contract data import

This commit is contained in:
2025-09-05 11:32:24 +09:00
parent 67d4ce0873
commit 496d173429
3 changed files with 5 additions and 3 deletions

View File

@ -109,12 +109,12 @@ namespace Hcs.TestApp.Scenario
{
StartDate = new DeviceMeteringsDaySelectionType()
{
Item = 20,
Item = (sbyte)20,
IsNextMonth = true
},
EndDate = new DeviceMeteringsDaySelectionType()
{
Item = 25,
Item = (sbyte)25,
IsNextMonth = true
}
},