using System;
using System.Collections.Generic;

namespace MySystem.KxsMainModels
{
    public partial class OrderForNo
    {
        public string OrderNo { get; set; }
        public string RspMsg { get; set; }
        public int RspCode { get; set; }
        public string OrderIds { get; set; }
    }
}