using System; using System.Collections.Generic; namespace MySystem.Models.Main { public partial class OrderForNo { public string OrderNo { get; set; } public string RspMsg { get; set; } public int RspCode { get; set; } public string OrderIds { get; set; } } }