소스 검색

更新

master
huangjiajun 3 주 전
부모
커밋
8d918149d3
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      src/models/user_third_party.go

+ 9
- 0
src/models/user_third_party.go 파일 보기

@@ -0,0 +1,9 @@
package models

type UserThirdParty struct {
Uid int `json:"uid" xorm:"not null pk autoincr comment('主键ID') INT(10)"`
ThirdPartyJdMiniOpenid string `json:"third_party_jd_mini_openid" xorm:"not null default '' VARCHAR(255)"`
ThirdPartyAlipayAppletOpenid string `json:"third_party_alipay_applet_openid" xorm:"not null default '' VARCHAR(255)"`
ThirdPartyAlipayAppletUnionid string `json:"third_party_alipay_applet_unionid" xoorm:"not null default '' VARCHAR(255)"`
ThirdPartyAlipayAppletUid string `json:"third_party_alipay_applet_uid" xoorm:"not null default '' VARCHAR(255)"`
}

불러오는 중...
취소
저장