using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.Mcp.Mch.Entity { /// /// 数据库表MCH_OFFLINE_RESULT所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160925CXYF 时间:2016-12-23 /// public class MchOfflineResultAndGroupEntity : MchOfflineResultEntity { public List MchGroupResultEntitys { get; set; } } }