Specify next month value set

This commit is contained in:
2025-08-27 10:12:13 +09:00
parent 4352bfa78b
commit 07e707f022

View File

@ -58,12 +58,14 @@ namespace Hcs.TestApp.Scenario
Start = new SupplyResourceContractTypePeriodStart() Start = new SupplyResourceContractTypePeriodStart()
{ {
StartDate = 20, StartDate = 20,
NextMonth = false NextMonth = false,
NextMonthSpecified = true
}, },
End = new SupplyResourceContractTypePeriodEnd() End = new SupplyResourceContractTypePeriodEnd()
{ {
EndDate = 25, EndDate = 25,
NextMonth = false NextMonth = false,
NextMonthSpecified = true
} }
}, },
isPlannedVolume = false, isPlannedVolume = false,