init: taotie-api 项目初始化
This commit is contained in:
8
model/po/ttenant.go
Normal file
8
model/po/ttenant.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package po
|
||||
|
||||
type TTenant struct {
|
||||
TBase `bson:",inline"`
|
||||
|
||||
TenantNo string `bson:"tenantNo"`
|
||||
TenantName string `bson:"tenantName"`
|
||||
}
|
||||
Reference in New Issue
Block a user