using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace HH.WMS.Entitys.External
|
{
|
|
public class TN_WM_B_AREA_QTY_YSEntity
|
{
|
|
public string itemName { get; set; }
|
public string itemCode { get; set; }
|
public string safeQty { get; set; }
|
|
public string stockCode { get; set; }
|
|
public string areaCode { get; set; }
|
|
public string availableWeight { get; set; }
|
public string availableQty { get; set; }
|
|
|
|
}
|
}
|