このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
SmartCanteen
/
smart_canteen
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
update
consumeLimit
DengBiao
11ヶ月前
親
53fbade94f
コミット
7ec0aae835
1個のファイルの変更
、
7行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+7
-0
app/db/model/enterprise_with_alipay_app_auth_token.go
+ 7
- 0
app/db/model/enterprise_with_alipay_app_auth_token.go
ファイルの表示
@@ -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"`
}
書き込み
プレビュー
読み込み中…
キャンセル
保存