|
|
@@ -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"` |
|
|
|
} |