using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_Model
{
///
/// 条码主数据请求接口类
///
public class getLabelMasterRequest
{
///
/// 工厂代码
///
public string WERKS { get; set; }
///
/// 系统标识(仓库编号)
///
public string SYSNO { get; set; }
///
/// 多层或单层条码区别标识
///
// public string MULTILAYER { get; set; }
///
/// 条码编号
///
public string LABEL_NO { get; set; }
///
/// 比亚迪批次
///
public string BATCH { get; set; }
///
/// 物料号
///
//public string MATNR { get; set; }
}
}