Fix contract data import
This commit is contained in:
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user