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_STOCK_DETAIL_YSEntity
|
{
|
|
public string itemName { get; set; }
|
public string itemCode { get; set; }
|
public string itemQty { get; set; }
|
|
public string itemWeight { get; set; }
|
|
public string stockCode { get; set; }
|
|
public string areaCode { get; set; }
|
public string trayCode { get; set; }
|
public string itemModel { get; set; }
|
|
|
|
}
|
}
|