使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
SmartCanteen
/
smart_canteen
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
update
consumeLimit
DengBiao
11 个月前
父节点
53fbade94f
当前提交
7ec0aae835
共有
1 个文件被更改
,包括
7 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 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"`
}
撰写
预览
正在加载...
取消
保存