Browse Source

delete generated files

main
Lunny Xiao 5 years ago
parent
commit
de46dbd4f8
No known key found for this signature in database GPG Key ID: C3B7C91B632F738A
  1. 9
      models/models.go

9
models/models.go

@ -1,9 +0,0 @@
package models
type A struct {
Id int `xorm:"integer"`
}
type B struct {
Id int `xorm:"INTEGER"`
}
Loading…
Cancel
Save