Fix contract data import
This commit is contained in:
@ -49,7 +49,7 @@ namespace Hcs.Client.Api.Payload.HouseManagement
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Договор на управление и приложения
|
/// Договор на управление и приложения
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ContractTypeAgreementAttachment[] contractAttachment;
|
public AttachmentType[] contractAttachment;
|
||||||
|
|
||||||
// TODO: AgreementAttachment
|
// TODO: AgreementAttachment
|
||||||
|
|
||||||
|
|||||||
@ -68,6 +68,8 @@ namespace Hcs.Client.Api.Request.HouseManagement
|
|||||||
SigningDate = payload.signingDate,
|
SigningDate = payload.signingDate,
|
||||||
EffectiveDate = payload.effectiveDate,
|
EffectiveDate = payload.effectiveDate,
|
||||||
PlanDateComptetion = payload.planDateComptetion,
|
PlanDateComptetion = payload.planDateComptetion,
|
||||||
|
Item = true,
|
||||||
|
ItemElementName = ItemChoiceType13.Owners,
|
||||||
ContractBase = payload.contractBase,
|
ContractBase = payload.contractBase,
|
||||||
DateDetails = payload.dateDetailsType,
|
DateDetails = payload.dateDetailsType,
|
||||||
ContractAttachment = payload.contractAttachment
|
ContractAttachment = payload.contractAttachment
|
||||||
|
|||||||
@ -109,12 +109,12 @@ namespace Hcs.TestApp.Scenario
|
|||||||
{
|
{
|
||||||
StartDate = new DeviceMeteringsDaySelectionType()
|
StartDate = new DeviceMeteringsDaySelectionType()
|
||||||
{
|
{
|
||||||
Item = 20,
|
Item = (sbyte)20,
|
||||||
IsNextMonth = true
|
IsNextMonth = true
|
||||||
},
|
},
|
||||||
EndDate = new DeviceMeteringsDaySelectionType()
|
EndDate = new DeviceMeteringsDaySelectionType()
|
||||||
{
|
{
|
||||||
Item = 25,
|
Item = (sbyte)25,
|
||||||
IsNextMonth = true
|
IsNextMonth = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user