using System.Collections.Generic; using System.ComponentModel; namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类 { /// /// 数据库表PIPE_CHECKCONSIGN_PHYRELATION所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/) /// 作者:tgcx-test 时间:2018-07-17 /// public class RelationEntityCopy { public string PhyCode { get; set; } public string PhyCodeCopy { get; set; } public string PhyName { get; set; } public string PhyNameCopy { get; set; } public List list { get; set; } } }