//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Common { using System; public partial class rptOutstandingOrders_Items_Result { public string CustomerId { get; set; } public string Pre_List_Number { get; set; } public string Item_Description { get; set; } public string Size { get; set; } public int Customer_Count { get; set; } public Nullable Laundry_Count { get; set; } public int Clean_Delivery { get; set; } public int Stain_Delivery { get; set; } public int Returned_Undone { get; set; } public int Outstanding_Items { get; set; } } }