using System; using System.Collections.Generic; using System.Text; namespace DllUfpEntity { public class RequestModel { public string Ids { get; set; } } }