64 lines
2.2 KiB
C#
64 lines
2.2 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace DataCommon
|
|
{
|
|
class OnGoodsShelf
|
|
{
|
|
public string LOT_ID { get; set; }
|
|
public string GOODSID { get; set; }
|
|
public string PROVIDER_ID { get; set; }
|
|
public string LOCATION_ID { get; set; }
|
|
public string STO_NUM { get; set; }
|
|
public string ACC_NUM { get; set; }
|
|
public string SHELF_NUM { get; set; }
|
|
public string STOCK_NUM { get; set; }
|
|
public string ONDATE { get; set; }
|
|
public string ONSHELFUSERID { get; set; }
|
|
public string STORAGE_ID { get; set; }
|
|
public string STORAGE_AREA_ID { get; set; }
|
|
public string UPGOODS_ID { get; set; }
|
|
|
|
public string HASVOLUME { get; set; }
|
|
public string GOODS_TYPEID { get; set; }
|
|
public string STORAGE_MODE { get; set; }
|
|
public string PRODUCTION_DATE { get; set; }
|
|
public string GOODSVOLUME { get; set; }
|
|
public string CTL { get; set; }
|
|
|
|
public string BARCODE { get; set; }
|
|
public string CUSTOMER_ID { get; set; }
|
|
public string GOODSNAME { get; set; }
|
|
public string PLCID { get; set; }
|
|
public string HIGH { get; set; }
|
|
public string STATUS { get; set; }
|
|
public string PRODUCLOTID { get; set; }
|
|
public string UNIT { get; set; }
|
|
public string BAOZHIQI { get; set; }
|
|
|
|
public string WHSELOC { get; set; }
|
|
public string INSTAND { get; set; }
|
|
public string WGH { get; set; }
|
|
public string DECID { get; set; }
|
|
|
|
public string TASKTYPE { get; set; }
|
|
public string GOODS_MEASURE_ID { get; set; }
|
|
public string PACKING_NUM { get; set; }
|
|
public string DAMAGE_NUM { get; set; }
|
|
public string DAMAGE_LOCATION { get; set; }
|
|
public string WAREHOUSING_ID { get; set; }
|
|
public string NET_WEIGH { get; set; }
|
|
public string ROUGH_WEIGHT { get; set; }
|
|
public string SCALE_UNIT { get; set; }
|
|
public string TOTAL_VOLUME { get; set; }
|
|
public string TOTAL_ROUGH_WEIGHT { get; set; }
|
|
public string TOTAL_NET_WEIGH { get; set; }
|
|
public string TOTAL_MONEY { get; set; }
|
|
public string REMARK { get; set; }
|
|
|
|
|
|
}
|
|
}
|