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