using System.Collections.Generic; namespace TradeManageNew.Models.Shage { public class SelfPickupOrderUsedSalePlatformInput { public List Ids { get; set; } public int UserId { get; set; } public int Status { get; set; } public string imgList { get; set; } } }