namespace HStation.Dto.Assets { public class AddAssetsCompressorMainAndPartMapInput { /// /// 泵系列ID /// public long SeriesID { get; set; } /// /// 泵型号ID /// public long MainID { get; set; } /// /// 泵产品ID /// public long PartID { get; set; } } }