本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
SmartCanteen
/
smart_canteen
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update
consumeLimit
DengBiao
11 月之前
父節點
53fbade94f
當前提交
7ec0aae835
共有
1 個檔案被更改
,包括
7 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"`
}
Write
Preview
Loading…
取消
儲存