using System; using System.Collections.Generic; namespace APT.BaseData.Domain.ApiModel.Platform { public class ReceiveModel { /// /// id /// public List Ids { get; set; } } }