using HH.WCS.Hexafluo.util;
using HH.WCS.Hexafluo.wms;
using System;
namespace HH.WCS.ZCQTJ.Entitys
{
///
/// 入库工单表
///
[ST("上下架表")]
public class GroundingOffshelfEntitys : BaseModel
{
///
/// 上架+ 下架-
///
public string Type { get; set; }
///
/// 任务号
///
public string S_TASK_NO { get; set; }
///
/// 托盘码
///
public string S_CNTR_CODE { get; set; }
///
/// 托盘类型
///
public string S_TRAY_TYPE { get; set; }
///
/// 物料码
///
public string S_ITEM_CODE { get; set; }
///
/// 物料名称
///
public string S_ITEM_NAME { get; set; }
///
/// 批次
///
public string S_BATCH_NO { get; set; }
///
/// 数量
///
public decimal F_QTY { get; set; }
///
/// 物料类型
///
public string S_ITEM_STATE { get; set; }
///
/// 周转卡号
///
public string TurnCardNum { get; set; }
///
/// 物料特征 zc中 用来存工艺编号
///
public string itemFeature { get; set; }
///
/// 规格型号
///
public string itemModel { get; set; }
///
/// 失效时间
///
public DateTime expireTime { get; set; }
///
/// 生效时间
///
public DateTime takeEffectTime { get; set; }
///
/// 生产时间
///
public DateTime productionDate { get; set; }
///
/// 制品类型
///
public string Level { get; set; }
///
/// 规格
///
public string S_ITEM_SPEC { get; set; }
///
/// 总重量
///
public decimal F_SUM_QTY { get; set; }
///
/// 工装重量
///
public decimal F_AVG_QTY { get; set; }
public string applyProdSpecList { get; set; }
}
public class GroundingOffshelfEntitysValue
{
public int N_HOUR { get; set; }
public string S_TYPE { get; set; }
public string S_TRAY_TYPE { get; set; }
public int N_COUNT { get; set; }
}
}