You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.9 KiB

4 days ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace NFine.Domain._03_Entity.SRM
  7. {
  8. public class ICSPREVENDOR
  9. {
  10. public string ID{get;set;}
  11. public string TEMPVENDORCODE{get;set;}//
  12. public string TEMPVENDORNAME{get;set;}//
  13. public string TEMPVENDORAttribute{get;set;}//
  14. public string VENDORAbbreviation{get;set;}//
  15. //public string VENDORCODE{get;set;}
  16. //public string VENDORNAME{get;set;}
  17. //public string VENDORCOMPANY{get;set;}
  18. //public string VENDORPRODUCT{get;set;}
  19. //public string VENDORTYPE{get;set;}
  20. //public string RegistrationStatus{get;set;}
  21. //public string VENDORUSERCODE{get;set;}
  22. public string CONTACTEMAIL{get;set;}//
  23. //public string CONTACTMOBILE{get;set;}
  24. public string CONTACTNAME{get;set;}//
  25. public string CONTACTPHONENO{get;set;}//
  26. public string AgainPassWord { get; set; }//
  27. public string RegBusinessScope{get;set;}//
  28. public string RegRegisteredCapital{get;set;}//
  29. public string RegIncorporationDate{get;set;}//
  30. public int WhetherPassISO9000 { get; set; }//
  31. public int WhetherInviteRegistration { get; set; }//
  32. public string InviteRegistrationPerson{get;set;}//
  33. //public string ISSTOP{get;set;}
  34. //public DateTime CREATEDATE { get; set; }
  35. //public string CREATEUSER{get;set;}
  36. //public DateTime LOGDATE { get; set; }
  37. //public string LOGUSER{get;set;}
  38. public string WorkPoint { get; set; }
  39. //public string ADDITION1{get;set;}
  40. //public string ADDITION2{get;set;}
  41. //public string ADDITION3{get;set;}
  42. //public string ADDITION4{get;set;}
  43. //public string ADDITION5{get;set;}
  44. public string PassWord { get; set; }//
  45. public string VenCode { get; set; }
  46. public string CGName { get; set;}
  47. }
  48. }