3da233e27ab7c975b1bbd6cbda340e82e7e109e5.svn-base 639 B

1234567891011121314151617181920212223242526272829303132
  1. package cn.com.goldenwater.dcproj.dto;
  2. import cn.com.goldenwater.dcproj.model.BisInspRssfdrRgstr;
  3. import lombok.Data;
  4. /**
  5. * @author: LinQiLong
  6. * @create: 2021/11/5 18:38
  7. */
  8. @Data
  9. public class BisInspRssfdrRgstrDto extends BisInspRssfdrRgstr {
  10. /**
  11. * 基础表id
  12. */
  13. private String code;
  14. // 基础表id
  15. private String baseId;
  16. //组id
  17. private String nodeId;
  18. // 对象名称
  19. private String nm;
  20. // ptype
  21. private String pType;
  22. // 对象ut_Type
  23. private String type;
  24. private String groupName;
  25. private String adFullName;
  26. private String city;
  27. private String country;
  28. }