using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareTestForm.Model { public class ImportKittingMonth { /// /// 单号 /// public string OrderNo { get; set; } /// /// 月份 /// public string Month { get; set; } } }