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