using System; using System.Collections.Generic; namespace MySystem.MainModels2 { public partial class ConsumerOrderForNo { public string OrderNo { get; set; } public int OrderIds { get; set; } } }