| | |
| | | |
| | | namespace WebAPI.Models |
| | | { |
| | | /// <summary> |
| | | /// 工序计划单视图模型 |
| | | /// </summary> |
| | | public class Sc_ProcessPlanViewModel |
| | | { |
| | | // [hmainid], |
| | | //[日期], |
| | | // [单据号], |
| | | //[HMaterID], |
| | | // [物料代码], |
| | | //[物料名称], |
| | | //[规格型号], |
| | | //[单位], |
| | | //[hunitid], |
| | | //[计量单位代码], |
| | | //[计量单位], |
| | | //[生产数量], |
| | | //[计划开工日期], |
| | | //[计划完工日期], |
| | | //[摘要], |
| | | //[表头备注], |
| | | //[内部单据号], |
| | | //[hicmointerid], |
| | | //[任务单号], |
| | | //[制单人], |
| | | //[制单日期], |
| | | //[审核人], |
| | | //[审核日期], |
| | | //[修改人], |
| | | //[修改日期], |
| | | //[关闭人], |
| | | //[关闭日期], |
| | | // [关闭类型], |
| | | //[作废人], |
| | | // [作废日期], |
| | | //[hsubid], |
| | | // [工序计划单号], |
| | | // [工序号], |
| | | // [hprocid], |
| | | //[工序代码], |
| | | // [工序], |
| | | //[加工说明], |
| | | //[开工固天], |
| | | // [开工固数], |
| | | // [HCenterID], |
| | | // [工作中心代码], |
| | | // [工作中心], |
| | | //[HDeptID], |
| | | //[加工车间代码], |
| | | //[加工车间], |
| | | // [HGroupID], |
| | | //[班组代码], |
| | | //[班组名称], |
| | | //[HWorkerID], |
| | | //[操作员代码], |
| | | //[操作员], |
| | | // [HSourceID], |
| | | //[资源代码], |
| | | //[生产资源], |
| | | //[计划数量], |
| | | //[关联数量], |
| | | //[时间单位], |
| | | //[计划加工时间], |
| | | //[工序计划开工日期], |
| | | //[工序计划完工日期], |
| | | //[准备时间], |
| | | //[排队时间], |
| | | //[转移时间], |
| | | //[表体备注], |
| | | // [批次], |
| | | //[源单主内码], |
| | | //[源单子内码], |
| | | //[源单单号], |
| | | //[源单类型], |
| | | //[销售订单主ID], |
| | | //[销售订单子ID], |
| | | //[销售订单号], |
| | | //[HBillType], |
| | | // [单据类型], |
| | | //[HBillSubType], |
| | | //[HQtyDecimal], |
| | | // [HPriceDecimal] |
| | | public Int64? hmainid; // [hmainid], |
| | | public DateTime? 日期; //[日期], |
| | | public string 单据号; // [单据号], |
| | | public Int64? HMaterID;//[HMaterID], |
| | | public string 物料代码; // [物料代码], |
| | | public string 物料名称;//[物料名称], |
| | | public string 规格型号;//[规格型号], |
| | | public string 单位;//[单位], |
| | | public Int64? hunitid;//[hunitid], |
| | | public string 计量单位代码;//[计量单位代码], |
| | | public string 计量单位;//[计量单位], |
| | | public decimal 生产数量;//[生产数量], |
| | | public DateTime? 计划开工日期;//[计划开工日期], |
| | | public DateTime? 计划完工日期;//[计划完工日期], |
| | | public string 摘要;//[摘要], |
| | | public string 表头备注;//[表头备注], |
| | | public string 内部单据号;//[内部单据号], |
| | | public Int64? hicmointerid;//[hicmointerid], |
| | | public string 任务单号;//[任务单号], |
| | | public string 制单人;//[制单人], |
| | | public DateTime? 制单日期;//[制单日期], |
| | | public string 审核人;//[审核人], |
| | | public DateTime? 审核日期;//[审核日期], |
| | | public string 修改人;//[修改人], |
| | | public DateTime? 修改日期;//[修改日期], |
| | | public string 关闭人;//[关闭人], |
| | | public DateTime? 关闭日期;//[关闭日期], |
| | | public bool 关闭类型;// [关闭类型], |
| | | public string 作废人;//[作废人], |
| | | public DateTime? 作废日期;// [作废日期], |
| | | public Int64? hsubid;//[hsubid], |
| | | public string 工序计划单号;// [工序计划单号], |
| | | public Int64? 工序号;// [工序号], |
| | | public Int64? hprocid;// [hprocid], |
| | | public string 工序代码;//[工序代码], |
| | | public string 工序;// [工序], |
| | | public string 加工说明;//[加工说明], |
| | | public decimal 开工固天;//[开工固天], |
| | | public decimal 开工固数;// [开工固数], |
| | | public Int64? HCenterID;// [HCenterID], |
| | | public string 工作中心代码;// [工作中心代码], |
| | | public string 工作中心;// [工作中心], |
| | | public Int64? HDeptID;//[HDeptID], |
| | | public string 加工车间代码;//[加工车间代码], |
| | | public string 加工车间;//[加工车间], |
| | | public Int64? HGroupID;// [HGroupID], |
| | | public string 班组代码;//[班组代码], |
| | | public string 班组名称;//[班组名称], |
| | | public Int64? HWorkerID;//[HWorkerID], |
| | | public string 操作员代码;//[操作员代码], |
| | | public string 操作员;//[操作员], |
| | | public Int64? HSourceID;// [HSourceID], |
| | | public string 资源代码;//[资源代码], |
| | | public string 生产资源;//[生产资源], |
| | | public decimal 计划数量;//[计划数量], |
| | | public decimal 关联数量;//[关联数量], |
| | | public string 时间单位;//[时间单位], |
| | | public decimal 计划加工时间;//[计划加工时间], |
| | | public DateTime? 工序计划开工日期;//[工序计划开工日期], |
| | | public DateTime? 工序计划完工日期;//[工序计划完工日期], |
| | | public decimal 准备时间;//[准备时间], |
| | | public decimal 排队时间;//[排队时间], |
| | | public decimal 转移时间;//[转移时间], |
| | | public string 表体备注;//[表体备注], |
| | | public string 批次;// [批次], |
| | | public Int64? 源单主内码;//[源单主内码], |
| | | public Int64? 源单子内码;//[源单子内码], |
| | | public string 源单单号;//[源单单号], |
| | | public string 源单类型;//[源单类型], |
| | | public Int64? 销售订单主ID;//[销售订单主ID], |
| | | public Int64? 销售订单子ID;//[销售订单子ID], |
| | | public string 销售订单号;//[销售订单号], |
| | | public string HBillType;//[HBillType], |
| | | public string 单据类型;// [单据类型], |
| | | public string HBillSubType;//[HBillSubType], |
| | | public Int64? HQtyDecimal;//[HQtyDecimal], |
| | | public Int64? HPriceDecimal;// [HPriceDecimal] |
| | | |
| | | } |
| | | } |