This website works better with JavaScript.
首頁
探索
說明
登入
SmartCanteen
/
smart_canteen
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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…
取消
儲存