소스 검색

update

consumeLimit
DengBiao 11 달 전
부모
커밋
7ec0aae835
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +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"`
}

불러오는 중...
취소
저장