swagger.ts 1.0 KB

123456789101112131415161718192021222324252627282930
  1. export interface Name{
  2. address :string;//通讯地址
  3. attachment1 :string;//附件1
  4. audittime :string;//审核时间
  5. cardbackphotourl :string;//证件反面图片地址
  6. cardfrontphotourl :string;//证件正面图片地址
  7. cardnum :string;//证件号码
  8. cardtype :number;//证件类型
  9. cardtypename :string;//证件类型名称
  10. cityid :number;//市
  11. contactname :string;//联系人
  12. countryid :number;//国家
  13. createtime :string;//创建时间
  14. customername :string;//企业名称
  15. districtid :number;//区域
  16. email :string;//邮件
  17. legalpersonname :string;//法人姓名(企业)
  18. memberuserid :number;//所属机构ID
  19. mobile :string;//手机号码
  20. modifytime :string;//修改时间
  21. nickname :string;//昵称
  22. provinceid :number;//省
  23. remark :string;//备注
  24. status :number;//账户状态 - 1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:注销
  25. statusdesc :string;//账户状态中文描述
  26. taxpayernum :string;//纳税人识别号
  27. telphone :string;//联系电话
  28. userid :number;//用户ID
  29. userinfotype :string;//客户类型
  30. }