This commit is contained in:
苏尹岚
2020-10-12 17:19:40 +08:00
parent 9b62c93016
commit 49c149c531
7 changed files with 135 additions and 261 deletions

View File

@@ -0,0 +1,9 @@
package legacymodel
type Config struct {
Id int
Thirdparty string `orm:"size(20);unique" json:"key"`
Token string `orm:"size(300)" json:"value"`
Date string `orm:"size(30)" json:"date"`
LastOperator string `orm:"size(32)" json:"lastOperator"` // 最后操作员
}