using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExternalDataSync
{
public class msgWork
{
///
/// 工厂编码
///
public string site
{
get;
set;
} = "1";
///
/// 工作中心
///
public string workCenter
{
get;
set;
} = "1";
///
/// 订单号
///
public string orderCode
{
get;
set;
} = "1";
///
/// 工单号
///
public string workOrderCode
{
get;
set;
} = "1";
///
/// 工单性质
///
public string nature
{
get;
set;
} = "1";
///
/// 产品编码
///
public string proCode
{
get;
set;
} = "1";
///
/// 产品名称
///
public string proName
{
get;
set;
} = "1";
///
/// 工艺路线编码
///
public string routeCode
{
get;
set;
} = "1";
///
/// 工艺路线版本
///
public string routeVer
{
get;
set;
} = "1";
///
/// 产品状态
///
public string productState
{
get;
set;
} = "1";
///
/// 是否注油
///
public string isOiling
{
get;
set;
} = "1";
///
/// 是否喷漆
///
public string isPainting
{
get;
set;
} = "1";
///
/// 生产方式
///
public string produceType
{
get;
set;
} = "1";
///
/// 优先级
///
public string priority
{
get;
set;
} = "1";
///
/// 生产数量
///
public string qty
{
get;
set;
} = "1";
///
/// 追溯码类型
///
public string serialOrlor
{
get;
set;
} = "1";
///
/// 追溯码状态
///
public string HasProduSerial
{
get;
set;
} = "1";
///
/// 追溯码信息
///
public string numCode
{
get;
set;
} = "1";
///
/// 生产日期
///
public string planDate
{
get;
set;
} = "1";
///
/// 生产班次
///
public string proShift
{
get;
set;
} = "1";
///
/// 生产顺序
///
public string seqNo
{
get;
set;
} = "1";
///
/// 计划开始时间
///
public string planStartDate
{
get;
set;
} = "1";
///
/// 计划结束时间
///
public string planEndDate
{
get;
set;
} = "1";
///
/// 批次号
///
public string batchNo
{
get;
set;
} = "1";
///
/// 操作标示
///
public string flag
{
get;
set;
} = "1";
///
/// 序号
///
public string sn
{
get;
set;
} = "1";
///
/// 时间戳
///
public string markTime
{
get;
set;
} = "1";
///
/// 日期
///
public string markDate
{
get;
set;
} = "1";
///
///
///
public List msgTaskList
{
get;
set;
} = new List ();
}
}