Lunny Xiao
5 years ago
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with
0 additions and
9 deletions
-
models/models.go
|
|
@ -1,9 +0,0 @@ |
|
|
|
package models |
|
|
|
|
|
|
|
type A struct { |
|
|
|
Id int `xorm:"integer"` |
|
|
|
} |
|
|
|
|
|
|
|
type B struct { |
|
|
|
Id int `xorm:"INTEGER"` |
|
|
|
} |