using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.MatBaseInfo { public class PrintedMatInfoRequest : RequestBase { public List PrintedMatInfoIds { get; set; } } }