using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Web;
|
|
namespace iWareDataCore.Report.PlaceMaterial.Helper
|
{
|
public class PlaceMaterialHelper
|
{
|
public string typename { get; set; }
|
|
public int quantity { get; set; }
|
|
public int emptyplace { get; set; }
|
|
public int fullplace { get; set; }
|
|
public int lockplace { get; set; }
|
}
|
|
}
|