MerchantAddInfo.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. using System;
  2. using System.Collections.Generic;
  3. namespace MySystem.Models
  4. {
  5. public partial class MerchantAddInfo
  6. {
  7. public int Id { get; set; }
  8. public int Sort { get; set; }
  9. public int QueryCount { get; set; }
  10. public int Status { get; set; }
  11. public int Version { get; set; }
  12. public DateTime? CreateDate { get; set; }
  13. public DateTime? UpdateDate { get; set; }
  14. public string CreateMan { get; set; }
  15. public string UpdateMan { get; set; }
  16. public string SeoTitle { get; set; }
  17. public string SeoKeyword { get; set; }
  18. public string SeoDescription { get; set; }
  19. public DateTime? CardPeriodEnd { get; set; }
  20. public DateTime? CardPeriodBegin { get; set; }
  21. public string IdCardNumber { get; set; }
  22. public string IdCardName { get; set; }
  23. public string IdCardNational { get; set; }
  24. public string IdCardCopy { get; set; }
  25. public string AuditDetail { get; set; }
  26. public string ApplymentState { get; set; }
  27. public string SignUrl { get; set; }
  28. public string SubMchid { get; set; }
  29. public string ApplymentId { get; set; }
  30. public string AccountNumber { get; set; }
  31. public string BankName { get; set; }
  32. public string BankBranchId { get; set; }
  33. public string BankAddressCode { get; set; }
  34. public string AccountBank { get; set; }
  35. public string AccountName { get; set; }
  36. public string BankAccountType { get; set; }
  37. public string ActivitiesRate { get; set; }
  38. public string ActivitiesId { get; set; }
  39. public string Qualifications { get; set; }
  40. public string QualificationType { get; set; }
  41. public string SettlementId { get; set; }
  42. public string WeworkPics { get; set; }
  43. public string SubCorpId { get; set; }
  44. public string WebAppId { get; set; }
  45. public string WebAuthorisation { get; set; }
  46. public string WebDomain { get; set; }
  47. public string AppPics { get; set; }
  48. public string AppSubAppid { get; set; }
  49. public string AppAppid { get; set; }
  50. public string MiniProgramPics { get; set; }
  51. public string MiniProgramSubAppid { get; set; }
  52. public string MiniProgramAppid { get; set; }
  53. public string MpPics { get; set; }
  54. public string MpSubAppid { get; set; }
  55. public string MpAppid { get; set; }
  56. public string BizSubAppid { get; set; }
  57. public string IndoorPic { get; set; }
  58. public string StoreEntrancePic { get; set; }
  59. public string BizStoreAddress { get; set; }
  60. public string BizAddressCode { get; set; }
  61. public string BizStoreName { get; set; }
  62. public string SalesScenesType { get; set; }
  63. public string ServicePhone { get; set; }
  64. public string MerchantShortname { get; set; }
  65. public DateTime? UboInfoIdPeriodEnd { get; set; }
  66. public DateTime? UboInfoIdPeriodBegin { get; set; }
  67. public string UboInfoIdNumber { get; set; }
  68. public string UboInfoName { get; set; }
  69. public string UboInfoIdDocCopy { get; set; }
  70. public string UboInfoIdCardNational { get; set; }
  71. public string UboInfoIdCardCopy { get; set; }
  72. public string UboInfoIdType { get; set; }
  73. public ulong Owner { get; set; }
  74. public string IdDocType { get; set; }
  75. public string CertificateLetterCopy { get; set; }
  76. public DateTime? OrgPeriodEnd { get; set; }
  77. public DateTime? OrgPeriodBegin { get; set; }
  78. public string OrganizationCode { get; set; }
  79. public string OrganizationCopy { get; set; }
  80. public DateTime? PeriodEnd { get; set; }
  81. public DateTime? PeriodBegin { get; set; }
  82. public string CertLegalPerson { get; set; }
  83. public string CompanyAddress { get; set; }
  84. public string CertMerchantName { get; set; }
  85. public string CertNumber { get; set; }
  86. public string CertType { get; set; }
  87. public string CertCopy { get; set; }
  88. public string LegalPerson { get; set; }
  89. public string LicenseNumber { get; set; }
  90. public string LicenseCopy { get; set; }
  91. public string SubjectType { get; set; }
  92. public string ContactEmail { get; set; }
  93. public string MobilePhone { get; set; }
  94. public string OpenId { get; set; }
  95. public string ContactIdNumber { get; set; }
  96. public string ContactName { get; set; }
  97. public string BusinessCode { get; set; }
  98. }
  99. }