using System;
|
using System.Collections.Generic;
|
using System.Text;
|
namespace Model
|
{
|
public class ClsGy_SourceMouldBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HOrgID; //int 组织
|
public Int64 HDeptID; //int 部门
|
public Int64 HEmpID; //int 负责人
|
public Int64 HSourceID; //int 产线
|
public Int64 HWorkCenterID; //int 工作中心
|
public Int64 HEquipID; //int 设备ID
|
|
public Int64 HProcID; //工序ID
|
}
|
}
|