using System;
using System.Collections.Generic;

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