using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsGy_SourceWorkStationSet : DBUtility.ClsGy_Base_Model { public string HMacAddr; //MAC号 public Int64 HSourceID; //生产资源(Gy_Source) public Int64 HProdOrgID; //生产组织() public Int64 HWorkStationID; //工位(Gy_WorkStation) public Int64 HProcID; //工序(Gy_Process) public string HType; //匹配类型(按工位匹配,按工序匹配,按工位+工序匹配) public Int64 HVideo; //是否默认播放视频 public DateTime HCreateDate; //创建日期 public string HCreator; //创建人(和HUserName 一致) } }