Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
SmartCanteen
/
smart_canteen
İzle
2
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
update
consumeLimit
DengBiao
11 ay önce
ebeveyn
53fbade94f
işleme
7ec0aae835
1 değiştirilmiş dosya
ile
7 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+7
-0
app/db/model/enterprise_with_alipay_app_auth_token.go
+ 7
- 0
app/db/model/enterprise_with_alipay_app_auth_token.go
Dosyayı Görüntüle
@@ -0,0 +1,7 @@
package model
type CompanyWithAlipayAppAuthToken struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
CompanyId string `json:"company_id" xorm:"not null default '' comment('名称') VARCHAR(255)"`
AppAuthToken string `json:"app_auth_token" xorm:"not null TEXT"`
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet