using HStation.Dto.Assets; namespace HStation.Dto { public class UpdatePumpPartMainExInput { public UpdateAssetsPumpPartMainInput PartMain { get; set; } public List PropContent { get; set; } } }