using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类 { public class ComBasePhyEntityFull { public string PhyCodeA { get; set; } public string PhyCodeB { get; set; } public string PhyCodeC { get; set; } public string PhyNameA { get; set; } public string PhyNameB { get; set; } public string PhyNameC { get; set; } } }