Add organization list and edit pages.

This commit is contained in:
Yang Luo
2020-12-20 20:31:48 +08:00
parent 6be01cc77c
commit f0692985f1
8 changed files with 527 additions and 1 deletions

View File

@ -93,4 +93,9 @@ func (a *Adapter) createTable() {
if err != nil {
panic(err)
}
err = a.engine.Sync2(new(Organization))
if err != nil {
panic(err)
}
}