RelationEntityCopy.cs 697 B

123456789101112131415161718192021222324
  1. using System.Collections.Generic;
  2. using System.ComponentModel;
  3. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类
  4. {
  5. /// <summary>
  6. /// 数据库表PIPE_CHECKCONSIGN_PHYRELATION所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
  7. /// 作者:tgcx-test 时间:2018-07-17
  8. /// </summary>
  9. public class RelationEntityCopy
  10. {
  11. public string PhyCode { get; set; }
  12. public string PhyCodeCopy { get; set; }
  13. public string PhyName { get; set; }
  14. public string PhyNameCopy { get; set; }
  15. public List<PipeCheckconsignPhyrelationEntity> list { get; set; }
  16. }
  17. }